Re: Location of servlets?

2003-07-21 Thread bernd pier
if you try the example servlet "Hello World" the url must be http://localhost:8080/examples/servlet/HelloWorldExample"; cause this servlet is located in webapps/examples/WEB-INF/classes. bernd Jeff Howard schrieb: Thanks for everyone's help earlier today. Upgrading to JDK 1.4.2 from 1.2.2 allowe

RE: Location of servlets?

2003-07-18 Thread Abid Ali Teepo
t: 17. juli 2003 23:15 To: Tomcat Users List Subject: Location of servlets? Thanks for everyone's help earlier today. Upgrading to JDK 1.4.2 from 1.2.2 allowed me to get Tomcat running. Now I'm trying the sample servlet Hello.java by calling it from a simple webpage with the line: h

RE: Location of servlets?

2003-07-17 Thread Robert Wray
03 5:15 PM To: Tomcat Users List Subject: Location of servlets? Thanks for everyone's help earlier today. Upgrading to JDK 1.4.2 from 1.2.2 allowed me to get Tomcat running. Now I'm trying the sample servlet Hello.java by calling it from a simple webpage with the line: http://localhos

Re: Location of servlets?

2003-07-17 Thread John Turner
http://jakarta.apache.org/tomcat/faq/misc.html#invoker John On Thu, 17 Jul 2003 17:14:37 -0400, Jeff Howard <[EMAIL PROTECTED]> wrote: Thanks for everyone's help earlier today. Upgrading to JDK 1.4.2 from 1.2.2 allowed me to get Tomcat running. Now I'm trying the sample servlet Hello.java by ca

RE: Location of servlets?

2003-07-17 Thread Turansky, Mark
You put all your servlet mappings in the web.xml file. check out the web.xml file in Tomcat's examples webapp. The file is in /WEB-INF. -Original Message- From: Jeff Howard [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2003 5:15 PM To: Tomcat Users List Subject: Locati

Location of servlets?

2003-07-17 Thread Jeff Howard
Thanks for everyone's help earlier today. Upgrading to JDK 1.4.2 from 1.2.2 allowed me to get Tomcat running. Now I'm trying the sample servlet Hello.java by calling it from a simple webpage with the line: http://localhost:8080/servlet/hello I put the compiled servlet in my tomcat4 directory/we