: "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
Subject: unable to deploy a servlet while disabling the invoker
greetings,
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
greetings,
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 to call the servle