usemodj is not using jsp but velocity.
it is using the template layout of
org.apache.velocity.tools.view.servlet.VelocityLayoutServlet
setting in WEB-INF/web.xml
there is the mapping to *.vm page pattern about the velocity
template laouout.
If using the *.jsp page, there is necessity of the proper
template layout mapping to *.jsp page.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Understood. I am sorry let me clarify. This runs perfect if one
just deploys the war, but this is not pratical. I have tried to
pull the project into eclipse and other IDEs and have not been
successful in deploying afterwards.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=846284
usemodj is not using jsp but velocity.
it is using the template layout of
org.apache.velocity.tools.view.servlet.VelocityLayoutServlet
setting in WEB-INF/web.xml
there is the mapping to *.vm page pattern about the velocity
template laouout.
If using the *.jsp page, there is necessity of the proper
template layout mapping to *.jsp page.
Logged In: NO
Understood. I am sorry let me clarify. This runs perfect if one
just deploys the war, but this is not pratical. I have tried to
pull the project into eclipse and other IDEs and have not been
successful in deploying afterwards.
Logged In: NO
usemodj use the Ant build tool for generating source codes
or description files of Struts framework.
If you run the Ant build tool at the location of build.xml
file,
the remaining souce codes are complately generated, compiled
and packed in WAR file.