Hello

META-INF is usually created from the IDE in your project folder under
/web. It is not mandatory, but when it happens to be there it will be
included in the .war file when you build your project. When you deploy
war packaged webapps, the deployer will copy the context.xml file from
META-INF to the location I mentioned previously.

Note that an already deployed webapp does not require META-INF folder.
So you could do it manually.
good luck

john


Graeme McLaren wrote:
Hi John,

Please, do not edit the server.xml. You have to place all that stuff in
the context.xml inside the META-INF folder of your project.

I'm using Tomcat 5.0 and I can't see any META-INF folder, only a WEB-INF
folder, where should META-INF be?

I take it all I need to do is copy what I put in to server.xml to a
myapp.xml file under /conf/Catalina/localhost/ ?


Thanks for letting me know about this.

Graeme :)

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".

Some relevant archives, FAQs and Forums on JSPs can be found at:

http://java.sun.com/products/jsp
http://archives.java.sun.com/jsp-interest.html
http://forums.java.sun.com
http://www.jspinsider.com

Reply via email to