: "Wendy Smoak" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Sunday, March 26, 2006 7:13 PM
Subject: Re: unable to deploy a servlet while disabling the invoker
On 3/26/06, Bassel Mannaa <[EMAIL PROTECTED]> wrote:
..
In addition to making sure you
On 3/26/06, Bassel Mannaa <[EMAIL PROTECTED]> wrote:
>
...
>
In addition to making sure you're using the right URL, check your
spelling in web.xml.
--
Wendy
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands,
Bassel Mannaa wrote:
> I've been trying to deploy a servlet. It worked out when I enabled the
> "invoker" servlet and called my "Hello" servlet like this "
> http://localhost:8080/myapp/servlet/Hello";.
> but when I redisabled the invoker servlet and inserted the web.xml file in
> WEB-INF and tried
How did you invoke it with the invoker servlet disabled? According to your
web.xml, it would be available at:
http://localhost:8080/myapp/Hello
Tim
-Original Message-
From: Bassel Mannaa [mailto:[EMAIL PROTECTED]
Sent: Sunday, March 26, 2006 6:59 PM
To: users@tomcat.apache.org
Subjec