Re: unable to deploy a servlet while disabling the invoker

2006-03-26 Thread Martin Gainty
: "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&#x

Re: unable to deploy a servlet while disabling the invoker

2006-03-26 Thread Wendy Smoak
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,

Re: unable to deploy a servlet while disabling the invoker

2006-03-26 Thread Markus Schönhaber
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

RE: unable to deploy a servlet while disabling the invoker

2006-03-26 Thread Tim Lucia
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

unable to deploy a servlet while disabling the invoker

2006-03-26 Thread Bassel Mannaa
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