Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
2738 | minor | always | 06-16-08 14:12 | 06-17-08 12:01 | |
|
|||||
Reporter: | sam | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | urgent | OS Version: | |||
Status: | closed | Product Version: | 3.0.26 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.1.7 | ||
|
|||||
Summary: | 0002738: problem error message for lpt9.jsp request only present when license is installed | ||||
Description: |
(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><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. </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 ---- |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|