RE: Question on servlet determination

2013-04-27 Thread Terence M. Bandoian
On 4/25/2013 12:52 PM, Caldarale, Charles R wrote: From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: Question on servlet determination http://localhost:8080/examples/servlets/servlet/RequestInfoExample I get the example page with pathInfo=ll http://localhost:8217

RE: Question on servlet determination

2013-04-25 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: Question on servlet determination > http://localhost:8080/examples/servlets/servlet/RequestInfoExample > I get the example page with pathInfo=null > http://localhost:8217/examples/s

Re: Question on servlet determination

2013-04-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Konstantin, On 4/24/13 4:46 PM, Konstantin Kolinko wrote: > No. With the following pattern requesting the "../foo/bar" URI > above results in 404 for me. (In current 7.0.x, should not be > different from 7.0.39). > /servlets/servlet/RequestInfoExam

Re: Question on servlet determination

2013-04-24 Thread Konstantin Kolinko
2013/4/25 Christopher Schultz : > > Konstantin, > > On 4/24/13 3:56 PM, Konstantin Kolinko wrote: >> 2013/4/24 Christopher Schultz : >>> >>> On 4/23/13 11:35 PM, Caldarale, Charles R wrote: > From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] > Subject: Question on servlet determinat

Re: Question on servlet determination

2013-04-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Konstantin, On 4/24/13 3:56 PM, Konstantin Kolinko wrote: > 2013/4/24 Christopher Schultz : >> >> On 4/23/13 11:35 PM, Caldarale, Charles R wrote: From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] Subject: Question on servlet det

Re: Question on servlet determination

2013-04-24 Thread Konstantin Kolinko
2013/4/24 Christopher Schultz : > > On 4/23/13 11:35 PM, Caldarale, Charles R wrote: >>> From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] >>> Subject: Question on servlet determination >> >>> /Servlet1 >>> /Servlet2 >> >> What happens if you try this instead: >> >> /Servlet1/* >> /Servlet2

RE: Question on servlet determination

2013-04-24 Thread Jeffrey Janner
> -Original Message- > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Sent: Wednesday, April 24, 2013 12:20 PM > To: Tomcat Users List > Subject: Re: Question on servlet determination > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > &

Re: Question on servlet determination

2013-04-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chuck, On 4/23/13 11:35 PM, Caldarale, Charles R wrote: >> From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] >> Subject: Question on servlet determination > >> /Servlet1 >> /Servlet2 > > What happens if you try this instead: > > /Servle

Re: Question on servlet determination

2013-04-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jeff, On 4/23/13 5:45 PM, Jeffrey Janner wrote: >> -Original Message- From: Propes, Barry L >> [mailto:barry.l.pro...@citi.com] Sent: Tuesday, April 23, 2013 >> 4:34 PM To: 'Tomcat Users List' Subj

RE: Question on servlet determination

2013-04-24 Thread Jeffrey Janner
> -Original Message- > From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] > Sent: Tuesday, April 23, 2013 10:35 PM > To: Tomcat Users List > Subject: RE: Question on servlet determination > > > From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com]

RE: Question on servlet determination

2013-04-24 Thread Jeffrey Janner
> -Original Message- > From: Neven Cvetkovic [mailto:neven.cvetko...@gmail.com] > Sent: Tuesday, April 23, 2013 5:29 PM > To: Tomcat Users List > Subject: Re: Question on servlet determination > > > > > > > From

RE: Question on servlet determination

2013-04-23 Thread Caldarale, Charles R
> From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] > Subject: Question on servlet determination >   /Servlet1 >   /Servlet2 What happens if you try this instead: /Servlet1/* /Servlet2/* - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIE

Re: Question on servlet determination

2013-04-23 Thread Neven Cvetkovic
> > > > From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] > > > > > > > > Everything > > *.jsp > > *.html > > *.js > > /Servlet1 > > /Servlet2 > > > Jeffrey, why don't you just use "catch all" url pattern?

RE: Question on servlet determination

2013-04-23 Thread Propes, Barry L
sage- From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] Sent: Tuesday, April 23, 2013 4:46 PM To: 'Tomcat Users List' Subject: RE: Question on servlet determination > -Original Message- > From: Propes, Barry L [mailto:barry.l.pro...@citi.com] > Sent: Tuesday, April 23, 201

RE: Question on servlet determination

2013-04-23 Thread Jeffrey Janner
> -Original Message- > From: Propes, Barry L [mailto:barry.l.pro...@citi.com] > Sent: Tuesday, April 23, 2013 4:34 PM > To: 'Tomcat Users List' > Subject: RE: Question on servlet determination > > I'm tempted to say no. > > Because you migh

RE: Question on servlet determination

2013-04-23 Thread Propes, Barry L
I'm tempted to say no. Because you might be adding a "/" in front of your servlet mapping. In other words, changing the path of the folder slightly, with a different relative path. From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] Sent: Tuesday, April 23