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
.
> >
> > 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
> &
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.
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
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
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.