RE: Tomcat 6.0.18 examples recompile ok but dont work!!

2009-04-03 Thread Caldarale, Charles R
> From: mdunford [mailto:martin.dunf...@gmail.com] > Subject: RE: Tomcat 6.0.18 examples recompile ok but dont work!! > > > javac -cp ../../../../lib/servlet-api.jar HelloWorldExample.java > > I tried this. No luck. Do you get any errors on the javac? Did you get any error

RE: Tomcat 6.0.18 examples recompile ok but dont work!!

2009-04-03 Thread mdunford
rfectly. Since my JRE/JDK appears to be same on Mac and Linux box and Tomcat is the same I am baffled... -- View this message in context: http://www.nabble.com/Tomcat-6.0.18-examples-recompile-ok-but-dont-work%21%21-tp22850460p22872497.html Sent from the Tomcat - Use

RE: Tomcat 6.0.18 examples recompile ok but dont work!!

2009-04-02 Thread Caldarale, Charles R
> From: mdunford [mailto:martin.dunf...@gmail.com] > Subject: RE: Tomcat 6.0.18 examples recompile ok but dont work!! > I go and recompile HelloWorldExample > javac HelloWorldExample.java That's not sufficient to compile a servlet. You will also need a -cp argument to in

RE: Tomcat 6.0.18 examples recompile ok but dont work!!

2009-04-02 Thread mdunford
The recompiled class is in the examples/WEB_INF/classes dir, same as before, I cd there before recompiling Caldarale, Charles R wrote: > >> From: mdunford [mailto:martin.dunf...@gmail.com] >> Subject: Tomcat 6.0.18 examples recompile ok but dont work!! >> >&

RE: Tomcat 6.0.18 examples recompile ok but dont work!!

2009-04-02 Thread mdunford
Example HTTP/1.1" 404 952 (4) Notes - There has never been an examples/servlets/servlet directory... puzzling.. Thanks again Martin Caldarale, Charles R wrote: > >> From: mdunford [mailto:martin.dunf...@gmail.com] >> Subject: Tomcat 6.0.18 examples recompile

RE: Tomcat 6.0.18 examples recompile ok but dont work!!

2009-04-02 Thread Caldarale, Charles R
> From: mdunford [mailto:martin.dunf...@gmail.com] > Subject: Tomcat 6.0.18 examples recompile ok but dont work!! > > But when I reload in my browser I get > > HTTP Status 404. The requested resource is not available. > > I restarted Tomcat. No joy either... Are you r

Tomcat 6.0.18 examples recompile ok but dont work!!

2009-04-02 Thread mdunford
version is at 1.6.0_07) But when I reload in my browser I get HTTP Status 404. The requested resource is not available. I restarted Tomcat. No joy either... Anyone know what the heck is going on here...??? -- View this message in context: http://www.nabble.com/Tomcat-6.0.18-examples-recomp