-
Posts
270 -
Joined
-
Last visited
-
Days Won
2
Everything posted by softlab
-
Hi. Please deploy my web app: user: bfpsw file: JAW.war server: johnny. Thanks
-
Hi. Please deploy my web app: user: bfpsw file: JAW.war server: hohnny. Thanks
-
Hi. Please deploy my web app: user: bfpsw file: JAW.war server: johnny. Thanks
-
Hi. Please deploy my web app: user: bfpsw file: JAW.war server: johnny. Thanks
-
MySQL - Table names case problem
softlab replied to softlab's topic in Website Management and Coding
Ok, thanks. I renamed all the tables in uppercase and now it's ok. -
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
-
Hi. Please deploy my web app: user: bfpsw file: JAW.war server: johnny. Thanks
-
Hi. Please deploy my web app: user: bfpsw file: JAW.war server: johnny. Thanks
-
Hi. Please deploy my web app: user: bfpsw file: JAW.war server: johnny. Thanks
-
Hi. Please deploy my web app: user: bfpsw file: JAW.war server: johnny. Thanks
-
Hi. Please deploy my web app: user: bfpsw file: JAW.war server: johnny. Thanks
-
Hi. Please deploy my web app: user: bfpsw file: JAW.war server: johnny. Thanks
-
Hi. Please deploy my web app: user: bfpsw file: JAW.war server: johnny. Thanks
-
Thank you. Could you restart my tomcat instance also? Thanks a lot
-
Hi. Please deploy my web app: user: bfpsw file: JAW.war server: johnny. Thanks
-
Hi. Please deploy my web app: user: bfpsw file: JAW.war server: johnny. Thanks
-
Hi. Please deploy my web app: user: bfpsw file: JAW.war server: johnny. Thanks
-
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?
-
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
-
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?
-
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
-
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 "/"?
-
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
-
Hi. I'm bfpsw on Johnny. I've removed JAW.jar from my home root, can you undeploy the application? Thanks in advance