On Fri, 6 Jun 2003, Kevin Robair wrote:

> Date: Fri, 6 Jun 2003 07:28:14 -0700 (PDT)
> From: Kevin Robair <[EMAIL PROTECTED]>
> Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]>
> To: Struts Users Mailing List <[EMAIL PROTECTED]>
> Subject: Re: collaborate struts and existing servlet?
>
> Hi Harris,
>
> This has me curious, just in case I run into it in the
> future:
>
> Are you saying that weblogic 5.1 treated
>
>  http://www.somewhere.com/app/servlet1
>  http://www.somewhere.com/app/struts
>
> as being in different contexts?
>
> I don't know the servlet spec by heart, but it seems
> to me that it violatates the spec, regardless of where
> the configuration parameters for the app are stored.
>

That totally depends on the configured context path for each webapp.  As
far as the servlet spec is concerned, it's perfectly legal to have
"/app/servlet1" and "/app/struts" be two different webapps.  it's also
perfectly legal for them to be a single webapp under "/app".

> Thanks,
>
> Kevin

Craig

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to