AppFuseOnWinstone |
|
Your trail: |
Difference between
version 17
and
version 16:
At line 9 changed 1 line. |
__3.__ Copy your war file to {{felini}} and copy your JBDC Driver and jta.jar to {{lib}} directory; |
__3.__ Download [Winstone|http://winstone.sourceforge.net/], the version I will use is: {{winstone-0.8.1.jar}}; |
At line 11 changed 1 line. |
__4.__ Other thing, in order to turn on JSP compilation in [Winstone|http://winstone.sourceforge.net/], you'll need to place the following jar files into the {{lib}} folder under the current directory (or the folder identified by the --commonLibFolder directive): jasper-compiler.jar, jasper-runtime.jar, ant.jar, commons-logging-api.jar, commons-el.jar (Jasper 2 only) - These are required if you are using Jasper 2.0. You can get them from the tomcat binary distribution; |
__4.__ Copy your war file to {{felini}} and copy your JBDC Driver and jta.jar to {{lib}} directory; |
At line 13 changed 5 lines. |
__5.__ |
<pre>java -jar winstone-0.8.1.jar --warfile=feline.war |
--accessLoggerClassName=winstone.accesslog.SimpleAccessLogger |
--simpleAccessLogger.format=###date###\ ###uriLine### |
--simpleAccessLogger.file=/mylogs/access_log.txt</pre> |
__5.__ Other thing, in order to turn on JSP compilation in [Winstone|http://winstone.sourceforge.net/], you'll need to place the following jar files into the {{lib}} folder under the current directory (or the folder identified by the --commonLibFolder directive): jasper-compiler.jar, jasper-runtime.jar, ant.jar, commons-logging-api.jar, commons-el.jar (Jasper 2 only) - These are required if you are using Jasper 2.0. You can get them from the tomcat binary distribution; |
|
__6.__ From the {{felini}} directory run: |
<pre>java -jar winstone-0.8.1.jar --warfile=feline.war</pre> |
Back to AppFuseOnWinstone,
or to the Page History.
|