Consultor Eletrônico



Kbase 18424: 500 Internal Server Error Deploying HTML Project with JRUN
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   2/9/2004
Status: Unverified

FACT(s) (Environment):

Apptivity

SYMPTOM(s):

Error when deploying an HTML project using JRun.

error: 500 Internal Server Error test:
java.lang.NoClassDefFoundError.

FIX:

This indicates a problem with the CLASSPATH. For JRun 2.1.3, the servlet engine is started by the web server, and so inherits the system PATH and CLASSPATH variables. In addition, classes may be added to this path through the JRun administration tool.

For JRun 2.2, the servlet engine is started through a batch file. If a batch file is used it does _not_ use the classpath set up for the service in JRun Admin.

That is, the JRUN Admin classpath settings are only used if you start the Servlet Engine as an NT Service.

If using the startjsm.bat file, edit the classpath there.