Questions tagged [tomcat6]
Open source web server developed by the Apache Software Foundation
284 questions
0
votes
0
answers
398
views
Apache Tomcat 6.0.53 is starting, but access to http://localhost:8080/ is not possible
In an acquired RESTful Spring Boot Web application with some restrictions that runs properly with IntelliJ IDEA v2022.02.05, I am asked to start the project without it. So, I started it in the command ...
0
votes
0
answers
169
views
After Tomcat 8.5 update, buttons not working only on a particular dns url
Recently we had an update from tomcat 6 to tomcat 8.5.
When I am trying to login to my web gui via direct link it is working fine but when I used the dns url, for first time it works fine but if we ...
1
vote
0
answers
149
views
Updated web-server and now website providing 503
To start with I'm not familiar with web-page hosting Apache/tomcat. I recently updated a private web-server in what may have been the first time in a long time using yum, and now the website is not ...
0
votes
1
answer
762
views
timeout issues when connecting to local tomcat server with afraid.org dynamic dns
background
i'm working on a very small team to update the css on a struts 2 website. i'm deploying my code to a tomcat server for testing, and the server pulls its data from an oracle database ...
0
votes
1
answer
3k
views
Java servlet 404 error tomcat 8 but not tomcat 6
I have a server which I flip back and forth between tomcat 6 and tomcat 8. When I do an HTTP post using the command
curl -v -X POST -d @webOpenCnsRealCheatsheet.xml -H Referrer:mobileWMS,LLC -H ...
1
vote
0
answers
2k
views
Installing wildcard SSL Certificate on Tomcat 6 and 7
I have followed the information given in the goDaddy web-site to get the SSL certificate and installing it but Not successful.
I created the keystore:
keytool -keysize 2048 -genkey -alias tomcat -...
-1
votes
1
answer
1k
views
tomcat-7.0.23 shuts down automatically on aws server
Have installed tomcat tomcat-7.0.23 on AWS server, but the last tomcat server which I started gets down automatically.
Have gone through similar question "tomcat on aws shuts down automatically", but ...
0
votes
1
answer
363
views
Tomcat not running on eclipse
In order to test the spring framework web services locally via Eclipse Mars, I am trying to setup Tomcat. When I tried to set it up on the servers tab, I could only see Tomcat v6 option. and not sure ...
0
votes
1
answer
285
views
Execute JSP files in IIS7 and Tomcat6
I want to execute JSP files in on Windows Server having IIS7, Tomcat6 and Java 1.6 installed.
Already Installed:
Java 1.6
IIS7
Tomcat6
BonCode Apache Tomcat AJP 1.3 Connector
Current scenario:
I am ...
1
vote
0
answers
43
views
Restricting HTTPS for Tomcat Deployment manager
As a PCI requirement, I wanted to get the tomcat deployment manager on HTTPS as the password was flowing in plain-text.
I tried few resources like this.
My current connector is as given below:
<...
0
votes
1
answer
415
views
Honoring 2 SSL Certificates for 2 Domains on a Single Tomcat Instance
We have a single tomcat instance hosting our application. We recently changed domains and wanted to redirect users to the new domain.
By using the Tuckey URL rewrite filter, I can redirect requests ...
-1
votes
1
answer
1k
views
Record and replay HTTP requests/posts between a given period of time (Apache)
Disclaimer: I know that what I'm about to ask is not even close to best practices but due to very specific requirements, I see this as probably one of very few solutions.
Context:
We wish to ...
0
votes
1
answer
5k
views
SSL offloading from Apache to Tomcat get overwritten somewhere
I was asked to upgrade a server running Apache and Tomcat-6 on Debian Wheezy from HTTP to HTTPS.
I have successfully obtained and install SSL certificates on the Apache part and checked that they work ...
0
votes
0
answers
588
views
SSLv3 seems to be not disabled even after tomcat 6 server xml changes TLSv1
Even after setting in server.xml as sslProtocol="TLSv1" when we do vulnerability check, the below are the details of output..
# /usr/sfw/bin/
> openssl s_client -connect ipaddress:portNo -ssl3
...
1
vote
1
answer
7k
views
how to install apache tomcat service on windows server 2012 R2
I'm attempting to install apache-tomcat-6.0.20.exe on windows server 2012 R2. It is being installed on a default amazon aws windows server 2012 R2 image.
I am using jre version jdk-6u17-windows-i586....