Re: standardize the URL

2010-04-22 Thread banto
gt;> >>>>> Rename the webapp, from "instanceVar" to "ROOT". >>>>> >>>>>> or better >>>>>> >>>>>> http://localhost/instance >>>>>&g

Re: standardize the URL

2010-04-22 Thread Pid
On 22/04/2010 11:27, banto wrote: > > > > Pid * wrote: >> >> On 22/04/2010 10:10, banto wrote: >>> >>> >>> >>> Pid * wrote: On 22/04/2010 07:45, banto wrote: > > > > Gregor Schneider wrote: >> >> On Tue, Apr 20, 2010 at 12:54 PM, banto wrote: >>> >>> Hi

Re: standardize the URL

2010-04-22 Thread banto
he Connector from 8080 to 80. >>> >>>> how can i get the 2 modes? >>> >>> Then add multiple mappings for each instance of the URL. >>> >>> >>> OR >>> >>> Create the servlet and map it to a value also present in the &g

Re: standardize the URL

2010-04-22 Thread Pid
On 22/04/2010 10:10, banto wrote: > > > > Pid * wrote: >> >> On 22/04/2010 07:45, banto wrote: >>> >>> >>> >>> Gregor Schneider wrote: On Tue, Apr 20, 2010 at 12:54 PM, banto wrote: > > Hi, > > i know this can be a silly question but i have the following issue: > >

Re: standardize the URL

2010-04-22 Thread banto
t;> http://localhost:8080/webapp_3 > > Rename the webapp, from "instanceVar" to "ROOT". > >> or better >> >> http://localhost/instance >> http://localhost/webapp_2 >> http://localhost/webapp_3 > > Change the port in the Connector from 8

Re: standardize the URL

2010-04-22 Thread Pid
On 22/04/2010 07:45, banto wrote: > > > > Gregor Schneider wrote: >> >> On Tue, Apr 20, 2010 at 12:54 PM, banto wrote: >>> >>> Hi, >>> >>> i know this can be a silly question but i have the following issue: >>> >>> i want to call my web app with a standard URL as >>> http://host:port/myString >

Re: standardize the URL

2010-04-21 Thread banto
for others webapps) is to call it/them as http://localhost:8080/instance http://localhost:8080/webapp_2 http://localhost:8080/webapp_3 ... or better http://localhost/instance http://localhost/webapp_2 http://localhost/webapp_3 ... how can i get the 2 modes? i hope it is clearer now thanks. -- Vie

Re: standardize the URL

2010-04-20 Thread Gregor Schneider
On Tue, Apr 20, 2010 at 12:54 PM, banto wrote: > > Hi, > > i know this can be a silly question but i have the following issue: > > i want to call my web app with a standard URL as http://host:port/myString > how does the url look like when you call your webb-app currently? how would you like the

Re: standardize the URL

2010-04-20 Thread Pid
On 20/04/2010 11:54, banto wrote: > > Hi, > > i know this can be a silly question but i have the following issue: > > i want to call my web app with a standard URL as http://host:port/myString OK > regardless from the path of the servlet under Tomcat tree. I have made some > try in web.xml url

standardize the URL

2010-04-20 Thread banto
. -- View this message in context: http://old.nabble.com/standardize-the-URL-tp28287836p28287836.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For