Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jetty WTP Adapter and Root Context

test it with an actual context like 'foo' for the time being

also log a bug in bugzilla under wtp and I'll get a fix in there for
it, maybe make a special case for root as root.xml

cheers,
jesse

--
jesse mcconnell
jesse.mcconnell@xxxxxxxxx



On Thu, Jan 13, 2011 at 09:50, KwonNam Son <kwon37xi@xxxxxxxxx> wrote:
> I tried to use Jetty WTP Adapter and Jetty 7.2 on Eclipse Helios.
> It was ok when I made web applications with some context names.
>
> But when I set the context name as root(/), WTP Adapter makes context xml as
> ".xml"(I mean there is no file name, there is only file extension) in
> .metadata directory and the web app is not loaded when I run Jetty server on
> eclipse.
>
> Is this a bug? And what I can do is just waiting for new Jetty WTP Adapter?
> Or is there some work around to avoid this problem?
>
> Thanks,
> KwonNam.
>
> _______________________________________________
> jetty-users mailing list
> jetty-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-users
>


Back to the top