Tomcat 7: change in windows registry

2011-08-08 Thread Jonatan Aguirre Kobayashi
I installed tomcat 7.0.19 and the registry ubication of InstallPath and Version keys changes from "HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Tomcat\7.0" to "HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Tomcat\7.0\Tomcat7", I need to know from which version change (my previous

Re: Customize URL access

2011-03-31 Thread Jonatan Aguirre Kobayashi
. > > > > It looks like you're currently using direct servlet invocation. > > > > --Original Message-- > > From: Jonatan Aguirre Kobayashi > > To: users@tomcat.apache.org > > ReplyTo: Tomcat Users List > > Subject: Customize URL access > &

Customize URL access

2011-03-31 Thread Jonatan Aguirre Kobayashi
Hello, a have a application and the url is for example http://localhost:8080/myapp/servlet/maiservlet. How i do to access to my application with this url: http://localhost:8080/myapp/maiservlet (without servlet reference) PD: Sorry , my english is not good.

Re: Fwd: Tomcat 7: Compatibility problems

2010-12-01 Thread Jonatan Aguirre Kobayashi
12/1/2010 8:35 AM, Jonatan Aguirre Kobayashi wrote: > > Can i implement the Servlet Invoker using annotations? > > The invoker servlet is completely unnecessary and was only available in > older versions of the spec for backward-compatibility. > > The invoker was an idea that sho

Re: Fwd: Tomcat 7: Compatibility problems

2010-12-01 Thread Jonatan Aguirre Kobayashi
Ok. Can i implement the Servlet Invoker using annotations? 2010/12/1 Mark Thomas > On 01/12/2010 13:12, Jonatan Aguirre Kobayashi wrote: > > Hello, i have a problem with Tomcat 7.0, in olders versions i used the > > Invoker Servlet to testing my applications, but now in version

Fwd: Tomcat 7: Compatibility problems

2010-12-01 Thread Jonatan Aguirre Kobayashi
Hello, i have a problem with Tomcat 7.0, in olders versions i used the Invoker Servlet to testing my applications, but now in version 7.0 i have a error because class *Servlet invoker *dont exists. There is a solution for this problem? Thanks.