tomcat6
Eliminating port number in the url
I have a application developing in Java, Strut2 and Tomcat and is been deployed n Tomcat 6.0 the URL to access is[详细]
2023-04-13 02:51 分类:问答Hibernate failed to execute query afte 1 day
I am getting following error in my web application after one day. I have dont lot of search on it for couldn\'t fix this problem yet. Can anybody help me out?[详细]
2023-04-12 19:28 分类:问答how to stepin/debug a Maven web project in eclipse
I have a Maven project which is a web project and is packaged as a war. I use tomcat-maven-plugin v1.2-SNAPSHOT to do a tomcat:deploy when i want to deploy.[详细]
2023-04-12 18:50 分类:问答javax.servlet.ServletException: java.lang.NoClassDefFoundError: org/apache/tomcat/InstanceManager
I have been facing challenges in understanding the issue behind the exception trace thrown while i access my web application through tomcat 6.0.33. Below are the detailed exception trace. FYI. the sam[详细]
2023-04-12 09:36 分类:问答JSP - Package not found
I just installed tomcat 6 on my server with Apache. My jsp file return the following error: Only a type can be imported. x.y.Z resolves to a package[详细]
2023-04-11 20:12 分类:问答how to know the server(tomcat6) is shutting Down in a JSF 1.2 app
I am trying to impl开发者_如何学Goement a alerting system in my web app which mails me when the tomcat is shutting down. I can do it by parsing the server logs.[详细]
2023-04-11 15:20 分类:问答Can't deploy war on Apache Tomcat 6
I\'m using 64 bits Debian Squeeze and working on eclipse, I tried to deploy a war file by pasting it into the Tomcat\'s webapps folder but it didn\'t deploy the war file, I checked and Tomcat was runn[详细]
2023-04-11 04:39 分类:问答Tomcat6 : a way to apply a "global" accept/reject IP filter?
I\'ve got a开发者_JS百科 tomcat6 servlet container which runs various applications, such as solr. I\'d like to be able to specify which IP addresses that are allowed to access the server. Is there a w[详细]
2023-04-10 15:09 分类:问答Deploying *.war application with Java Web Start (JNLP)
I want to rollout a web application (*.war) with Java Web Start (JNLP). My starting condition is that I have a running configured Tomcat 6.0 server available at the client.[详细]
2023-04-08 18:45 分类:问答Tomcat, open a socket - doesn't work
My web-app needs to talk to a device in my local network via a soket. I am trying to open a ServerSocket on port > 45000 and listen to it for incoming connections. The class that implements this worke[详细]
2023-04-08 18:33 分类:问答