Doug James
|
| Posted: 08/13/2002, 5:48 PM |
|
I'm attempting to generate and deploy an application using Servlets 2.2 JDK 1.3 with Templates as the Code Language. The build is successful with no errors, but the deployed pages don't work properly - the HTML templates just display as is, without included pages or dynamic content. I'm sure I'm missing a basic step here, but I've followed the Java Deployment document to the letter, and can't find any documentation that tells me what to expect. BTW - this is deployed on Tomcat 4.0, running stand-alone against a MySQL database on WinXP.
|
|
|
 |
max
|
| Posted: 08/13/2002, 11:46 PM |
|
Doug,
first check if Tomcat "unflate" the .war file correctly and then
check the URL that you invoke.
You have to invoke xxxx.do (not xxxx.html) where xxxx is the name of your page.
max
|
|
|
 |
chaskunz
|
| Posted: 08/15/2002, 6:21 AM |
|
How do you force the .was to be unflated? I have had to delete the subdirectory with the unflated files, then restart Tomcat, then call the .do again. Is there no simpler way?
|
|
|
 |
|