| Author |
Configuring SSL with Eclipse
|
Nelo Angelo
Ranch Hand
Joined: Jul 25, 2011
Posts: 44
|
|
Hello everyone,
I have been trying to configure SSL with Eclipse, but I keep getting the Page Cannot Be Displayed message. I have successful configured SSL with Tomcat as per the Tomcat 6.0 documentation.
The example that I created runs successful on my web-browser(outside Eclipse) but generates This Program Cannot Display the Webpage error message in Eclipse.
Here's the code for my example:-
Login.html
usingHttpsForm.html
UsingHttpsServlet.java
web.xml
Is there any other way to configure SSL in Tomcat? I tried to changed the server.xml of the default server in Eclipse workspace but after that the server failed to start in Eclipse. Please advice.
|
I love java but she hates me... :'(
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 12513
|
|
The JEE version of Eclipse comes with WTP. WTP provides the ability to launch and control a copy of Tomcat. However, it does it very badly. I hate it. I hate it so much that I use the sysdeo Tomcat control plugin, instead.
WTP doesn't actually look at your server.xml every time you start Tomcat. Instead, it makes a private copy of server.xml and some, but not all, of your Tomcat config files. If you change the Tomcat server.xml, you then have to go in and give WTP a good, swift kick to get the changes to take effect. And, because WTP is making all sorts of simplistic assumptions about what's going on inside Tomcat, it can easily mess things up.
|
One of the most odious afflictions that Business has inflicted on the modern English language is "pro-active". Most of the time it's simply redundantly used in place of the simple old word "active". And a good deal of the rest of the time it means "You're not overworked enough yet, so go out and find more!"
|
 |
Nelo Angelo
Ranch Hand
Joined: Jul 25, 2011
Posts: 44
|
|
|
Pheew, after a while the problem is now resolved. Changes to the server.xml (Tomcat) had already been made. I just created a new server within Eclipse. It imported the exact copy of Tomcat's server.xml. So, finally, SSL is working with eclipse. Thanks for the reply.
|
 |
 |
|
|
subject: Configuring SSL with Eclipse
|
|
|