Menu

<% response.sendRedirect("c/"); %>

2006-12-19
2013-04-23
  • Mohsin M. Nazir

    Mohsin M. Nazir - 2006-12-19

    I have started the tomcat with the following informations!

    Dec 19, 2006 10:13:36 AM org.apache.coyote.http11.Http11Protocol init
    INFO: Initializing Coyote HTTP/1.1 on http-81
    Dec 19, 2006 10:13:36 AM org.apache.catalina.startup.Catalina load
    INFO: Initialization processed in 3094 ms
    Dec 19, 2006 10:13:37 AM org.apache.catalina.core.StandardService start
    INFO: Starting service Catalina
    Dec 19, 2006 10:13:37 AM org.apache.catalina.core.StandardEngine start
    INFO: Starting Servlet Engine: Apache Tomcat/5.5.4
    Dec 19, 2006 10:13:37 AM org.apache.catalina.core.StandardHost start
    INFO: XML validation disabled
    Dec 19, 2006 10:13:39 AM org.apache.catalina.loader.WebappClassLoader validateJa
    rFile
    INFO: validateJarFile(C:\MeccaTomcat\webapps\university\WEB-INF\lib\servlet.jar)
    - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/s
    ervlet/Servlet.class
    Dec 19, 2006 10:13:39 AM org.apache.coyote.http11.Http11Protocol start
    INFO: Starting Coyote HTTP/1.1 on http-81
    Dec 19, 2006 10:13:40 AM org.apache.jk.common.ChannelSocket init
    INFO: JK2: ajp13 listening on /0.0.0.0:8009
    Dec 19, 2006 10:13:40 AM org.apache.jk.server.JkMain start
    INFO: Jk running ID=0 time=0/62  config=null
    Dec 19, 2006 10:13:40 AM org.apache.catalina.startup.Catalina start
    INFO: Server startup in 3312 ms

    when i go to the http://localhost/university
    i get <% response.sendRedirect("c/"); %> written only on my browser window.

    Can anybody help me to resovel the problem.

     
    • Redhuan D. Oon

      Redhuan D. Oon - 2006-12-19

      U have to use the url as explained elsewhere which is:

      http://localhost/university/c/

      or

      http://localhost/university/x.html

      remember 'university' is a context name u set in tomcat's server.xml

       
    • Redhuan D. Oon

      Redhuan D. Oon - 2006-12-19

      and i notice that your http setting is port 81.

      So u have to put that port after it like this:  //localhost:81/

       
    • Mohsin M. Nazir

      Mohsin M. Nazir - 2006-12-19

      what is the user name & password next onward?

       
    • Redhuan D. Oon

      Redhuan D. Oon - 2006-12-19

      You should request for help in the HELP forum.

      Not here, and not thru private email.

      The answer is there.

      I paste for u here
      https://sourceforge.net/forum/forum.php?thread_id=1633835&forum_id=434022

      regards

       

Log in to post a comment.