Re: Deploy applications using /user/MyServlet as name

2008-05-21 Thread Cristian Bullokles
ello Any idea? I need to declare one context for each application? Regards Cristian On Wed, May 21, 2008 at 8:18 PM, Johnny Kewl <[EMAIL PROTECTED]> wrote: > > - Original Message - From: "Cristian Bullokles" > <[EMAIL PROTECTED]> > > Cristian, I

Deploy applications using /user/MyServlet as name

2008-05-21 Thread Cristian Bullokles
I'd like to deploy a war file using /user/myServlet as path, but when I tried I've received that error: FAIL - Failed to deploy application at context path /user/MyServlet. Id like to have an user with different servlets deployed and use them in that way: http://localhost:8080/user1/MyServlet h

Re: Multiple webapps folders

2008-05-20 Thread Cristian Bullokles
gards Cristian On Tue, May 20, 2008 at 4:06 PM, Mark Thomas <[EMAIL PROTECTED]> wrote: > Cristian Bullokles wrote: >> >> Hi, >> I have installed and working Tomcat 6.0.16, but i like to >> configure multiple (webapps) appBase folders. >> I like to

Multiple webapps folders

2008-05-20 Thread Cristian Bullokles
Hi, I have installed and working Tomcat 6.0.16, but i like to configure multiple (webapps) appBase folders. I like to do that only to deploy servlet in different folders not only in the default webapps folder. Can I do that? thanks in advance cristian

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 Cristian Bullokles
ets in users directory > > >> 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 >

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 ---