On Fri, Aug 20, 2004 at 04:01:48PM -0500, Dan Schwartz wrote:
: Now I've tried to add a context element to /tomcat/conf/server.xml
: with path="" and path="/j606", i added a whole new <Host> item, I
: tried to create /j606/WEB-INF/server.xml and j606.xml with context
: items, but nothing has worked for me.

server.xml goes in the global Tomcat /conf dir.  Maybe you're thinking
of context.xml, which goes in your webapp's /META-INF dir (if a WAR) or
in {tomcat}/conf/{engine}/{host}/{context name}.xml.


: I feel like I'm just trying random configurations now in hope
: that something works.  Thanks for the help.

Perhaps ;)
Take a deep breath, walk away from it for a bit, then slowly follow the
docs again.  It's easy to miss something when you're in a hurry or
frustrated, and J2EE webapp development gives you a lot to absorb if
you're new to most of the concepts.

I missed your first post.  What are you trying to do?

-QM

-- 

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to