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:
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
when I run my application, I\'m having a HTTP error: HTTP Status 404 - /ProjectName/ This is the URL of my project:
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
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
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.
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.
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.
According to the Tomcat7 docs, I can add a valve to prevent access to the Tomcat Manager app except from localhost:
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