Questions tagged [server.xml]

190 questions
0
votes
3 answers

Edit tomcat server.xml using shell

How can I edit edit the server.xml file of a Tomcat server using the shell? I want to insert a new tag from a text file into server.xml under the tag. I found many posts about the sed command, it's useful to replace a value…
Joe Kahla
  • 15
  • 4
0
votes
1 answer

make configuration to Jboss7.1.1.Final to send big size JSON data via Http Post

I'm having json which has large size and when it exceeds 5kb , it throws exception java.net.SocketException: Connection reset at java.net.SocketInputStream.read(SocketInputStream.java:168) at …
vg123
  • 235
  • 2
  • 3
  • 13
0
votes
3 answers

How to browse with https by IDE?

When we are running Apache Tomcat from IDE's toolbar, we can not browse https but when we are running with tomcat7.exe file, it can browse with https and accept certificate. In server.xml, we wrote a connector tag as follow.
Sharifah
  • 361
  • 2
  • 17
  • 30
0
votes
1 answer

I changed the port to 9009 but still the Tomcat starts on 8084. Why is this?

I edited the server.xml file of the tomcat (V:7) and changed the port to 9009 : But still when I start the server,it starts on…
saplingPro
  • 20,769
  • 53
  • 137
  • 195
0
votes
1 answer

Jboss and tomcat access log parameter setup

In our $JBOSS_HOME/server//deploy/jbossweb.sar/server.xml : THIS is how we have defined the logging pattern for HOW the access log file is written.
user1432913
  • 79
  • 6
  • 14
0
votes
1 answer

No JNDI resources found after automatic publish with Tomcat 7.0.27 and Atomikos 3.7.1

I am building a web application using Spring, Tomcat 7.0.27 and Atomikos 3.7.1. I followed the integration guidelines from Atomikos: Tomcat7Integration35. Everything works except two listeners which don't exist anymore in Tomcat 7.0.27. So I did…
Samaneh
  • 73
  • 2
  • 9
0
votes
1 answer

How to make Tomcat read allow IPs from a different place than server.xml

I'd like regular users to be able to add allowed IP addresses to Tomcats firewall, without having to manually edit the server.xml file (so I don't have to do it). Is there a way to do that (without regenerating the server.xml file)?
AtliB
  • 1,263
  • 1
  • 18
  • 30
0
votes
2 answers

How do I test what port 8443 does on Tomcat 7.0, on Windows 7?

I would be making changes to Tomcat's 7 sever.xml file specifically port 8443 to 443, but I don't know how to test port 8443 in the first place, with 8080, I could test with localhost:8080, but how can I test with 8443, I have already tried with…
victoria277
  • 67
  • 1
  • 10
-1
votes
1 answer

Tomcat - OpenLDAP authentication

What is the Realm configuration required in Tomcat 8 server.xml for authentication using OpenLDAP ? <-- Active Directory, Working Fine-->
Muhammed K
  • 39
  • 4
-2
votes
1 answer

How do I change the retention period for the log files in websphere?

How do I change the retention period for the log files from 1 day to 5? localConnector-1.0 webProfile-7.0
1 2 3
12
13