I have a Java web app that I\'m developing, using JBoss Seam as the application framework.I\'d like to take advantage of Hibernate Search to provide entity searching capabilities.The integration has g
I have a web project that has a \\META-INF\\services\\javax.servlet.ServletContainerInitializer file with its content pointing to the fully qualified name of a class that implements the ServletContain
I wrote a stand alone Java program (THAT WORKS) it calls a native library created from a C program by generating the libipmi_agent.so lib, but running it in a web-app in tomcat is giving the following
I have access to the tomcat manager and can upload war-files. One of these wars is a static web project (zipped html + media files, renamed to *.war). I wa开发者_如何学Gont add a Web-INF/web.xml file
i\'m using the following ANT script to run tomcat: <macrodef name=\"start-tomcat\"> <sequential>
I\'m using 开发者_如何学CJava 6 on a Tomcat 6.0.33 application server.I\'m getting XML that I must render as a form element.The XML I receive looks like
The situation is that a ZIP file has been POSTed to a Tomcat server and since it has no parameter name associated with it, we\'re going right to the request\'s stream.
I need install 2 instan开发者_开发知识库ces of Tomcat. Is it possible to use the same codebase but run on different ports?
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
I need to synchronize my user table with repository(the other DB) during application startup. I have two Tomcat nodes with Apache mod_jk. So when I restart both of them I make double inserts and doubl