UGN Security
Okay...
JSP, I have Tomcat installed (admin did it not me) I have some JSP code
Code
<%@ page language="java" %>
<TITLE>Simple Scripting Tricks</TITLE>
Anyone can count like this:

<%
   for (int i = 1; i < 6; i++) {
     out.println(i + "
");
   }
   i = 1000000;
%>
It would take a long time, however, to count to <%= i %>.
Where do I upload it to. lol Dose it need to go into the Tomcat Dir somewhere? I can not get it to work anywhere.
try putting the jsp page into ~/Tomcat~\webapps\ROOT\

but while moving into bigger apps....make sure the data is submitted to a jsp page thats not under ROOT but some where on the local hard disk of the server smile
PS:my alst post was like a year back !!! so firstly ...hey ppl .... smile niec to see the familiar names still around ....by the way ...is SR still around ?
SR is now just an idling [censored] on the IRC wink
bosky's got it right. $TOMCAT\webapps\ROOT

Great tomcat tutorial
© UGN Security Forum