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)

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


Back to the top