Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Another newbie-9.x-user question

I guess u need a root.war, is will deploy as / directory, u still need a .war, as this is servlet specification jetty follow.

On Jan 22, 2017 12:05 AM, "John English" <john.foreign@xxxxxxxxx> wrote:
I want my server to have a single webapp located in webapps/ROOT (context path "/"). It's an unpacked directory, not a .war file, and I don't want to use the "deploy" module to avoid any extra webapps being deployed automatically. If I disable the "deploy" module it seems to work when I reference static content (e.g. index.html) but I just get a blank page (but no error?) when I reference a servlet. All the examples I've seen assume that the webapp is packaged as a .war, and I can't figure out what I need to do if it isn't.

Thanks, and sorry if I'm being dumb...
--
John English
_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users

Back to the top