AW: Servlet Mapping and Access

2001-01-18 Thread hartmut wilms
Title: SV: Servlet Mapping and Access Hi Magnus, You're right. I must have missed that line name - The name of the web-application inside the (enterprise-)application. But: Some pieces are missing in the online docs. Sometimes the information about orion config files just stops

Servlet Mapping and Access

2001-01-17 Thread hartmut wilms
Hi there, I'm really lost. I can't figure out how to access a mapped servlet from a Web-Browser. I tried several URLs, like: - http://localhost/gamsytest/TestServlet - http://localhost/gamsytest/junitee/TestServlet - http://localhost/junitee/TestServlet - ...

Re: Servlet Mapping and Access

2001-01-17 Thread Santosh Kumar
try http://localhost/junitee/servlet/TestServlet - Original Message - From: hartmut wilms [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Wednesday, January 17, 2001 2:17 PM Subject: Servlet Mapping and Access Hi there, I'm really lost. I can't figure out how to access

AW: Servlet Mapping and Access

2001-01-17 Thread hartmut wilms
Mapping and Access try http://localhost/junitee/servlet/TestServlet - Original Message - From: hartmut wilms [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Wednesday, January 17, 2001 2:17 PM Subject: Servlet Mapping and Access Hi there, I'm really lost. I can't figure

RE: Servlet Mapping and Access

2001-01-17 Thread Stanislav Maximov
ion. Just like in the URLs you tried. Stas. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Santosh Kumar Sent: Wednesday, January 17, 2001 12:12 PM To: Orion-Interest Subject: Re: Servlet Mapping and Access try http://localhost/junitee/servl

Re: Servlet Mapping and Access

2001-01-17 Thread denis despinoy
wilms [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Wednesday, January 17, 2001 2:17 PM Subject: Servlet Mapping and Access Hi there, I'm really lost. I can't figure out how to access a mapped servlet from a Web-Browser. I tried several URLs, like: - http

RE: Servlet Mapping and Access

2001-01-17 Thread Jeff Schnitzer
o use either URL: http://localhost/junitee/TestServlet http://localhost/junitee/servlet/TestServlet Jeff -Original Message- From: hartmut wilms [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 17, 2001 5:16 AM To: Orion-Interest Subject: AW: Servlet Mapping and Access Hi Santosh, h

AW: Servlet Mapping and Access

2001-01-17 Thread hartmut wilms
what was wrong. Thanks, again. Hartmut -Ursprngliche Nachricht- Von: Jeff Schnitzer [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 17. Januar 2001 22:09 An: Orion-Interest Betreff: RE: Servlet Mapping and Access Have you successfully installed the sample junitee test in the JUnitEE

SV: Servlet Mapping and Access

2001-01-17 Thread Magnus Rydin
Title: SV: Servlet Mapping and Access Did you check the doc at http://www.orionserver.com/docs/web-site.xml.html (refered to in the documentation outline) ? It says the following on this: web-app application=default load-on-startup=false max-inactivity-time=123 name=defaultWebApp root