-
1
- #1
I'm using jexegen from the MS SDK to compile my .class file into and .exe. The reason I am doing this is so I can get my servlet to run off my IIS4 server without using third party software (such as JRun). However, when I run the .exe file I get the following error:<br>
<br>
"CGI Error<br>
<br>
The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:<br>
<br>
Unable to start the application. Unable to locate class file."<br>
<br>
When I run the .class file with JRun the servlet works fine. Anyone have any Ideas?
<br>
"CGI Error<br>
<br>
The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:<br>
<br>
Unable to start the application. Unable to locate class file."<br>
<br>
When I run the .class file with JRun the servlet works fine. Anyone have any Ideas?