TC 404 Servlet Registration?

2002-09-20 Thread Oakes, Jeff (HTSC, IT)
I can run the examples fine. But when I make my own test case I can run the html, but keep getting the message "xxx not available", where xxx is the servlet reference to my servlet. It is in web.xml, and the class file is located in WebApps/MyHome/WEB-INF/classes . Any suggestions, or location

RE: Servlet registration

2001-04-11 Thread Heckel, Jeffery S.
3842 [EMAIL PROTECTED] -Original Message- From: Chris Andreou [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 11, 2001 11:05 AM To: '[EMAIL PROTECTED]' Subject: RE: Servlet registration I didn't make a difference. I am frustrated :( my context path definition is my H

Re: Servlet registration

2001-04-11 Thread Jeff Kilbride
Message - From: "Chris Andreou" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 11, 2001 9:04 AM Subject: RE: Servlet registration > I didn't make a difference. I am frustrated :( > > my context path definition is > > docBase="e:/w

RE: Servlet registration

2001-04-11 Thread Gaël Oberson
try to modify the context definition: -Message d'origine- De : Chris Andreou [mailto:[EMAIL PROTECTED]] Envoyé : mercredi, 11. avril 2001 18:05 À : '[EMAIL PROTECTED]' Objet : RE: Servlet registration I didn't make a difference. I am frustrated my contex

RE: Servlet registration

2001-04-11 Thread Chris Andreou
Chris -Original Message- From: Julien, Timothy [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 11, 2001 10:48 AM To: '[EMAIL PROTECTED]' Subject: RE: Servlet registration The whitespace in your in your web.xml could be leading to the failure you see. try: SimpleServlet

RE: Servlet registration

2001-04-11 Thread Julien, Timothy
: Wednesday, April 11, 2001 11:37 AM To: '[EMAIL PROTECTED]' Subject: RE: Servlet registration I have the same problem. I have put my servlets under the WEB-INF/classes: For example: directory structure WEB-INF/classes/examples.SimpleServlet web.xml file Sim

RE: Servlet registration

2001-04-11 Thread Chris Andreou
suggestions are welcome Thanks in advance Chris -Original Message- From: Ron Pitts [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 11, 2001 9:57 AM To: [EMAIL PROTECTED] Subject: RE: Servlet registration Zsolt, Your missing some stuff webapps/myapp/WEB-INF/classes - store

RE: Servlet registration

2001-04-11 Thread Ron Pitts
Zsolt, Your missing some stuff webapps/myapp/WEB-INF/classes - store servlets/jsp in here put your web.xml in webapps/mysql/WEB-INF/ -Original Message- From: Zsolt Horvath [mailto:[EMAIL PROTECTED]] Sent: 11 April 2001 15:55 To: [EMAIL PROTECTED] Subject: Servlet

Servlet registration

2001-04-11 Thread Zsolt Horvath
Hi ! How could I register my own servlets into TomCat ?? I put them into the %TOMCAT_HOME%/webapps/myapp/Web-inf/classes directory. After I create a web.xml file in the %TOMCAT_HOME%/webapps/myapp directory. The web.xml file contains this: http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">

Servlet registration

2001-04-11 Thread Zsolt Horvath
Hi !   How could I register my own servlets into TomCat ??   I put them into the %TOMCAT_HOME%/webapps/myapp/Web-inf/classes directory. After I create a web.xml file in the %TOMCAT_HOME%/webapps/myapp directory. The web.xml file contains this:   http://java.sun.com/j2ee/dtds/web-app_2_2.dtd"