- Precompile your jsp's
- Precompiling also involves changing your web.xml to map jsp files to the compiled version of your class


Precompiling involves translating your jsp's to class files webapp build time (instead of run time) via jspc(?). The class files will reside in your WEB-INF/classes directory somewhere.

I have never done precompiling in 4.X (so I don't the actual tech instructions of how to do so)



-Tim

Rob wrote:
I would like to bundle my application into a single .war file.
In addition I would like to include the precompiled .jsp files
in the war file as opposed to the .jsp files themselves.

Is there a way to do this?  I would like to deploy my
application to a target without a `javac`.

A description of how would be appreciated, particularly
where within my hierarchy I place the class files and how it
affects the requests for those .jsp files (ie can a person still
type in http://www.foo.com/myapp/my.jsp) or do they end up
being used as servlets instead?

Thanks

Rob


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to