RE: accessing web.xml

2008-05-29 Thread Chris Richmond
: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2008 5:15 AM To: Tomcat Users List Subject: Re: accessing web.xml -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris, Chris Richmond wrote: | I have created a web service using JAX-WS and deployed my .war and it runs | fine

RE: accessing web.xml

2008-05-29 Thread Chris Richmond
Chris, Chris Richmond wrote: | I have created a web service using JAX-WS and deployed my .war and it runs | fine, but now I want to convert some hard-coded config values to read values | from the WEB-INF/web.xml file that was created/deployed. Sounds good. | I have addes something like

[SOLUTION]RE: accessing web.xml

2008-05-29 Thread Chris Richmond
See below what I did. This works for me and no one offered any reasons not to do it this way so marking it as a solution. Thanks, Chris -Original Message- From: Chris Richmond [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2008 10:08 AM To: 'Tomcat Users List' Subject: RE

accessing web.xml

2008-05-28 Thread Chris Richmond
Hello all, I have created a web service using JAX-WS and deployed my .war and it runs fine, but now I want to convert some hard-coded config values to read values from the WEB-INF/web.xml file that was created/deployed. I have addes something like the following to my web.xml:

Setting Tomcat memory usage

2008-04-25 Thread Chris Richmond
Hello all, I read the documentation on the Tomcat6 site and I have attempted to modify the max jvm memory settings when tomcat starts up by modifying Catalina.bat, but it *appears* to have no effect. Here is a summary of the situation and what I have done. I am using Tomcat6 stable