nospamplssteve
2006-12-16 05:11:32 UTC
How to debug https:// or SSL web applications in netbeans??
I have setup my applications to run in ssl so I can see the default tomcat
page on
http://localhost:8080/Webapp1
and in SSL default port 8443
https://localhost:8443/Webapp1 in tomcat
When debug the web application(F5/F6) in netbeans it will run in
http//localhost:8084/Webapp1 (default port can be set in the netbeans pages)
How to get it running in https://localhost:8443/Webapp1 in netbeans???
The jsp pages redirects back to the same page at
https://localhost:8443/......
Any help would be much appreciated.
I have setup my applications to run in ssl so I can see the default tomcat
page on
http://localhost:8080/Webapp1
and in SSL default port 8443
https://localhost:8443/Webapp1 in tomcat
When debug the web application(F5/F6) in netbeans it will run in
http//localhost:8084/Webapp1 (default port can be set in the netbeans pages)
How to get it running in https://localhost:8443/Webapp1 in netbeans???
The jsp pages redirects back to the same page at
https://localhost:8443/......
Any help would be much appreciated.
--
View this message in context: http://www.nabble.com/How-to-debug-https%3A---or-SSL-web-applications-in-netbeans---tf2830911.html#a7903451
Sent from the Netbeans - Dev mailing list archive at Nabble.com.
View this message in context: http://www.nabble.com/How-to-debug-https%3A---or-SSL-web-applications-in-netbeans---tf2830911.html#a7903451
Sent from the Netbeans - Dev mailing list archive at Nabble.com.