Jump to content

softlab

Members
  • Posts

    268
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by softlab

  1. Hi. Please deploy my web app: user: bfpsw file: JAW.war server: johnny. Thanks
  2. Hi. Please deploy my web app: user: bfpsw file: JAW.war server: johnny. Thanks
  3. Ok, thanks. I renamed all the tables in uppercase and now it's ok.
  4. Hi. I wrote some SQL statements, referencing table names in uppercase. When my java code tries to execute them, an error is send, telling that table name does not exist. I also saw that in phpMyAdmin table names are in lowercase. Is there a way to reference them in uppercase (or in a not case sensible way)? Thanks
  5. Hi. Please deploy my web app: user: bfpsw file: JAW.war server: johnny. Thanks
  6. Hi. Please deploy my web app: user: bfpsw file: JAW.war server: johnny. Thanks
  7. Hi. Please deploy my web app: user: bfpsw file: JAW.war server: johnny. Thanks
  8. Hi. Please deploy my web app: user: bfpsw file: JAW.war server: johnny. Thanks
  9. Hi. Please deploy my web app: user: bfpsw file: JAW.war server: johnny. Thanks
  10. Hi. Please deploy my web app: user: bfpsw file: JAW.war server: johnny. Thanks
  11. Hi. Please deploy my web app: user: bfpsw file: JAW.war server: johnny. Thanks
  12. Thank you. Could you restart my tomcat instance also? Thanks a lot
  13. Hi. Please deploy my web app: user: bfpsw file: JAW.war server: johnny. Thanks
  14. Hi. Please deploy my web app: user: bfpsw file: JAW.war server: johnny. Thanks
  15. Hi. Please deploy my web app: user: bfpsw file: JAW.war server: johnny. Thanks
  16. Thanks for the response. My web app needs to create some files. Where could it have rights to create them? Would it be able to put them in /home/bfpsw folder? Or where else?
  17. I got no response, so I post my questions again: - the only way to have servlets is to deploy a war file? - if I put in the war file an empty folder, can the web app create files into it? Thanks
  18. So the only way to have servlets is to deploy a war file? Also, if I put in the war file an empty folder, can the web app create files into it?
  19. 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
  20. 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 "/"?
  21. 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
  22. Hi. I'm bfpsw on Johnny. I've removed JAW.jar from my home root, can you undeploy the application? Thanks in advance
  23. 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?
  24. 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
  25. Please can you make this deploy? User: bfpsw File: JAW.war Server: johnny Thank you
×
×
  • Create New...