OK, thanks. The principles are clear to me now.
In my case the second option is preferred, I'll test it.
Regards, Nico
> Hi :-) with jakarta-tomcat-4.0-b1(standalone, JDK1.3, wint40),
> from several emails && IMHO ^_^, it is not right, I think it
> should be:
> - if you want to use servlet-name:
> http://localhost:8080/imsapps/servlet/gsServer
>
> - if you want to use servlet-mapping:
> http://localhost:8080/imsapps/mappingName
> (I suppose in your WEB-INF/web.xml: you already define
> the following servlet-mapping:
> ...
> <servlet-mapping>
> <servlet-name>gsServer</servlet-name>
> <url-pattern> /mappingName</url-pattern>
> </servlet-mapping>
> ...
> )
>
> Bo
> Mar.10, 2001
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]