[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[Home]
Re: Jrun Installation Help
Hi,
GnuJSP requires full version of JDK.
1. Install Sun JDK.
2. Edit the file startadmin.bat of JRun. Replace the jre.exe with java.exe,
which is located within Sun JDK. Remember to update the classpath and point
to the library in Sun JDK.
Raymond
At 05:42 PM 1999/1/15 -0600, Jeff Aldrich wrote:
>Hello,
>I'm trouble getting GNUJsp up and running with JRun 2.2.1 on
>Windows NT 4/PWS.
>
>I'm getting the following error when I invoke the date.jsp
>sample file:
>
>500 Internal Server Error
>jsp:
>
>java.lang.NoClassDefFoundError: sun/tools/javac/Main
>
>My property file setting are as follows and I have added the *.jsp mime
>type mapping to my PWS configuration settings.
>
>properties.servlets:
>servlet.jsp.code=org.gjt.jsp.JSPServlet
>servlet.jsp.args=classfiles=c:\\inetpub\\servlets
>
>rules.properties:
>*.jsp=jsp
>
>jsm.properies:
>java.classpath=
>java.args=-noasyncgc -mx32m -cp
classes;..\\classes;..\\lib\\jrun.jar;..\\lib\\gnujsp.jar;..\\examples\\jni
>java.exe=..\\jre\\1.1\\bin\\jre.exe
>java.path=..\\bin;..\\examples\\jni
>jrun.rootdir=..
>redirect.stderr=false
>java.securitymanager=
>redirect.stdout=false
>admin.port=7070
>admin.bindaddress=*
>
>Any assistance appreciated.
>
>Thanks,
>--jeff
>
>**********************************************************************
>Jeff Aldrich
>jaldrich@bitstream.net
>
>
>