RE: Problem with my first webapp

2003-09-04 Thread Damien
Le mer 03/09/2003 à 17:54, Shapira, Yoav a écrit : > Howdy, > > >Can somebody provides me a complete tree with a simple application to > >start working on ? I think it would be a good idea if somebody > >'tar/gzip' the directory strutcure found in this page : > >http://jakarta.apache.org/tomcat/to

Re: Problem with my first webapp

2003-09-03 Thread John Turner
oops, that should be: out.println("" + myVar = ""); My bad. John John Turner wrote: $CATALINA_HOME/webapps/myApp $CATALINA_HOME/webapps/myApp/hello.jsp $CATALINA_HOME/webapps/myApp/WEB-INF $CATALINA_HOME/webapps/myApp/WEB-INF/classes $CATALINA_HOME/webapps/myApp/WEB-INF/lib $CATALINA_HOME/weba

RE: Problem with my first webapp

2003-09-03 Thread Shapira, Yoav
Howdy, >Can somebody provides me a complete tree with a simple application to >start working on ? I think it would be a good idea if somebody >'tar/gzip' the directory strutcure found in this page : >http://jakarta.apache.org/tomcat/tomcat-5.0-doc/appdev/sample/ >so a beginner is able to start wi

Re: Problem with my first webapp

2003-09-03 Thread John Turner
$CATALINA_HOME/webapps/myApp $CATALINA_HOME/webapps/myApp/hello.jsp $CATALINA_HOME/webapps/myApp/WEB-INF $CATALINA_HOME/webapps/myApp/WEB-INF/classes $CATALINA_HOME/webapps/myApp/WEB-INF/lib $CATALINA_HOME/webapps/myApp/WEB-INF/web.xml hello.jsp: <% String myVar = new String("Hello World"); out.p

Re: Problem with my first webapp

2003-09-03 Thread Damien
Can somebody provides me a complete tree with a simple application to start working on ? I think it would be a good idea if somebody 'tar/gzip' the directory strutcure found in this page : http://jakarta.apache.org/tomcat/tomcat-5.0-doc/appdev/sample/ so a beginner is able to start with a clean pro