tomcat7
How to configure Maven pom for Tomcat 7 with JSF 2.0 and EL 2.2?
i want to use EL 2.2 for JSF 2 application and tomcat 7 is provided with EL 2.2 and i am confused about the following:[详细]
2023-04-13 08:42 分类:问答401 Unauthorized error while logging in Manager-App of Tomcat
I am trying to log in to the Manager App in Tomcat 7.0.22 for Mac OS X 10.7. Here is the error I am getting: http://f.cl.ly/items/421q1K3f1i0X1H1M181v/so.tiff[详细]
2023-04-13 03:01 分类:问答HTTP 400 and 500 error messages
when I run my application, I\'m having a HTTP error: HTTP Status 404 - /ProjectName/ This is the URL of my project:[详细]
2023-04-12 04:20 分类:问答Calling perl script from Java servlet
I\'m trying to call a perl script from a java servlet on tomcat 7. I开发者_运维知识库 have set up the context.xml and the web.xml so I can run a .pl file by going to http://localhost:8080/test/cgi-bin[详细]
2023-04-11 20:37 分类:问答Tomcat not loading services
Does anyone know if the META-INF/services folder gets loaded by Tomcat at all?? I have a war file 开发者_JAVA技巧that defines a few services, all of which run just fine under JBoss but Tomcat seems to[详细]
2023-04-11 16:52 分类:问答How is Tomcat handled by IntelliJ IDEA 10.5
I am a newbie to IntelliJ IDEA. I was trying to deploy a web app in Tomcat. It failed to deploy and i was not able to see any errors in the log console.[详细]
2023-04-11 12:16 分类:问答Unable to deploy to Tomcat7 from cargo
I\'m trying to deploy to a remote Tomcat7 with Cargo from Maven over https. I\'ve set up manager-script role and I\'ve succeeded so far as to have been able to undeploy an app remotely.[详细]
2023-04-11 09:13 分类:问答java.lang.ClassCastException: org.apache.tomcat.dbcp.dbcp.BasicDataSource cannot be cast to org.apache.tomcat.jdbc.pool.DataSource
I\'m running Tomcat 7.0.22 and I wrote 开发者_开发技巧a simple servlet that connects to a SQL Anywhere 12.0 database. When I run the servlet I get java.lang.ClassCastException: org.apache.tomcat.dbcp.[详细]
2023-04-10 18:33 分类:问答Disallow remote access to Tomcat Manager?
According to the Tomcat7 docs, I can add a valve to prevent access to the Tomcat Manager app except from localhost:[详细]
2023-04-10 02:38 分类:问答Tomcat 7: Filter access log
I\'d like to know if there is a way to filter/supress entries from getting logged in the access log in Tomcat 7. Our logfile is groing rapitly and we\'d like to know if we can filter out entries so th[详细]
2023-04-10 00:38 分类:问答