I\'m using tomcat 5.5.28 in a windows machine with -Dfile.encoding=UTF-8 in JAVA_OPTS. I have a problem reading files from the file system, this is my code:
I\'m using Eclipse with Tomcat 7.0 and everything is working well. I have 3 webapp开发者_如何学Cs I\'m developing and all 3 apps use the same set of source code from the same package (e.g. com.mycompa
My case: I have several webapps running on my tomcat server like this: demo.mys开发者_StackOverflowerver.com/application1
I am running two grails web applications in single instance of tomcat 7, both trying to connect to websphere MQ publishing and receiving messages. First one that gets loaded works well but second one
Brief: Tomcat6 can\'t recognize my ojdbc14.jar in WebRoot/WEB-INF/lib. I suppose I don\'t need to configure anything, just putting the .jar file in there and it should work.
currently I am using the 开发者_JAVA百科YUI Compressor 2.4.6 to minify a JavaScript file containing special characters like \\b. If I test it locally there is no problem and everything works. Unfortun
I am running tomcat on apache 开发者_运维问答we server. I am putting .htacces in project folder inside tomcat/webapps directory.
I have an Caused by: java.lang.ClassCastException: com.liferay.taglib.aui.FieldWrapperTag cannot be cast to javax.servlet.jsp.tagext.Tag
I am learning servlets and follow this tutorial (I follow step by step but I named the project \"SampleServlet\" instead of \"de.vogella.wtp.filecounter\"). When I start the server (step 5.4) I get 40
This is the error that I got when I created my first Axis2 web service using Eclipse. After I wrote the class, I created th开发者_如何学Ce web service with Apache Axis2. When I click the start server