Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: roopan27
  • Content: Threads
  • Order by date
  1. roopan27

    After session invalidation should not be able to view secure pages by

    Hi, In my application, on clicking logoff button I have used session.invalidate. But if I click the back button of the browser first it tells me that the page has expired and to click refresh. when I hit refresh, it gives dialog box that page requires resending of information retry or cancel,If...
  2. roopan27

    Don't want full path displayed in browser's address bar

    Hey , In my application http://localhost:8080/PGMS , I have used an index.html which redirects the user to the login page which is inside the directory jsp. But when it goes there the full address is displayed in the browser's address bar i.e. http://localhost:8080/PGMS/jsp/login.jsp I don't...
  3. roopan27

    jdbc driver does not become available to my java program

    Hey, I have placed the jdbc driver OracleDriver.class that I need in the common/lib directory of tomcat.But when I compile my java program it gives me the following error: .\pgms\DbOperations.java:11: package oracle.jdbc.driver does not exist DriverManager.registerDriver(new...
  4. roopan27

    Tomcat does not take a welcomefile which is in a subdirectory in the

    Hey, I have my login page pgms_login.jsp in directory PGMS/jsp. I want this page to be displayed when the url: http://localhost:8080/PGMS is used. PGMS is my application root directory. I tried including /jsp/pgms_login.jsp in welcome file list. But then it displays the page without images...

Part and Inventory Search

Back
Top