> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Subject: Re: How can JSPs be part of an integrated component? > > Sure, that works if you're banking on Tomcat as your > deployment target, but the classes that you've compiled > and hardwired (there many lines of hardwiring in the > admin web.xml) to Tomcat.
None of what's in web.xml is specific to Tomcat - it's all defined by the servlet spec, and is usable on any container. (What the admin app actually does is certainly specific to Tomcat, of course, but the pre-compilation mechanism is not.) Compiling the JSP files into classes and generating the multitude of servlet mappings is normally done by an ANT script, of which there are numerous examples floating around. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]