Re: Deploy applications using /user/MyServlet as name

2008-05-22 Thread Johnny Kewl
- Original Message - Cristian I tried... it doesnt work. But what does work is if you unpack the WAR to a location. Create a context file with a DOC BASE then http://myserver:8080/manager/deploy?&config=file:/home/user1/webapps/context.xml&path=/UserX/Whatever Then it will do it...

RE: Deploy applications using /user/MyServlet as name

2008-05-21 Thread Caldarale, Charles R
> From: Cristian Bullokles [mailto:[EMAIL PROTECTED] > Subject: Re: Deploy applications using /user/MyServlet as name > > Each user could call applications using the browser in that way: > http://myserver:8080/user1/WebApp1 > http://myserver:8080/user1/WebApp2 > http:

Re: Deploy applications using /user/MyServlet as name

2008-05-21 Thread Cristian Bullokles
Sorry for my confusing terminology. I'll try to explain better. I'm using Tomcat 6.0.16 and as as Jhonny said, I want to have multiple WebApplications for each user in my server. Each user could call applications using the browser in that way: http://myserver:8080/user1/WebApp1 http://myserver:8080

Re: Deploy applications using /user/MyServlet as name

2008-05-21 Thread Johnny Kewl
- Original Message - From: "Cristian Bullokles" <[EMAIL PROTECTED]> Cristian, I think you confusing terminolgy, so the guru's have no idea what you saying ;) I need help here people! I think you mean /User/WebApp yes? If so TC is a little strange in the area, an I'm not sure how t

RE: Deploy applications using /user/MyServlet as name

2008-05-21 Thread Caldarale, Charles R
> From: Cristian Bullokles [mailto:[EMAIL PROTECTED] > Subject: Deploy applications using /user/MyServlet as name > > 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. C