First thing I am using Tomcat as standalone. So do I type :
localhost:8080/examples/Tester as a url to envoke it????
If I write a servlet lets call it Tester and I put it in:
C:\windows\desktop\TOMCAT\webapps\examples\Tester.java
as servlet.
Do I have to compile it first so that it goes in
C:\windows\desktop\TOMCAT\webapps\examples\WEB-INF\classes\Tester.class
or will the startup automcatically compile it for me.
If this is true that means that I have a servlet called Tester.java in:
C:\windows\desktop\TOMCAT\webapps\examples\Tester.java
And a Tester.class file in
C:\windows\desktop\TOMCAT\webapps\examples\WEB-INF\classes\Tester.class
Is this all correct up to now???????
Now if I invoke it do I have to point it at the servlet Tester.java or the
Tester.class???
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]