| Author |
Redirecting to HTTPS
|
Nelo Angelo
Ranch Hand
Joined: Jul 25, 2011
Posts: 44
|
|
Hello everyone,
I am trying to create an example that uses HTTPS connection. I have successfully configured a custom certificate following the steps given in Tomcat 6.0 documentation. A https://localhost:8443/ successfully opens the Tomcat index page.
I am unable to configure a page/servlet to open in HTTPS. Would anyone please suggest me the steps to configure a webapp to automatically redirect itself into a HTTPS connection.
|
I love java but she hates me... :'(
|
 |
Nelo Angelo
Ranch Hand
Joined: Jul 25, 2011
Posts: 44
|
|
Here's the example I'm trying...
usingHttpsForm.html
UsingHttpsServlet.java
web.xml
=======
Error:
=======
I get a Page Cannot be Displayed while running the web-app or executing usingHttpsForm.html.
=========
SCREENS
=========
|
| Filename |
2.jpg |
Download
|
| Description |
executing usingHttpsForm.html |
| Filesize |
85 Kbytes
|
| Downloaded: |
3 time(s) |
|
| Filename |
1.jpg |
Download
|
| Description |
executing the web-app |
| Filesize |
84 Kbytes
|
| Downloaded: |
1 time(s) |
|
 |
Ankush Kaundal
Greenhorn
Joined: May 12, 2011
Posts: 14
|
|
Have you configured your server.xml to allow the application to run using HTTPS??
and also you have to give keystore and keypass attributes in server.xml.
|
 |
Nelo Angelo
Ranch Hand
Joined: Jul 25, 2011
Posts: 44
|
|
Hi,
Thanks for the reply. Yes, I have successfully configured SSL in Tomcat and all the necessary changes to the server.xml have been done.
Here's the copy of my server.xml document..
server.xml
|
 |
Ankush Kaundal
Greenhorn
Joined: May 12, 2011
Posts: 14
|
|
|
I think in this case the server is not picking up the path of the keystore file, maybe you can put the file in some other location on your hard drive and try giving the absolute path.
|
 |
Nelo Angelo
Ranch Hand
Joined: Jul 25, 2011
Posts: 44
|
|
Thanks for the reply.
The problem is now resolved. I created another server in Eclipse and it copied the server.xml of Tomcat!!! So, finally, SSL working with Eclipse. Thanks again for the replies.
|
 |
 |
|
|
subject: Redirecting to HTTPS
|
|
|