Jump to content

softlab

Members
  • Posts

    268
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by softlab

  1. Hi. Sorry for the delay in response, but I couldn't before.

     

    Now I can reach the application, but when I try to invoke a servlet it says it does not exist. I have my web.xml file in the WEB-INF folder of the web app (public_html/JAW/WEB-INF) and all the servlets are described there, but none of them can be reached.

     

    What's the problem?

     

    Thank you

  2. Yes, it is. If you remember, several days ago I asked you to undeploy my war file in order to verify if deploying my jsps and java classes one by one would have been working. I have created a folder named JAW under my public_html folder and copied the structure I have under my local Tomcat. But if I try to point index.jsp I get the error given in my first message. In addiction, why does it try to get "/bfpsw_JAW/index.jsp" file? Why the "_" and not the "/"?

  3. Hi. I'm bfpsw on Johnny.

     

    I deployed some jsp and java class files under my home directory (folder JAW under public_html folder). If I try to point my index.jsp page, I get a 404 error saying that "/bfpsw_JAW/index.jsp is not available".

     

    Where am I wrong?

     

    Thank you

     

  4. The last thing you said "though it's possible to build an app..." means that if I make the structure my app is expecting (a folder tree under my home) and put the java classes, jsps it should be ok. Am I right?

  5. Hi.

     

    I'm bfpsw on johnny.

     

    Until now I deploy my war file putting it in my home directory and asking you to make the deploy.

     

    Is there another way to do it? What if I put under my home directory the folder structure I have on my PC and deploy the files one by one (.jsp, .class etc.)?

     

    Thanks in advance

×
×
  • Create New...