Tomcat 321 won't parse other than .jsp files

2001-09-03 Thread Tarwinder Dhak
Hi, I'm writing a web application that uses some javascript (in an external file menu.js) that displays some dynamic menus. Each of these menu options then goes to a specific URL. What I want to do is insert some JSP elements into the menu.js file so that when the client requests the file, all

AW: Tomcat 321 won't parse other than .jsp files

2001-09-03 Thread Burkard Endres
simply rename your .js file to .jsp? -Ursprüngliche Nachricht- Von: Tarwinder Dhak [mailto:[EMAIL PROTECTED]] Bereitgestellt: Montag, 3. September 2001 11:33 Bereitgestellt in: tomcat-user Unterhaltung: Tomcat 321 won't parse other than .jsp files Betreff: Tomcat 321 won't parse other

RE: Tomcat 321 won't parse other than .jsp files

2001-09-03 Thread Tarwinder Dhak
PROTECTED]] Sent: Monday, September 03, 2001 10:55 AM To: [EMAIL PROTECTED] Subject: AW: Tomcat 321 won't parse other than .jsp files simply rename your .js file to .jsp? -Ursprüngliche Nachricht- Von: Tarwinder Dhak [mailto:[EMAIL PROTECTED]] Bereitgestellt: Montag, 3. September 2001 11:33

Re: Tomcat 321 won't parse other than .jsp files

2001-09-03 Thread Pier Fumagalli
Tarwinder Dhak [EMAIL PROTECTED] wrote: That would be the simple answer, but I would like to keep the .js extension keep to the standard for javascript files. There must be a way for tomcat to compile files that don't end in a .jsp extension. Yes, it's called extension mapping and can be