Mantis - Resin
Viewing Issue Advanced Details
2738 minor always 06-16-08 14:12 06-17-08 12:01
sam  
ferg  
urgent  
closed 3.0.26  
fixed  
none    
none 3.1.7  
0002738: problem error message for lpt9.jsp request only present when license is installed
(rep by T Fukuda)

Windows 2000 Server
IIS/5.0
                                                                                                     
(1)

With a license installed:

Step 1. Defrost Resin 3.0.26
Step 2. Install license file into 'licenses' directory.
Step 3. Start Resin.
Step 4. Access http://hostname/lpt9.jsp [^] via IIS.

RESULT =>

<html>
<head><title>500 Servlet Exception</title></head>
<body>
<h1>500 Servlet Exception</h1>
<code>&lt;pre>
root-directory `/C:/temp/2008-06-16/resin3.0.26/license_yes/resin-pro-3.0.26/webapps/lpt9.jsp'
may not be a file. root-directory must specify a directory.
&lt;/pre></code>
<hr /><small>
Resin-3.0.26 (built Tue, 27 May 2008 10:42:07 PDT)
</small>
</body></html>

(2)

Without a license installed:

Step 1. Defrost Resin 3.0.26
Step 2. SKIP - DO NOT INSTALL LICENSE
Step 3. Start Resin.
Step 4. Access http://hostname/lpt9.jsp [^] via IIS.

RESULT =>

<html>
<head><title>404 Not Found</title></head>
<body>
<h1>404 Not Found</h1>
/lpt9.jsp was not found on this server.

<hr />
<small>
Resin-3.0.26 (built Tue, 27 May 2008 10:42:07 PDT)
</small>
</body>
</html>

(3)

A direct request to Resin, with a license installed:

Step 1. Defrost Resin 3.0.26
Step 2. Install license file into 'licenses' directory.
Step 3. Start Resin.
Step 4. Access http://hostname:8080/lpt9.jsp [^] via Resin directly

RESULT =>

----
HTTP/1.1 500 Internal Server Error
Server: Resin/3.0.26
Content-Type: text/html
Content-Length: 0
Proxy-Connection: close
Connection: close
Date: Mon, 16 Jun 2008 03:57:10 GMT
----


Notes
(0003203)
ferg   
06-17-08 12:01   
server/003o