Re: Deploying Servlets in users directory

2008-05-19 Thread Johnny Kewl
I thought I better test my theories... it does behave as stated below. Whew! Johnny, When you drop a new servlet(.war) in webapps dir while TC is running that .war file is unpackaged and deployed in tomcat, and you could use it without restart TC. Yes, that what I'm trying to say... it

Re: Deploying Servlets in users directory

2008-05-19 Thread Johnny Kewl
- Original Message - From: "Cristian Bullokles" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, May 19, 2008 4:34 AM Subject: Re: Deploying Servlets in users directory On Sun, May 18, 2008 at 9:25 PM, Johnny Kewl <[EMAIL PROTECTED]> wrot

Re: Deploying Servlets in users directory

2008-05-18 Thread Mark Thomas
Cristian Bullokles wrote: I've copied all servlets examples in default installation to my home dir, and all jsp pages work, but when I call to a servlet it fails, Exactly what did you copy to where? You should have ended up with: .../public_html/jsp .../public_html/servlets .../public_ht

Re: Deploying Servlets in users directory

2008-05-18 Thread Cristian Bullokles
On Sun, May 18, 2008 at 9:25 PM, Johnny Kewl <[EMAIL PROTECTED]> wrote: >>> To start a new topic, e-mail: users@tomcat.apache.org >>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>> For additional commands, e-mail: [EMAIL PROTECTED] >>> >> >> My idea is to deploy servlets in the public_html directory

Re: Deploying Servlets in users directory

2008-05-18 Thread Johnny Kewl
To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] My idea is to deploy servlets in the public_html directory of each user in my host. I've configured my tomcat, as the tomcat documentation suggests.

Re: Deploying Servlets in users directory

2008-05-18 Thread Cristian Bullokles
On Sun, May 18, 2008 at 6:07 PM, Johnny Kewl <[EMAIL PROTECTED]> wrote: > > - Original Message - From: "Mark Thomas" <[EMAIL PROTECTED]> > To: "Tomcat Users List" > Sent: Sunday, May 18, 2008 7:11 PM > Subject: Re: Deploying Servl

Re: Deploying Servlets in users directory

2008-05-18 Thread Johnny Kewl
- Original Message - From: "Mark Thomas" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Sunday, May 18, 2008 7:11 PM Subject: Re: Deploying Servlets in users directory Johnny Kewl wrote: - Original Message - From: "Cristian Bullokles&q

Re: Deploying Servlets in users directory

2008-05-18 Thread Mark Thomas
Johnny Kewl wrote: - Original Message - From: "Cristian Bullokles" <[EMAIL PROTECTED]> To: Sent: Saturday, May 17, 2008 10:09 PM Subject: Deploying Servlets in users directory Hello all, I'm using tomcat 6.016 and have configured userconfig in server.

Re: Deploying Servlets in users directory

2008-05-18 Thread Johnny Kewl
- Original Message - From: "Cristian Bullokles" <[EMAIL PROTECTED]> To: Sent: Saturday, May 17, 2008 10:09 PM Subject: Deploying Servlets in users directory Hello all, I'm using tomcat 6.016 and have configured userconfig in server.xml to look in user's p

Deploying Servlets in users directory

2008-05-17 Thread Cristian Bullokles
Hello all, I'm using tomcat 6.016 and have configured userconfig in server.xml to look in user's public_html subdir for jsps etc. Jsp files works fine in user directories but servlets do not. Does anyone have tomcat working with servlets in user's public_html subdirectories? Thanks Cristian ---