|
The UKHA-ARCHIVE IS CEASING OPERATIONS 31 DEC 2024
|
Latest message you have seen: TiVo - Just Remembered |
[Date Prev][Date
Next][Thread Prev][Thread Next][Date
Index][Thread Index]
Windows Documentation: Server Install: Jikes
DRAFT FOR COMMENT:
[WINDOWS]
>From the "Downloads" section of the site, choose the most recent
version, and the "jikes.<versionnumber>.windows.zip"
download.
Save this to a temporary directory, then unzip, and extract, again into a
temporary directory.
Move Jikes.exe to a suitable executable directory (eg C:\program
files\jikes) and add that directory to the PATH global environment
variable.
Go to the "etc" directory in the Jetty installation directory you
chose earlier. Edit the file webdefault.xml. Find the text that reads
<servlet>
<servlet-name>JSP</servlet-name>
<servlet-class>org.apache.jasper.servlet.JspServlet</servlet-class>
*** some other stuff about loading ***
</servlet>
and change it so it reads:
<servlet>
<servlet-name>JSP</servlet-name>
<servlet-class>org.apache.jasper.servlet.JspServlet</servlet-class>
<init-param>
<param-name>jspCompilerPlugin</param-name>
<param-value>org.apache.jasper.compiler.JikesJavaCompiler</param-value>
</init-param>
</servlet>
ie - delete the stuff about loading, but insert the stuff about
init-param!
Yahoo! Groups
Sponsor |
ADVERTISEMENT
|
|
|
For more information: http://www.automatedhome.co.uk
Post message: ukha_d@xxxxxxx
Subscribe: ukha_d-subscribe@xxxxxxx
Unsubscribe: ukha_d-unsubscribe@xxxxxxx
List owner: ukha_d-owner@xxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
Home |
Main Index |
Thread Index
|
|