tomcat7 Questions

1

I have a fully localized site that has some characters in the URL path, that are getting HTML encoded through the Response.sendTemporaryRedirect method: String toReturn = /*StringEscapeUtils.unesc...
Psychotomimetic asked 18/7, 2018 at 13:31

5

Solved

Apache Server 2.4 with mod_jk 1.3.7 not working for ssl (https) Error 1: The Apache service named reported the following error: SSLSessionCache: 'shmcb' session cache not supported (know...
Homemaking asked 21/11, 2013 at 16:54

4

Solved

I need understanding about the serlvet-api.jar which is needed to compile a servlet. I am building a simple servlet, like this: import javax.servlet.*; import javax.servlet.http.*; public class ...
Tenebrific asked 12/8, 2014 at 5:28

4

Solved

I was trying to find a way to change the default welcome-page for a spring-boot application that is being deployed as a war in production but I can't find a way to do it without a web.xml file. Ac...
Behold asked 26/9, 2014 at 10:59

3

Solved

I get the following message when I deploy my war to the Tomcat 7: nested exception is java.lang.NoClassDefFoundError: javax/el/ELManager I added <tomcat.version>7.0.61</tomcat.version&g...
Beanstalk asked 8/2, 2019 at 12:9

2

Solved

So I have a customer that has a pfx wildcard certificate for his organization *.company.com. I need to get the certificate into the tomcat keystore for our software that uses Tomcat Apache 7. Do I ...
Claudelle asked 24/4, 2014 at 14:7

5

Solved

I am using Tomcat 7.0.29 fronted with Apache 2.2.22 modproxy. Configured Ajp as the protocol in httpd.conf and AjpNioProtocol in server.xml. After the server starts, the logs are filled with the ...
Seminary asked 6/8, 2012 at 21:24

1

Solved

Question How can you programmatically determine when Tomcat has completed startup? I mean programmatically from within a WAR file running on Tomcat, most likely via a Servlet that can tap into con...
Whidah asked 6/12, 2018 at 16:46

2

Solved

I'm trying to get manager/deploy working on my new installation of Tomcat 7.0.34, but I keep getting a 403 when I try to deploy by doing a PUT on http://localhost:8080/manager/deploy. I've yet to g...
Irritability asked 8/1, 2013 at 19:5

9

Solved

I have a Tomcat v7.0 server setup in my eclipse (helios) environment which I use for testing web applications. Currently I have in my workspace a struts web-app which is loaded correctly into the s...
Ovarian asked 9/3, 2012 at 10:57

2

Solved

When I run %TOMCAT_ROOT%\bin\startup.bat from a Windows 7 command line, it opens a new window with default command line window settings (I have them personalized). I would prefer to run it in the s...
Blondell asked 19/8, 2016 at 17:6

7

Solved

I'm running a java web app in Eclipse (Helios) using Tomcat 7. The server startups up successfully (duration indicated) however Eclipse's progress bar still spins saying that Tomcat is starting up....
Mazman asked 5/2, 2011 at 5:21

3

Solved

I am handling the connections in proper way. 1. I am using 'Hibernate' connection pooling in my application. Whenever I get a connection from pool, I am returning back to pool after finishing the t...
Vacuum asked 1/3, 2013 at 9:42

1

After upgrading a project to spring boot 1.5.9 (spring 4.3 & tomcat 8.5.24) a service that makes use of queryDSL is failing at runtime because it can't find a class from a jdk lib (tools.jar). ...
Wowser asked 19/1, 2018 at 10:50

2

Solved

My application is running struts 1.1 on tomcat 7.0.47. Whenever I request a jsp like this : http://localhost:8080/myTestPage.jsp?lang=fr The value lang=fr is automatically stored in cookies . Ev...
Weltanschauung asked 24/8, 2018 at 17:47

3

I am trying to deploye two WAR files (app1.war and app2.war) on the same tomcat7 instance. I am getting this error : Unable to register MBean [HikariDataSource (HikariPool-0)] with key 'dataSour...
Forwhy asked 15/12, 2015 at 9:7

8

I'm getting an error trying to deploy the CLIFF .war to my tomcat7 server. [ERROR] Failed to execute goal org.apache.tomcat.maven:tomcat7-maven-plugin:2.1:deploy (default-cli) on project cliff...
Selfconfessed asked 26/8, 2015 at 15:38

2

I am using Spring, CXF, Tomcat for developing web services. I have a problem sending characters such as pipes(|) in the URL? For example: http://localhost:9080/address/v1/countries/\| throws a 5...
Severen asked 21/2, 2014 at 17:13

3

Solved

I see this question was raised several times already and I went through all of them. But I am still unable to fix my problem. Could anyone help me pinpoint what I am doing wrong? I get the follow...
Fluorspar asked 20/3, 2014 at 21:10

5

Solved

I had a method: @POST @Consumes("multipart/form-data") @Produces( {"text/xml"}) public Response processForm( @FormDataParam("myparam") InputStream is, @FormDataParam("myparam") FormDataContentDi...
Pepys asked 12/1, 2013 at 0:27

11

I am trying deploy a web application to tomcat7 via eclipse luna, but I am getting this error: Uploading: http://localhost:8080/manager/text/deploy?path=%2Floja [INFO] I/O exception (java.net.Soc...
Huston asked 16/8, 2014 at 1:12

5

I am trying to debug an old jsp site and so I installed tomcat 7 and Netbeans IDE 7.2.1 on my local machine running windows 7 and got everything setup. But when I run it, I am getting an error: ...
Actinal asked 1/2, 2013 at 21:4

4

I'm facing the following Exception: Mar 26, 2012 1:20:34 PM org.apache.catalina.loader.WebappClassLoader loadClass INFO: Illegal access: this web application instance has been stopped already. Co...
Hertahertberg asked 26/3, 2012 at 12:55

0

We can configure OCSP in tomcat using, <Connector port="8443" protocol="org.apache.coyote.http11.Http11AprProtocol" secure="true" scheme="https" SSLEnabled="true" SSLCertificateFile="/path...
Memorandum asked 29/6, 2018 at 13:38

1

The objective is simple. Limit how much time the request is ocuppying a Tomcat thread. I've searched and found several "hacks" but I was expecting that Tomcat could give a similar setting like PHP...
Igenia asked 15/5, 2018 at 14:36

© 2022 - 2024 — McMap. All rights reserved.