Version 6.x (December 2006) of the Apache Tomcat servlet container. Use only if your question is specifically related to features of this version.
0
votes
0answers
10 views
not able to set path in catalina.sh file in tomcat6 ubuntu
I am trying to add the following lines in catalina.sh file
export ACTUAL_LOGPATH=/webhost/sites/application/1.0
org.apache.catalina.startup.Bootstrap "$@" start 2>&1
/home/ubuntu/cronolog ...
0
votes
0answers
8 views
com.caucho.jsp.JspParseException: illegal start of type <![CDATA[
I am getting the following exception when I run an application on Resin 4.0.22.
com.caucho.jsp.JspParseException: /abc.jsp:7: illegal start of type
<![CDATA[
^
The CDATA ...
0
votes
0answers
10 views
i need to rotate catalina.out file in tomcat 6 for ubuntu environment
Using Tocat6 for Application ,it's catalina.out file keep on growing , now its became more than 4GB which degrade performance of application.Every time i have to delete that file manually .Is there ...
1
vote
0answers
15 views
can jsf/primefaces application be hosted out of AWS
Is it possible to use AWS services to host an application build in following technologies
jsf2/primefaces3
tomcat 6
mysql 5
Apart from these I need email services, blog etc a conventional java ...
0
votes
1answer
17 views
how to maintain application scope in Tomcat clustering?
I have configured the load balancing and the Clustering with Tomcat 6 in multiple machines and my Java application is deployed in all machines.
This works fine for me to maintain and to share the ...
0
votes
0answers
36 views
Getting error in Catalina when tomcat is shutdown [closed]
I am getting following error when I stop my tomcat server 6.0.36.
May 17, 2013 12:27:27 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
SEVERE: The web application [/TestApp] ...
1
vote
1answer
27 views
How does Liferay knows theme is incompatible with it?
I have theme that runs ok on Liferay 6.1 / Tomcat 7.
I have tried to migrate this theme to Liferay 6.1 / Tomcat 6.
The only change I made was changing web module facet to 2.5
<installed ...
0
votes
1answer
17 views
DB2 SQL Error: com.ibm.db2.jcc.b.SqlException: SQLCODE: -204, SQLSTATE: 42704, SQLERRMC: DB2ADMIN.DATAMODEL
I have a tomcat server in which I have configured my datasource as below:
<Context debug="0" docBase="/myapp" path="/myapp" reloadable="true"><Resource auth="Container" ...
0
votes
1answer
50 views
How to run Grails 2.2.2 application on Tomcat 6
I have created an app with grails 2.2.2
I also downloaded Tomcat 6
I would like to run my project with this version of Tomcat. What should I add to line
grails run-app
?
Maybe should I create ...
0
votes
0answers
9 views
Migrating a war running on Tomcat to Jboss web profile
I have my current application running on Tomcat 6.0. I need to choose an alternative container for my application. Since my app does not run any ejb components , I assume Jboss web profile would be an ...
0
votes
0answers
5 views
MyBatis SQLSessionFactory not initializing
I have been getting the below error while connecting to the database using MyBatis.
Error building SqlSession.
The error may exist in SQL Mapper Configuration
Cause: ...
0
votes
1answer
17 views
Separate location for bin and conf folder in tomcat
Is there a way to change tomcat's conf folder location to something other than next to bin?
Original:
Tomcat - bin
conf
temp
lib
webapp
FolderABC -
Expected:
...
0
votes
1answer
7 views
SSL Cert Vendor Change
I am trying to prepare for the switch in the SSL certificate vendors.
For the the SSL validation, Our Tomcat web application uses a JKS file created from a DigiCert certificate ( *.cer files). Our ...
-1
votes
0answers
24 views
How to install Liferay as WAR file? [closed]
Is there any true documentation about how to install Liferay as WAR file?
Guides like this ...
0
votes
0answers
26 views
How could I resolve UnsupportedOperationException on Spring 3.1.3.RELEASE?
I have a web project using Spring framework, when I start the project on Tomcat 6, I get the following error. I found out that the UnsupportedOperationException is cause by a Map from Spring. I am ...
2
votes
1answer
34 views
User friendly URLs in struts2
My project uses both struts1 and struts2 frameworks, I need to change the URLs user friendly. Is there any plugins to remove the .action and .do extension from the urls..?
Please attach the links of ...
0
votes
0answers
10 views
CrawlerSessionManagerValve on Tomcat6
I'm in a situation where I need behavior similar to that provided by the CrawlerSessionManagerValve (available on tomcat7) but can't upgrade from tomcat6. Is it possible to mimic this behavior using ...
1
vote
1answer
27 views
What is the difference between managed tomcat and embedded tomcat?
I am not sure that I understand the difference between these two types of tomcats (embedded and managed).
I am going to setup arquillian test for my project on tomcat and I have to choose between ...
0
votes
1answer
16 views
BIRT behind a proxy on a Tomcat Server: Sessoin expired
i'm trieing to run Eclipse BIRT on a Tomcat6 Server behind a Proxy. This scenario is like this:
I request at a PC a URL like www.webseite.de/client/birt-viewer/.... This PC redirects the URL to ...
0
votes
1answer
27 views
http://localhost:8080/test/ is working but http://localhost:8080/ is giving 404 error
I am running a web application in eclipse.
It is working fine.
But when I delete the test/ then->following error is display.
type Status report
message /
description The requested resource is not ...
0
votes
2answers
37 views
jsp Ajax GET working POST not working
I need to refresh some part of the browser. Hence I am using Ajax. When I use GET method, I can see the data at the server, but when I use POST i am not able to.
Any pointers please ?
-----------Code ...
0
votes
0answers
12 views
tomcat is throwing “deploy upload fail - no space left” while deployment of war file
I am trying to deploy a war file on tomcat server via tomcat manager. but each time i am getting this error:
FAIL - Deploy Upload Failed, Exception: Processing of multipart/form-data request failed. ...
2
votes
0answers
24 views
tomcat 6 horizontal clustering?
Please don't hesitate to ask for additional resource from me and don't hesitate to edit the question.
My Load Balancing configuration will be,
workers.java_home=C:/Program Files/Java/jdk1.6.0_25
...
1
vote
0answers
24 views
Tomcat 6 - stop / start remote windows server via command line
Everything is basically in the title.
I need to know if there is a way I can stop / start Tomcat6 on a remote Windows server via command script.
I can map to the tomcat/bin folder so I can see the ...
0
votes
2answers
105 views
Error in publishing in Tomcat 6 in eclipse Juno
I am getting the following error while starting the Tomcat 6 server. I have configured JDK as run time.
Publishing failed
Could not create directory \\<user ...
0
votes
0answers
19 views
Upgrade jar el-api 2.1 to version 2.2 on Tomcat 6.0.36
I'm developing a webapp with JSF 2, Spring, Mybatis and Maven on Tomcat 6.0.36...I need el-api 2.2 for deploy webapps with JSF 2. I want to know if exist any form to upgrade jar el-api without ...
0
votes
0answers
9 views
Tomcat6 manager app: View objects in session
When viewing the Tomcat6 manager app I am able to view all the active sessions for a selected application which is great. The problem I am having is that if the value for a given session attribute is ...
0
votes
1answer
22 views
Endorsed directory isn't working in Tomcat6
Even though it seems that my endorsed directory is configured properly, I keep getting the following message.
OpenSAML requires an xml parser that supports JAXP 1.3 and DOM3.
The JVM is currently ...
0
votes
1answer
31 views
Installing unknown web application on tomcat server
I've just downloaded a web application from repository and I want to try it. I only have tomcat installed (no eclipse, idea etc). I don't really know how to start. What I know is directory layout of ...
-2
votes
0answers
16 views
Hibernate custom connection pooling in Tomcat
I have to implement a customized hibernate connection pool inside the tomcat container.
can anybody suggest me any logic?
Thanks in advance.
0
votes
1answer
21 views
Tomcat displaying welcome-page before filter for jsp is executed
I am using Tomcat 6.0.36 and the welcome-page is /Login.jsp
I have a filter in place so that it can display a different login page for mobile devices.
It works with URL mywebsite.com/Login.jsp, but ...
0
votes
0answers
16 views
Resltet does not return url params from post request
I have a POST request:
https://localhost/rest/myAPI/1.0/myStatusUpdate?usr=me&pwd=secret
My Request headers:
User-Agent: Fiddler
Content-type: application/x-www-form-urlencoded
Host: localhost
...
0
votes
1answer
39 views
Solr searching with /terms
I have a PHP application that uses a SOLR database.
The problem appeared when I am doing a /terms request (terms doc)
So the parts of the document that interest us are
poi: "Bistriţa",
...
text: [
...
-1
votes
1answer
56 views
How stop start tomcat service in ubuntu using ant?
I have jenkins on jetty on test server (ubuntu 12.04) and I need stop/start tomcat before deploy my war file.
I can start tomcat over ant with target:
<target name="tomcat-start">
<java ...
0
votes
0answers
11 views
Setting up tomcat6 using mod_jk for Apache, page not found using https
I have been trying to setup an Apache web server along with a Tomcat6 web server, using SSL/HTTPS. On my Apache web server the SSL is working correctly, and I can access the web pages it serves up ...
0
votes
1answer
528 views
Solr 4.3 Tomcat6 Ubuntu installation exception
I have big problems installing Solr 4.3 under Ubuntu 12.04. Firstly i installed tomcat. I can access tomcat via browser on localhost:8080. Into "Tomcat Web Application Manager" i try to install Solr ...
0
votes
2answers
78 views
HTTP status code 500 (internal server error) while loading a JSF page
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
...
0
votes
0answers
29 views
Java EE Request parameters missing
When I submit a form (via post) to a Servlet, with a <textarea> that contains roughly 2 MB of text, the HttpRequest object contains no parameters. When the <textarea> has only 2 KB of ...
0
votes
0answers
77 views
Fail to create bean in spring suddently
I have encountered a problem of failed to create bean in spring suddenly. The webapp is already deployed and has been running for several months. However, below error message comes suddenly. It can be ...
0
votes
0answers
17 views
Run Tomcat 6 on all cores
Tomcat 6 is running on a linux server with 32 cores, but what I found is it is only using 1 core with 100% usage and rest of the cores are idle.
I figured out that we can set affinity of a process to ...
0
votes
4answers
68 views
Tomcat Webapp on port 80 [duplicate]
I have a webapp on my tomcat server like this:
mydomain.com:8080/mywebapp
Then I connect to my webapp, and it is working correctly, but what I want is to see my webapp like this:
mydomain.com
So I ...
1
vote
1answer
42 views
Java web application running on Tomcat unable to execute SQL queries with DB Connection pooling
I've come across similar questions many times here on Stack Overflow, however, I haven't been able to get it right.
I'm trying to use Database connection pooling in Tomcat 6 + MySQL ( on AWS RDS )
...
0
votes
0answers
22 views
aws beanstal php linux 64 bit - install tomcat [closed]
I have instance on amazon beanstalk php linux 64 bit and it works well.
It runs on port - 80.
I've installed tomcat6:
sudo yum install tomcat6 tomcat6-webapps
Then runned it: service tomcat6 start
...
-1
votes
1answer
153 views
Populate a grid/table with json data
I have a main form for file uploading. A servlet is doing the upload job. All the files are with the same name structure, so I'm splitting it and getting the parameters. Then I'm placing them into a ...
1
vote
0answers
32 views
JAX-RPC runtime for Tomcat
I have ported a Java EE web application from JBoss 4.0.5/Java 5 to Tomcat 6.0.33/Java 6.
The web application exposes some web services. They were implemented as JAX-RPC web services in JBoss, I have ...
-1
votes
0answers
21 views
Unexpected error parsing /WEB-INF/web.xml
I try to start a Tomcat 6 server on my local host. I'm using Win 7 with Eclipse Indigo. A have an application which I have to modify. When I'm starting server I get error:
SEVERE: Exception sending ...
0
votes
0answers
43 views
Tomcat Manager Does Not Undeploy Web App with Multi-Level Context Path
I cannot get Tomcat Manager (and Tomcat Maven plugin) to work correctly with a Web application that is deployed into a multi-level directory path. The first deployment works ...
0
votes
1answer
44 views
Disable CSRF Guard in Java EE, Struts 1.3
I want to disable CSRF guards in tomcat. I don't know how to allow the back, page refresh button to be functional. For the time being, i just want to disable everything related to csrf. For this ...
0
votes
0answers
18 views
tomcat7 service update parameters
I've a tomcat windows service created using Tomcat6. The 'Path to executable' mentions it as C:\myapp\bin\tomcat6.exe. I am in the process of upgrading tomcat6 to tomcat7. I tried to update the tomcat ...
0
votes
1answer
22 views
Filter remote address by URL in Tomcat6.0
I would like to filter remote ip address entering with url(/aa/*).
I use Tomcat6.0.
I would like to know how to configure filter configuration in web.xml of Tomcat3.6.
Please support sample if ...
