Thomd,
This is outside the realm of MyEclipse, BUT if you are running Tomcat 5, you can supposidly extract your context settings into a file named “context.xml” and place it in your META-INF directory of your webapp, and when you deploy it, Tomcat will pickup the settings and use them.
You may want to check with the Tomcat mailing list, becuase I’ve heard that you should name this file the same name as your webapp, and put it in your WEB-INF dir… so I don’t know which one works. Either way, this is up to you to configure your application server correctly.