Re: AW: Re: standard call for servlets does not work under tomcat

2006-10-10 Thread David Smith
And if all those reasons weren't enough, it's also depricated and not portable. Changing servlet engines or upgrading may break your webapp. Better to do it right from the beginning than have to recode later. --David David Delbecq wrote: - Because it way unsecure. It can invoke pretty any

Re: AW: Re: standard call for servlets does not work under tomcat

2006-10-10 Thread David Delbecq
- Because it way unsecure. It can invoke pretty any class in your webapp class path. This include legacy servlet (like com.company.TheServlet) but also your test servlet, the servlets you developped for quick admin hacks locally and you didn't remove from code. - Invoker servelt is one unique serv

AW: Re: standard call for servlets does not work under tomcat

2006-10-10 Thread fabs
ok i found some expamples but why not the invoker servlet it seems to be just the right one >I think you are looking for the Invoker servlet. That's not >recommended. See the servletexamples webapp's web.xml file for a >standards compliant way to map servlet to request uri's > >--David > >

AW: Re: standard call for servlets does not work under tomcat

2006-10-10 Thread fabs
Hmmm could you give me a link please have not found a good example >I think you are looking for the Invoker servlet. That's not >recommended. See the servletexamples webapp's web.xml file for a >standards compliant way to map servlet to request uri's > >--David > >[EMAIL PROTECTED] wrote:

Re: standard call for servlets does not work under tomcat

2006-10-10 Thread David Smith
I think you are looking for the Invoker servlet. That's not recommended. See the servletexamples webapp's web.xml file for a standards compliant way to map servlet to request uri's --David [EMAIL PROTECTED] wrote: Hi in normal case you call servelts as followed /servlet/packetName for exa

standard call for servlets does not work under tomcat

2006-10-10 Thread fabs
Hi in normal case you call servelts as followed /servlet/packetName for example servlet/xinfo/test/Testservlet how can I reach this thanks for help - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail