File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Web Services and the fly likes Tomcat 6.0.18 examples not working when I javac (1.6..) recompile them... Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Tomcat 6.0.18 examples not working when I javac (1.6..) recompile them..." Watch "Tomcat 6.0.18 examples not working when I javac (1.6..) recompile them..." New topic
Author

Tomcat 6.0.18 examples not working when I javac (1.6..) recompile them...

mdunford Dunford
Greenhorn

Joined: Apr 02, 2009
Posts: 1
I installed Tomcat 6.0.18 on Mac OS X 10.5.6 (brand new iMac)

Examples all worked fine. E.g the HelloWorldExample displays
"Hello World" in my browser window.

So I then recompile it just to check that this works using:



It compiles fine. (My javac 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...???






 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Tomcat 6.0.18 examples not working when I javac (1.6..) recompile them...
 
Similar Threads
difference between war deploy and eclipse deploy
HTTP status 404
Cross Browser Compatibility
jsp pages not executing
How to get tomcat to use the newest version of a servlet?