|
From: Dan F. <df...@no...> - 2003-12-11 00:06:34
|
Hi --- I've looked high and low but can't find what I'm looking for. I want to pass an argument to my war using JNDI. For example, in tomcat, you would use the <Environment> tag in their servlet.xml file, something like this: <Environment name="applicationDirectory" value="/path_to_project" type="java.lang.String" override="false"/> Does Jetty surface this capability? Thanks in advance, Dan |