Hi - I am practicing servlets using tomcat 5 now - after almost killing myself - I managed to get Hello World to show in Safari with the
http://localhost:8080/scuttlebug/servlet/HelloWorld
URL now if I move my hello world into a package info.scuttlebug.servlets and compile.
Then using Safari and going to the correct address -
http://localhost:8080/scuttlebug/ser...ets.HelloWorld
Safari simple downloads a file called info.scuttlebug.servlets.HelloWorld which contains the words Hello World.
Firefox works fine.
What is going on with Safari?