Sanjay, That's very weird because even if the servlet was not loaded at startup you would still be able to access it from a browser ! Thus I believe that either you've typed the wrong url (not using the correct webapp context for example) or your web.xml does not have a mapping that correspond to what you typed.
BTW, if the servlet was not loading properly at startup, Tomcat would output an error message and stack trace. Thanks -Vincent > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: 16 April 2002 10:24 > To: Cactus Users List > Subject: RE: Cactus compatibility > > > Vincent, I am not getting any error on the console, it just does not load > the servlet. I can say this bcos i am not able to access that servlet from > the browser. > > Regards / Sanjay > > > > > "Vincent > Massol" To: "'Cactus Users List'" > <vmassol@octo <[EMAIL PROTECTED]> > .com> cc: > Subject: RE: Cactus > compatibility > 04/16/2002 > 01:10 PM > Please > respond to > "Cactus Users > List" > > > > > > > Sanjay, > > Are the tests running ok ? What is the error you get when starting > Tomcat ? > Thanks > -Vincent > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > Sent: 05 April 2002 10:31 > > To: Cactus Users List > > Subject: RE: Cactus compatibility > > > > > > Hey Vincent, thanks man, thanks for the information. Later in the day, > I > > was trying out these samples given with Cactus distribution on Tomcat > > 4.0.3. I mentioned servlet details in web.xml before starting the > engine, > > but i saw that the engine was not loading this servlet at startup. > could > > not figure out the reason!! > > > > The code below is what i mentioned in web.xml between <webapp> tags. > > > > > > <servlet> > > <servlet-name>ServletRedirector</servlet-name> > > > <servlet-class>org.apache.commons.cactus.server.ServletTestRedirector > > </servlet-class> > > <load-on-startup>3</load-on-startup> > > </servlet> > > > > <servlet-mapping> > > <servlet-name>ServletRedirector</servlet-name> > > <url-pattern>/ServletRedirector</url-pattern> > > </servlet-mapping> > > > > > > > > > > The cactus.jar is placed in the CLASSPATH and is accessible. what > could be > > the possible problem here. > > > > Regards / Sanjay > > > > > > > > > > > > > > "Vincent > > Massol" To: "'Cactus Users List'" > > <vmassol@octo > <[EMAIL PROTECTED]> > > .com> cc: > > Subject: RE: Cactus > > compatibility > > 04/05/2002 > > 01:26 PM > > Please > > respond to > > "Cactus Users > > List" > > > > > > > > > > > > > > Sanjay, > > > > Cactus is supposed to run on all servlet engines (WL, WAS, Tomcat, > > Resin, etc). That said, Cactus has been tested only on some of them > > (obviously). Cactus is also offering pre-configured Ant scripts for > > automating cactus tests on some servlet containers. These scripts can > be > > found in samples/build dir of the cactus distribution. > > > > Cactus has been officially tested by the cactus team on Tomcat 3.2, > 3.3, > > 4.x, Resin 1.2, 2.x, WebLogic 5.1, 6.1, Enhydra 3.1, Orion 1.4, 1.5. > > > > In addition, several users have tested it on other configurations : > WAS > > 4.x, JBoss w/ Tomcat, Jo!, etc > > > > One of our potential todo is to prepare a compatibility page on the > web > > site under which we will print with what Application Servers it has > been > > tested with and what problems were encountered if any. > > > > Thanks > > -Vincent > > > > > -----Original Message----- > > > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > > > Sent: 04 April 2002 13:46 > > > To: [EMAIL PROTECTED] > > > Subject: Cactus compatibility > > > > > > Hi, > > > > > > I was wondering on what all app. servers does Cactus support - i > mean > > can > > > i > > > use Cactus on Weblogic (all versions), WebSphere etc., There is no > > > documentation regarding this. > > > > > > Regards, > > > Sanjay > > > > > > > > > -- > > > To unsubscribe, e-mail: <mailto:cactus-user- > > > [EMAIL PROTECTED]> > > > For additional commands, e-mail: <mailto:cactus-user- > > > [EMAIL PROTECTED]> > > > > > > > > > > > > > -- > > To unsubscribe, e-mail: < > > mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: < > > mailto:[EMAIL PROTECTED]> > > > > > > > > > > > > > > -- > > To unsubscribe, e-mail: <mailto:cactus-user- > > [EMAIL PROTECTED]> > > For additional commands, e-mail: <mailto:cactus-user- > > [EMAIL PROTECTED]> > > > > > > > -- > To unsubscribe, e-mail: < > mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: < > mailto:[EMAIL PROTECTED]> > > > > > > > -- > To unsubscribe, e-mail: <mailto:cactus-user- > [EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:cactus-user- > [EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
