tomcat7
Cannot redeploy to remote tomcat 7 with using cargo-maven-plugin
I am attempting to build and redeploy to a remote tomcat 7 server using the cargo-maven plugin. I have been able to successfully deploy to the remote server, but all other actions fail.[详细]
2023-03-14 19:03 分类:问答Redirect from unavailable resource in Tomcat
I develop a web application on Apache Tomcat (Version 7) using JSF2. End users will probably fidget around with the address bar of a web application. I want to impose a default behavior on cases when[详细]
2023-03-14 13:55 分类:问答Why I can not start my tomcat from command line?
I downloaded tomcat version 7.0.16 binary distributions core tar.gz from tomcat\'s official website to my ubuntu machine, then extracted the downloaded file.[详细]
2023-03-14 09:47 分类:问答Starting of Tomcat failed in Netbeans 7
I am trying to run my application via Netbeans 7.0 on tomcat 7.0.11 (bundled with the Netbeans itself).[详细]
2023-03-14 09:25 分类:问答Redirect Loop Problem for Web Policy Agent?
I followed the installation guide for an Apache Web Policy Agent, but it always results in an endless redirect loop between web and application server. Firefox says \"The page isn\'t redirecting prope[详细]
2023-03-14 06:07 分类:问答Can't change tomcat 7 heap size
I have set the heap size of tomcat 7 by adding the following line in catalina.sh export CATALINA_OPTS=\"-Xms512m -Xmx1024m\"[详细]
2023-03-13 18:03 分类:问答problem with connecting to a mySQL data source using jsp
I have a short jsp page that tries to establish the connection to the mySQL database named \'test\'. I tried开发者_如何转开发 to deploy it properly in Tomcat but with no success. All other jsp pages w[详细]
2023-03-13 17:35 分类:问答Why does hot code replace fail in Eclipse while debugging a web application running in Tomcat 7?
Everything went well when I was using Tomcat 6. Now I am connecting the debugger to a web application deployed in Tomcat 7 usi开发者_开发百科ng Eclipse 3.6.1. The project\'s \"Build automatically\" fe[详细]
2023-03-13 04:51 分类:问答How to Detect cause of 503 Service Temporarily Unavailable error and handle it?
i am getting the error 503 Service Temporarily Unavailable many times in my application and i want to detect why this error occurs, how ? if there\'s a log file or something like that, since i am not[详细]
2023-03-12 08:07 分类:问答http server authentication
I have a servlet application deployed on a tomcat 7.0 server (call it Server A) . The app will take user\'s credential and pass it to another server (Server B) to retrieve data.[详细]
2023-03-11 14:33 分类:问答