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 IamaSherpa 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: *

  1. roopan27

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

    I tried the solutions u guys suggested and it is working. Jsp:forward works fine.But when in the login page I have a form and in action I have to give full path of next page.So after that again it starts showing the full path.I could not use jsp:forward there. Doesn't Tomcat have any way in...
  2. roopan27

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

    Could you give me what code would be needed or point me to it? It would be a great help.
  3. roopan27

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

    I tried what you said but my login page is displayed without images and stylesheets. My index.jsp is as follows: <html> <jsp:forward page="\jsp\pgms_login.jsp" /> </html> My directory structure is: PGMS Inside PGMS there is: jsp WEB-INF Inside jsp there is: images css and all the jsp program...
  4. 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...
  5. 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...
  6. 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...
  7. roopan27

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

    Hey, that was not the problem.The relative paths to the image/css worked fine.looks like the prob was with index.htm though I'm not sure what it was.Anyways thanks for the help.
  8. 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