tomcat Questions

3

Since i am prety much new to Apache camel and especially Rest DSL, I thought of trying a sample of Rest DSL. So i created a camel-config.xml as: <?xml version="1.0" encoding="UTF-8"?> <...
Evy asked 22/1, 2015 at 6:18

3

I have simple Springboot application, but whenever I try to run the app I get following error, I have tried mvn clean install, also tried reimports and Generate Sources and Update Folder options /...
Fluorescence asked 22/7, 2019 at 16:18

11

I have just installed maven. I downloaded distributive, extracted files and set bin value environment variables, but when I type mvn -version in CMD I am getting message: 'mvn' is not recognized...
Anopheles asked 14/6, 2014 at 15:17

8

Solved

I have a generic function that prints exceptions (using log4j): private void _showErrorMessage(Exception e) { log.error(e.getClass() + ": " + e.getMessage() + ": " + e.getCause...
Provincialism asked 11/2, 2010 at 14:34

5

Solved

I have been looking at solutions for sharing session data between mutliple war files. I came across the following solution http://www.fwd.at/tomcat/sharing-session-data-howto.html The basic idea o...
Shiverick asked 24/2, 2012 at 19:21

1

in our Spring Boot 3 app, we are getting this well known discussed error when reading http cookies headers: A cookie header was received [g_invalid=x";] that contained an invalid cookie. That ...
Worship asked 28/6, 2023 at 21:2

12

Solved

I have created a Dynamic web project, but I am not able to deploy it into Apache Tomcat Server 6.0. I am getting this error when I try to deploy my project: There are No resources that can be a...
Maddux asked 8/7, 2014 at 6:9

7

Solved

TLDR: On Java 9/10, a web app in Tomcat has no access to JAXB even though its reference implementation is present on the class path. Edit: No, this is not a duplicate of How to resolve java.lang.N...
Jug asked 25/7, 2018 at 12:21

10

Solved

I'm having trouble starting my Tomcat server, it used to work, but I did something wrong and now it throws me this exception: Caused by: java.lang.IllegalArgumentException: The main resource set s...
Bullock asked 31/8, 2014 at 18:40

6

Solved

I am getting below error when trying to start the tomcat using systemd service systemd[1]: tomcat.service: Failed to execute command: Permission denied systemd[1]: tomcat.service: Failed at step E...
Ware asked 25/4, 2020 at 15:8

29

I am trying to run Tomcat through Eclipse. This is something that I have done for the past several years. It was working yesterday and now it is not. The error I get is Server Tomcat v7.0 Server at...
Woe asked 7/7, 2012 at 0:49

7

Solved

I have a class which has an init-method defined in xml <bean id="appStarter" class="com.myapp.myClass" init-method="init" destroy-method="destroy"/> myClass: public class myClass{ priva...
Champaign asked 9/2, 2011 at 12:58

7

How can I add jvm(Java virtual machine) options in Apache Tomcat 6? Is there a administration console in tomcat? I tried http://localhost:8080/admin but I could not get anything out of it. I want...
Altman asked 12/10, 2011 at 10:40

8

I am able to start server any number of times but when i am trying to shut it down it is showing error as below. Can anyone please tell me how to resolve. localhost:8080 is displaying message as su...
Janycejanyte asked 12/4, 2016 at 7:27

6

Solved

I'm using Spring Boot with embedded tomcat, everything worked fine and suddenly I got the error : Caused by: org.springframework.boot.context.embedded.EmbeddedServletContainerException: Unable to ...
Clobber asked 30/5, 2018 at 13:8

4

Is there a way to modify an HTTP request using Chrome dev tools or Firebug? For example when developing locally and testing in Chrome, I have a page that needs an HTTP request to fill some data. Be...
Spindling asked 8/4, 2014 at 8:34

3

Got sick of this annoying error: java.lang.IllegalStateException: No modifications are allowed to a locked ParameterMap at org.apache.catalina.util.ParameterMap.put(ParameterMap.java:164) at org.s...
Ocampo asked 28/12, 2016 at 16:7

12

suddenly for some reason tomcat server is not runnin/starting/stopping. below is the result I get when i run the startup command, C:\Program Files\jasperserver-3.5.0\apache-tomcat\bin>startup...
Squarerigger asked 22/3, 2011 at 22:30

5

Solved

in tomcat,if a webapp did stop a none daemon thread,tomcat can not be shutdown by shutdown.sh for example: public class demo implements ServletContextListener{ public void contextDestroyed(Serv...
Praiseworthy asked 25/9, 2013 at 8:4

6

Solved

I just update my Mac OS to Catalina version and my Hybris server stopped turning on. So on command ./hybrisserver.sh start I get this MacBook-Pro-Sasha:platform sashayukhimchuk$ ./hybrisserver.s...
Tsimshian asked 9/10, 2019 at 18:9

23

I'm trying to add a database-enabled JSP to an existing Tomcat 5.5 application (GeoServer 2.0.0, if that helps). The app itself talks to Postgres just fine, so I know that the database is up, user...
Shippy asked 15/12, 2009 at 23:33

10

Solved

I installed Tomcat with home brew brew install tomcat. On Selecting Tomcat server to add a server to the application server I get this Warning the selected directory is not a valid tomcat home. ...
Godsey asked 10/10, 2015 at 15:45

7

Solved

I have set the JAVA_HOME to C:\Program Files\Java\jdk1.5.0_11 I have set the Classpath to C:\Program Files\Java\jre1.5.0_11 I have set the path to C:\Ruby193\bin;C:\XEClient\bin; F:\oracle\produ...
Amata asked 8/11, 2012 at 10:47

2

Solved

i am getting the error 503 Service Temporarily Unavailable many times in my application and i want to detect why this error occurs, how ? if there's a log file or something like that, since i am no...
Bagby asked 9/6, 2011 at 20:49

3

Solved

I created a simple web application and deployed in Tomcat using the admin console of Tomcat. Now, this war files gets stored in tomcat location under webapps directory. Is there a way to see the c...
Cenogenesis asked 30/12, 2015 at 16:34

© 2022 - 2025 — McMap. All rights reserved.