tomcat
Why did Spring Security messages go missing in Grails production app on Tomcat 7?
I\'ve deployed my grails app to Tomcat, and the only thing that broke is the spring-security-core messages in the login form. For example, the code[详细]
2023-04-12 02:39 分类:问答Hibernate Search in a Clustered Configuration?
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[详细]
2023-04-12 01:47 分类:问答Tomcat - won't load my META-INF\services\javax.servlet.ServletContainerInitializer file?
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[详细]
2023-04-12 01:46 分类:问答Error calling native library in Java from .so in tomcat
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[详细]
2023-04-12 01:20 分类:问答How do I provide basic http authentication for static tomcat webapps without changing tomcat-users.xml?
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[详细]
2023-04-12 00:25 分类:问答start up tomcat from ant script
i\'m using the following ANT script to run tomcat: <macrodef name=\"start-tomcat\"> <sequential>[详细]
2023-04-11 23:07 分类:问答Transforming an XML attribute into a valid HTML attribute value?
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[详细]
2023-04-11 20:34 分类:问答How do you read POST data from a servlet into a ZipStream?
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.[详细]
2023-04-11 20:25 分类:问答Is it possible to have the same codebase for Tomcat?
I need install 2 instan开发者_开发知识库ces of Tomcat. Is it possible to use the same codebase but run on different ports?[详细]
2023-04-11 20:19 分类:问答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 分类:问答