aspose file tools
The moose likes Struts and the fly likes struts2 + ssl plugin problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "struts2 + ssl plugin problem" Watch "struts2 + ssl plugin problem" New topic
Author

struts2 + ssl plugin problem

vik ar
Ranch Hand

Joined: Jul 31, 2009
Posts: 104
I have successfully configured ssl support on my tomcat 6 sever as when I go to https://localhost:8443 I see the tomcat splash page. I downloaded the struts plugin from http://code.google.com/p/struts2-ssl-plugin/downloads/list (v1.2) and followed the guidelines on the wiki http://code.google.com/p/struts2-ssl-plugin/wiki/HowToUse. My code is as follows

index.jsp


struts.xml


When I click on the link on index.jsp (Go to an SSL protected page) I am redirected to http://localhost:8080/ssltest/secured/User.action. Why am I not being redirected to https://localhost:8443/ssltest/secured/User.action
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: struts2 + ssl plugin problem
 
Similar Threads
How to configure tiles with JSF+Struts2 Integration ?
struts2 + interceptor
EJB3 Injection - how to Inject it into struts 2 Action?
Sturst2 + SSL plugin --installation problem
Problem With I18n feature of Struts2