I jus tchecked and the cactus.properties file is also in my classpath... -----Original Message----- From: Lisa Klag [mailto:lisak@;cqg.com] Sent: Tuesday, November 05, 2002 8:30 AM To: Cactus Users List Subject: RE: location of web.xml
Thanks, but that didn't help. My web.xml was in the correct place. My cactus.properties is in my system path, does it need to be in the classpath? The entry in the props file looks like this: cactus.servletRedirectorURL=http://localhost:8001/cqgTRS/ServletRedirector/ and my web.xml looks like this: <web-app> <servlet> <servlet-name>ServletRedirector</servlet-name> <servlet-class>org.apache.cactus.server.ServletTestRedirector</servlet-class > </servlet> <servlet-mapping> <servlet-name>ServletRedirector</servlet-name> <url-pattern>/ServletRedirector/</url-pattern> </servlet-mapping> </web-app> any help would be appreciated. thanks, lisa -----Original Message----- From: Charlene Mitchell [mailto:charlene_ml@;yahoo.co.uk] Sent: Tuesday, November 05, 2002 12:47 AM To: Cactus Users List Subject: Re: location of web.xml The proper location should be the same for any Application Server, within the root of the WEB-INF directory. Here are the full contents of my cactus test war file: META-INF/MANIFEST.MF WEB-INF/classes/my/package/MyTest.class WEB-INF/lib/junit.jar WEB-INF/lib/aspectjrt-1.0.5.jar WEB-INF/lib/cactus-1.5dev.jar WEB-INF/lib/commons-logging-1.0.jar WEB-INF/lib/commons-httpclient-2.0alpha1-20020606.jar WEB-INF/web.xml HTH Charlene --- Lisa Klag <[EMAIL PROTECTED]> wrote: > What is the proper location of web.xml when using > weblogic 6.1? I had my > cacactus tests running and then my machine got > rebuilt and I lost my > configuration. I'm getting a fileNotFountException > for the > servletRedirector... I know it is all a > configuration issue, I just am not > sure where. I've gone over the how to's and they > haven't given me the > answer. I've also been searching the archives. I > can provide more > information if necessary. > thanks, > lisa > > /\/\/\/\/\/\/\/\/\/\ > Lisa Klag > Trade Routing PM > 720-904-2992 > [EMAIL PROTECTED] > /\/\/\/\/\/\/\/\/\/\ > > The most likely way for the world to be destroyed, > most experts agree, is by > accident. That's where we come in; we're computer > professionals. We cause > accidents. > -Nathaniel Borenstein > > > Genius is one percent inspiration and ninety-nine > percent perspiration. > -Thomas Alva Edison > > > > -- > To unsubscribe, e-mail: > <mailto:cactus-user-unsubscribe@;jakarta.apache.org> > For additional commands, e-mail: > <mailto:cactus-user-help@;jakarta.apache.org> > __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com -- To unsubscribe, e-mail: <mailto:cactus-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:cactus-user-help@;jakarta.apache.org> -- To unsubscribe, e-mail: <mailto:cactus-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:cactus-user-help@;jakarta.apache.org> -- To unsubscribe, e-mail: <mailto:cactus-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:cactus-user-help@;jakarta.apache.org>
