Re: Tomcat 6 (Unable to find servlet or load servlet jar from a clientjar)

2008-09-05 Thread Robert K. Vanderhoek

thanks again

Caldarale, Charles R wrote:

From: Robert K. Vanderhoek [mailto:[EMAIL PROTECTED]
Subject: Re: Tomcat 6 (Unable to find servlet or load servlet
jar from a clientjar)

I'm just surprised it isn't stressed more to use a web.xml
file for each webapp since it is so vital.



Read the servlet spec - a prerequisite for using any servlet container.  The 
Tomcat doc avoids duplicating information contained in the spec.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


.

  


--
Robert K. Vanderhoek
(603) 772-2305
Computer Technician
IT Department
Connor & Connor
16 Kingston Rd Unit #5
Exeter, NH 03833



RE: Tomcat 6 (Unable to find servlet or load servlet jar from a clientjar)

2008-09-05 Thread Caldarale, Charles R
> From: Robert K. Vanderhoek [mailto:[EMAIL PROTECTED]
> Subject: Re: Tomcat 6 (Unable to find servlet or load servlet
> jar from a clientjar)
>
> I'm just surprised it isn't stressed more to use a web.xml
> file for each webapp since it is so vital.

Read the servlet spec - a prerequisite for using any servlet container.  The 
Tomcat doc avoids duplicating information contained in the spec.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Tomcat 6 (Unable to find servlet or load servlet jar from a clientjar)

2008-09-03 Thread Caldarale, Charles R
> From: Robert K. Vanderhoek [mailto:[EMAIL PROTECTED]
> Subject: Re: Tomcat 6 (Unable to find servlet or load servlet
> jar from a clientjar)
>
> I have looked at the web.xml in the
> /usr/apache-tomcat-6.0.18/conf directory.

That's not a good example, since it contains settings shared by all webapps.  
Look at a WEB-INF/web.xml for a specific webapp, such as the one for the 
manager (ignore the security-related stuff).

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]