Problem resolved.

The path for every link on the secure web page had to be adjusted slightly. For example: My home page is located in the webapps folder called "Generic" and it is called index.jsp. The path to the login page was: /Generic/jsp/login.jsp. This path had to be changed to: /jsp/login.jsp and the link to the next secure web page worked fine.

The unsecure version of this same web site has no problem with the path starting with the Generic folder. The secure verison of this same website is less tolerable and requires that the path start from the current level and proceed directly to the folder or file from that level. My path was starting from the current level of my home page, going back up one level to the Generic folder, and then proceeded down to the login.jsp within the jsp folder.


From: "charles doweary" <[EMAIL PROTECTED]>
Reply-To: "Tomcat Developers List" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
Subject: IIS 6.0 SSL port 443 and Tomcat 5.0 problem. Date: Wed, 28 Jan 2004 23:08:01 -0500


Software Platform: Windows Server 2003, IIS 6.0, SSL, Tomcat 5.0.

Please help me resolve this issue:
Redirection works for my non-secure websites, but it's not work properly for my secure website.


My website at HTTP://dowearysoftware.com processes my jsp pages
without any problems.  I created a copy of the this website at
www.dowearysoftware.com and added SSL with 128 bit encryption in IIS 6.0.
HTTP://dowearysoftware.com processes the jsp successfully, but
HTTPS://www.dowearysoftware.com hangs when I select one of the links
from the index.jsp home page.

The index.jsp home page displays successfully, but the browser hangs indifinitely when I select any link on the home page. Please try my secure website to see what I am talking about.

I believe the problem has something to do with Tomcat 5.0. My redirection is working properly through port Connector port 8009, and IIS SSL allows me to access https://www.dowearysoftware.com using port 443.

I've also updated the JSSE organizational unit, organization, city, state, name, and password using "changeit" in JRE.

Questions: What am I missing in Tomcat set up that would cause my jsp pages not to process? Why would the index.jsp home page display over the secure channel and the subsequent jsp links not display? Do I need to modify my worker2.properties file for SSL?

**** My worker2.properties file******************************************
#Look at
#http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/configwebcom.html
#for parameter description

[shm:]
info=Scoreboard. Required for reconfiguration and status with multiprocess servers
file=C:\Program Files\Apache Software Foundation\Tomcat 5.0\temp\jk2.shm
size=1048576


[channel.socket:localhost:8009]
info=Ajp13 forwarding over socket
tomcatId=localhost:8009

# Map webapps to the Web server uri space
[uri:/*.jsp]
[uri:/generic/*]
[uri:/generic/jsp/*]
******************************************************************

I can tell you this...I ran a test linking index.jsp to an html page in the HTTPS://www.dowearysoftware.com website and the link worked. Linking to html pages works fine, but linking to jsp pages causes the explorer browser to hang indefinitely.

Try it... you'll see what I am talking about.

Please help me get over this hurdle.

_________________________________________________________________
High-speed users—be more efficient online with the new MSN Premium Internet Software. http://join.msn.com/?pgmarket=en-us&page=byoa/prem&ST=1



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]


_________________________________________________________________
Take off on a romantic weekend or a family adventure to these great U.S. locations. http://special.msn.com/local/hotdestinations.armx



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to