-1
votes
0answers
65 views

Connection closed by foreign host When telnet to local tomcat server

I started the tomcat server in my local host and I could see the welcome info in the browser when visited 127.0.0.1:8080. However, I couldn't telnet to the local server when I typed: telnet ...
0
votes
1answer
24 views

sh startup.sh start tomcat with puppet module

I am trying to create a puppet module which installs tomcat. I got everything else working, the module downloads tomcat tar, extracts it, removes the package and changes the settings file from ...
0
votes
1answer
28 views

Export war file from windows and add it to ubuntu webapps

I am trying to export a war file from Eclipse (Dynamic Web Project-java) from a WindowsX64 environment and add it to an UbuntuX64 system in the tomcat6 webapp folder. When the Ubuntu-tomcat deploys ...
0
votes
1answer
28 views

Steps: point application to Web (instead of 'localhost')

I have a question on how to go about posting a page to the Internet using Spring STS Framework with Tomcat container (I am using Linux). I have a basic Hello World program created and able to bring it ...
0
votes
0answers
27 views

Struggling with deployment of JNI library dependency in Tomcat

Here's my setup at the moment: Web app (deployed as a .war to Tomcat) that I am adding functionality that uses a JNI wrapper library to interface with a native library. The wrapper library ...
0
votes
0answers
17 views

Cannot access application deplyed in tomcat on Ubuntu Linux server

I deployed the application in tomcat on Ubuntu linux server, and its port is 7777, but I cannot access it by http:IP_ADDRESS:7777/project. I don't know why. Is it caused by different gateways?
0
votes
1answer
52 views

Copying file from Linux to NAS Share with Java (Apache FileUtils FileCopy)

One of the developers here has written some Java code which uses the Apache FileUtils FileCopy command to copy a csv from a host server (linux) to a file share (EMC NAS). The share's setup such that ...
0
votes
1answer
74 views

Problems installing appdynamics

I have installed Appdynamics lite on my server and it worked fine when I used to run my tomcat instance with root user. But from the time I have created a new user "Tomcat" and start executing my ...
0
votes
0answers
45 views

tomcat application run with different user than tomcat

I have a tomcat with several applications running on it. Those applications read / write files located in an user home folder (lets say /home/myuser/incoming and /home/myuser/outgoing) I start tomcat ...
0
votes
1answer
47 views

Symbols in startup.sh of Apache Tomcat

I've been trying to make my own 'Daemon' java thread. I couldn't quite get what I wanted, so I got curious about how Tomcat stays alive even after I disconnect the ssh connection. So I decided to ...
0
votes
0answers
56 views

Wrong string encoding tomcat java linux

I developed a web application which takes a client's txt file, read contents of file and write to new created txt file and saves it to local machine, then gives client link to download saved file. ...
2
votes
1answer
145 views

trouble creating an axis 2 .aar file: xml/services not found error

I am trying to create an aar file using OSX 10.7.5 (as a part of this tutorial). To generate the .aar, I navigate to the directory holding my webservice in my eclipse workspace and type jar cvf ...
0
votes
1answer
84 views

java.util.date‘s value changed itself

when I startup tomcat , open a Jsp page with new java.util.date() at the beginning , date is correct ,like it date : Fri Mar 29 19:06:07 GMT 2013 soon it changed to another value without timezone ...
0
votes
2answers
64 views

linux new user with sftp to specific folder

Hi I have ssh connection to my server wit root account. I want to create user named pizza4yu and give access with winscp to only this location /home/pi/apache-tomcat-7.0.35 How can I do that ?
0
votes
2answers
65 views

AWS Linux configuring mysql with tomcat7

I've installed Tomcat 7 and MySQL 5.5 on my AWS Linux micro instance. I'm trying to figure out how to configure Tomcat 7 to communicate with MySQL, but have had no luck. I've always been a Glassfish ...
0
votes
1answer
31 views

Deploying a JSP Website

I am trying to deploy a jsp website that I worked on. I implemented it on my windows machine and in the PATH variable I had the path to some bin directory, I am wondering where should I place this ...
0
votes
1answer
76 views

Amazon AMI tomcat7 tomcat-users.xml: command not found

I've created the free AMI linux instance on the amazon ec2. I'm trying to setup tomcat7, but seem to have run into an issue setting up an admin user to tomcat7. I've installed the following. sudo ...
0
votes
0answers
14 views

Tomcat on linux fails to start due to context files

After starting up tomcat with my webapps, an context xml file is created for each webapp under tomcat/catalina/localhost when I try to run the server again, it won't start up until I delete those ...
1
vote
3answers
129 views

Setting up a AMI linux micro instance with apache, java, tomcat, mysql

I'm trying to setup my first Linux environment on the amazon cloud but seem to be missing something. I have zero experience with Linux, so a complete newbie. What I've done thus far. 1. I've ...
1
vote
1answer
36 views

Script to stop tomcat server works intermittently

I am very much new to linux and to this forum. I am working on one issue for a customer where they have 10+ Red Hat Linux 5.5 64 bits servers. They want to stop the tomcat process using the stop ...
0
votes
1answer
111 views

Running jsp page hosted in Linux VM from other machine through JSP hosted in windows through APACHE TOMCAT

Hi i have hosted a jsp page in my Apache Tomcat 7 server in Windows 7. My computer is connected to network. Initially that page was not accessed from other computer in the network. Later i added the ...
0
votes
1answer
59 views

Tomcat7 is tied to a shell

When my ubuntu server boots up, tomcat7 does not run (I cannot open localhost:8080) When I ssh into my server, I am able to open localhost:8080 When I close my ssh connection, tomcat stops working ...
-2
votes
1answer
27 views

How to config the tomcat in linux? and java enviornment? [closed]

i have reinstalled linux system on my server. but i couldn't set JAVA_HOME amd tomcat. someone who can tell me in detail. thanks a lot!
-2
votes
2answers
54 views

How to “get” a HTTPS website running [closed]

I have a web application that runs with HTTP.. i want to make my application to run with HTTPS.. Can someone please describe the full process in steps?
-1
votes
1answer
57 views

How to Remove inbuilt tomcat5 On centOS5 [closed]

i Have problems on removing an inbuilt tomcat5 on a CentOS box i've tried: yum remove tomcat5 yum remove tomcat yum remove tomcat* but no there is no result, the main point is that want to install ...
0
votes
0answers
69 views

DataSource.getConnection is very slow on Linux but not using windows

Im developing some web services using Java and axis2 framework. This application is supposed to run under tomcat 5.5 on ubuntu 8.04 so I have a testserver setup with those versions. When I develop ...
0
votes
0answers
114 views

Needs heap-memory, non-heap memory, thread count etc values for tomcat in linux

We are planning to write scripts to fetch the values of Heap memory, non-heap memory, thread count etc, of tomcat from command line ( in linux). I have explored and found that we can use JMX via ...
0
votes
1answer
171 views

How to detect whether tomcat and ant are installed on linux machine

I am trying to install Tomcat and Ant on my linux machine, but before installing them i just need to check whether they are already installed or not. Regarding tomcat: I googled a lot and searched ...
0
votes
0answers
240 views

How to force CLOSE_WAIT to stop

I can't turn the server off and back on. I've tried killing it with a multitude of commands but I seem to end up with loads of CLOSE_WAITS still: netstat -a | grep 8043 tcp 1 0 ...
1
vote
1answer
151 views

Tomcat is starting but can not access to localhost:8080

I have spent several whole days to start the tomcat 5.5.36 on my server. I am sure tomcat is starting because I use the command below netstat -anp |grep 8080 The result shows the Java is listening ...
0
votes
0answers
20 views

Monitoring a Tomcat Server with Failover

I want to Monitor Tomcat Server Running in RHEL Linux, I want to Monitor below items and trigger mail on events If the Server goes down, the Monitoring Application should trigger a e-mail If the ...
-3
votes
1answer
36 views

Linux Bootstrap consuming Memory [closed]

My server gets crash/down after 2 hrs of restarting. When I viewed the process it showed me PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 13209 root 25 ...
0
votes
0answers
46 views

How to validate Tomcat server.xml?

In our development env, we are doing frequently changes in Tomcat server.xml file, sometime nasty comments drag us to error and its time consuming process. I believe they don't have mechanism to do ...
0
votes
1answer
315 views

Installing Apache Tomcat [closed]

I have followed this tutorial (http://www.mulesoft.com/tomcat-linux#.URj9weCy1Nh) to install tomcat on debian wheezy using the following environment variables: Using CATALINA_BASE: ...
-1
votes
1answer
432 views

Tomcat6 No JDK Found [closed]

I'm ssh'd into my server (Ubuntu 12.04) and no matter what I set for JAVA_HOME and JRE_HOME tomcat6 doesn't want to start: me@myserver:/usr/lib/jvm/jdk-oracle.1.6.0_33$ echo $JAVA_HOME ...
0
votes
1answer
34 views

Launching Tomcat

I must launch 2 instances of tomcat on a server and with the same user. I'm trying to set differents CATALINA_BASE when launching tomcat but this environment variable is not used. That is the ...
0
votes
2answers
349 views

tomcat 7 startup error on rhel 5.5

i'm trying to set up tomcat 7.0.35 on red hat 5.5. When i try to start tomcat i have this error in catalina.out WARNING: error instantiating 'org.apache.juli.ClassLoaderLogManager' referenced by ...
1
vote
4answers
692 views

Unable to configure Tomcat 7 on Eclipse Juno

I have Eclipse Juno with Spring Tools Suite plugin installed. I need to deploy a newly imported web project to Tomcat 7, which I installed on my system via repository. The problem is that the New ...
0
votes
1answer
135 views

ClassNotFoundException: BasicDataSourceFactory

I have a JAVA application that runs fine in my local Windows7 environment on Tomcat7. I am trying to put this into production in a Linux environment. Everything is done and is working fine except ...
0
votes
2answers
570 views

Webapp in Tomcat 6 cannot find environment variables after start

I have the following problem: I am using Tomcat 6.0.32 and Java JDK 6.0_26. I have installed it successfully and the Tomcat start page is visible in the browser at port 8080. I have also created ...
0
votes
0answers
216 views

tomcat APR with SSL - port 98 already in use/Invalid Server SSL Protocol

I am getting errors while trying to get an SSL enabled app running on a tomcat 6.x server. APR is enabled. I created the certificates like so: openssl genrsa -des3 -out key.pem 2048 passphrase ...
4
votes
1answer
795 views

Tomcat Intellij Idea: Remote deploy

RackSpace Cloud Server Ubuntu-12.04, Intellij Idea-11.1.2, Windows-8, Tomcat-7.0.26, JDK-6. On Intellij Idea when i try to run jsf project on my remote Tomcat 7 server it says: Error running ...
0
votes
1answer
77 views

Tomcat syslog add custom tag in log file

We are running multiple tomcats instances in single box for different different applications, and we are sending logs to syslog using following lines in tomcat config. JAVA_OPTS="$JAVA_OPTS ...
0
votes
2answers
331 views

How to start tomcat with output on console in Linux? [closed]

I know it's possible to start tomcat and then run tail -f catalina.out to view tomcat output. But how to run tomcat and view output at once? Are there some options to run startup.sh with?
0
votes
2answers
417 views

Externalizing Tomcat webapp config from .war file

I am having trouble with configuring a webapp in tomcat 7. In my war file, there is a properties file myApp/WEB-INF/classes/myProps.props, and it contains environment-specific properites. I am trying ...
0
votes
0answers
94 views

Connecting grails generated war file with sql server

Is there any problem if I connect my war file(grails) in tomcat(6) in linux(redhat) with sql server 2012 in windows 7. I have done two things. Just added a sqljdbc4.jar in lib inside tomcat6 and ...
0
votes
1answer
369 views

How to Enable SSL on Tomcat 7 on Linux & Test using curl?

Am using JDK 1.6, tomcat 7.0.32, and Red Hat Linux. I need help setting up SSL on my local tomcat instance. After looking at the instructions on the official tomcat 7 website: ...
0
votes
1answer
72 views

Tomcat Lib Folder

I am trying to install the JDBC driver on my tomcat installation, but I'm having a hard time. I installed Tomcat to my opt/tomcat directory. I was then told to put the JDBC driver into my /lib folder ...
0
votes
1answer
281 views

Redirect apache-tomcat not render via https

I'm redirecting content from tomcat to apache, the redirecting is working but in some moment fail, the redirecting is working but the content is showed bad, break styles, no images, etc. In the ...
-1
votes
1answer
86 views

Apache Tomcat is installed or not? [closed]

How can I check whether Apache Tomcat is installed or not in my remote linux machine. I am using putty for connecting the machine. Is there any command to find that?

1 2 3 4 5