Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] jetty-env.xml not loading? (jndi javax.naming.NameNotFoundException)

What does your jetty-env.xml look like (the contents)?
What version of Jetty?

What you are doing is sane, at face value, but there's a lot of unknowns still.
We need to know more about your setup, and desired/expected outcome to have any hope in helping you.

Right now your question is along the lines of "My car isn't running, I added gasoline, but it still doesn't run. I verified that what I added was gasoline by testing that it was flammable."
A bit hard to troubleshoot when you can't see/touch/hear the car.


Joakim Erdfelt / joakim@xxxxxxxxxxx

On Tue, Jul 14, 2015 at 1:42 PM, Bill Ross <ross@xxxxxxxxxxxx> wrote:
Copying the war to $jetty-base/webapps/.


On 7/14/2015 1:34 PM, Joakim Erdfelt wrote:
How are you deploying that webapp?

Joakim Erdfelt / joakim@xxxxxxxxxxx

On Tue, Jul 14, 2015 at 1:25 PM, Bill Ross <ross@xxxxxxxxxxxx> wrote:
Per

http://www.eclipse.org/jetty/documentation/current/jetty-env-xml.html

"Using jetty-env.xml

Place the jetty-env.xml file in your web application's WEB-INF folder."

-- I see it there when I unpack the war file.
-- should there be any logging when this is seen?
-- I added this to it, but still see no log:

<Call class="org.eclipse.jetty.util.log.Log" name="info"><Arg>Starting my super test application</Arg></Call>

Thanks,
Bill
_______________________________________________
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



_______________________________________________
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


_______________________________________________
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