Servlet Directory

2001-03-02 Thread Richard Scales

Hi,

I've just installed tomcat 3.2.1 and its working fine except that I am using
the default webapps/examples directory to store my servlets which is a pain
as I physically have to copy them over etc and I would like to keep them on
a seperate folder somewhere else on my machine.

I have been trying to achieve this by adding a contex-path to the server.xml
file with no luck. Currently my servlets are in 
H:\jakarta-tomcat-3.2.1\webapps\examples\WEB-INF\classes and I would like to
store them in
H:\Work\MyServlets\bin

I cannot work out how to change this directory this is as far as I have
got:-

Context path="/myservlets" 
 docBase="../../Work/MyServlets/bin" 
 crossContext="false"
 debug="0" 
 reloadable="true"  
/Context

This does not work and I cannot work out why!
Can anyone help?

Thanks Richard

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




RE: Servlet Directory

2001-03-02 Thread Richard Scales

Anuj,

I've done that and I get now get the Tomcat Admin tools page at
http://localhost:8080/richard/index.html on my machine but cannot access my
servlets below my bin directory.

Any ideas?

Rich

-Original Message-
From: Anuj Agrawal [mailto:[EMAIL PROTECTED]]
Sent: 02 March 2001 13:45
To: [EMAIL PROTECTED]
Subject: Re: Servlet Directory


Adding a context path in server.xml is just one part to it (BTW, in docBase
you
might want to use a fully qualified path rather than a relative path).

The 2nd file that you need to edit is uriworkermap.properties file, and add
(in
your case)
/myservlets/*=ajp12

You may need to restart both Tomcat and the web server.
Good luck.
Anuj.

Richard Scales wrote:

 I've just installed tomcat 3.2.1 and its working fine except that I am
using
 the default webapps/examples directory to store my servlets which is a
pain
 as I physically have to copy them over etc and I would like to keep them
on
 a seperate folder somewhere else on my machine.

 I have been trying to achieve this by adding a contex-path to the
server.xml
 file with no luck. Currently my servlets are in
 H:\jakarta-tomcat-3.2.1\webapps\examples\WEB-INF\classes and I would like
to
 store them in
 H:\Work\MyServlets\bin


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]