Re: Hidding .jsp files

2001-06-08 Thread Ted Husted
field in the form)... Mikkel -Original Message- From: Craig R. McClanahan To: '[EMAIL PROTECTED] ' Sent: 02-06-2001 05:14 Subject: Re: Hidding .jsp files On Tue, 15 May 2001, Mikkel Bruun wrote: Hi Guys, Is it possible to make some sort of virtual path, enabling one

RE: Hidding .jsp files

2001-06-04 Thread Mikkel Bruun
PROTECTED] ' Sent: 02-06-2001 05:14 Subject: Re: Hidding .jsp files On Tue, 15 May 2001, Mikkel Bruun wrote: Hi Guys, Is it possible to make some sort of virtual path, enabling one to hide the actual .jsp pages??? Example, i want to avoid a link like /logon/logonform.jsp replacing

Re: Hidding .jsp files

2001-06-01 Thread Craig R. McClanahan
On Tue, 15 May 2001, Mikkel Bruun wrote: Hi Guys, Is it possible to make some sort of virtual path, enabling one to hide the actual .jsp pages??? Example, i want to avoid a link like /logon/logonform.jsp replacing it with perhaps /logon (which in turn will point to

Re: Hidding .jsp files

2001-05-15 Thread Scott Walter
Look into the web.xml file. Since a JSP page is a servlet, you can setup a servlet tag for the JSP page (instead of specifiying servlet-class, use jsp-file). You will then create a servlet-mapping to specify the url to listen on. scott. --- Mikkel Bruun [EMAIL PROTECTED] wrote: Hi Guys, Is

RE: Hidding .jsp files

2001-05-15 Thread Mikkel Bruun
of course!! nice!! thanks!! Mikkel Bruun -Original Message- From: Scott Walter To: [EMAIL PROTECTED] Sent: 15-05-2001 14:59 Subject: Re: Hidding .jsp files Look into the web.xml file. Since a JSP page is a servlet, you can setup a servlet tag for the JSP page (instead

RE: Hidding .jsp files

2001-05-15 Thread Nanduri, Amarnath
Will this in anyway affect the mapping in the struts-config.xml file ? -Original Message- From: Scott Walter [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 15, 2001 9:00 AM To: [EMAIL PROTECTED] Subject: Re: Hidding .jsp files Look into the web.xml file. Since a JSP page is a servlet

RE: Hidding .jsp files

2001-05-15 Thread Mikkel Bruun
No it won't... It has no impact on the struts mappings... Mikkel Bruun -Original Message- From: Nanduri, Amarnath To: '[EMAIL PROTECTED]' Sent: 15-05-2001 15:09 Subject: RE: Hidding .jsp files Will this in anyway affect the mapping in the struts-config.xml file ? -Original