login « Tomcat « JSP-Servlet Q&A





1. How can I configure Tomcat to always direct to index.jsp after login?    stackoverflow.com

Currently Tomcat's login support redirects users back to where they initially were when the application figured out they weren't logged in. For this particular application I need to force them to always ...

2. How can I embed an html page into a jsp whilst avoiding repeated logins yet hosting the html separately to the web app?    stackoverflow.com

I have a tomcat hosted web-app, in one of the jsp pages the webapp displays I am using an iframe to embed an html document. I need to have the html pages ...

3. what's a authorization header? How is it used. How is it differrent from using login custom coding    stackoverflow.com

Just found that there is a request header authorization. Want to know what is the use of this header. How is it used in the context of jsp tomcat servlet enviornment. ...

4. How to make a XMPP client in a container like tomcat?    stackoverflow.com

I need to login, receive and send some messages over XMMP with a servlet loaded on tomcat container. I would like to know if there is any implementation ...

5. Limit SSL just for Login Page    stackoverflow.com

How can I configure a Servlet to use SSL just for the Login Page and then use normal HTTP for the rest of the application. If I make a special for ...

6. Are servlets good to use for my websites login confirmation page?    stackoverflow.com

I am creating a web site in which user will be registered and he/she will be redirected if he/she has account. So I was thinking to use servlet to link form and ...

8. tomcat-users.xml login    coderanch.com