TC9: Configuring ProtocolHandler SSL certificates (SSLHostConfig) via JMX

2016-04-14 Thread Miroslav Šulc
Hi, I am very new to JMX so maybe I miss an important piece that prevents me from configuring SSL certificates in ProtocolHandler via JMX. I just implemented modification of aliases property on Host via JMX which seems to work fine. I would like to set for some of those aliases SSL certificates v

Re: Tomcat Files and Tools

2016-04-14 Thread Anthony Biacco
On Thu, Apr 14, 2016 at 8:48 AM, King Kenneth wrote: > All, > > I have a few questions listed below please provided insight. > > Where do I find the tomcat-user.xml file? > > Where do I find the logging properties for Tomcat? > > Where is the java security manager, is this component installed by

Re: Basic Authentication

2016-04-14 Thread Mark Eggers
On 4/14/2016 7:45 AM, King Kenneth wrote: > All, > > Please provide an example of how to set a web application to BASIC within the > web.xml file. > > Thanks, > > Kenneth King Jr. > Booz l Allen l Hamilton > Office (202) 317-5593 > Cell (203) 450-7941 Please read the appropriate servlet specif

Re: Basic Authentication

2016-04-14 Thread Olaf Kock
Have you already googled for "tomcat basic authentication"? Which of the numerous instructions did you have problems with? What nature were they? Am 14.04.2016 um 16:45 schrieb King Kenneth: > All, > > Please provide an example of how to set a web application to BASIC within the > web.xml file. >

Re: Tomcat Security Option

2016-04-14 Thread Olaf Kock
Could you elaborate what you mean with "security option"? There's a number of things that you can do for securing tomcat, and enabling the security manager is only one thing. If you do this, you probably want to specify the policy for the server's sandbox - e.g. which files it's allowed to access,

Re: Tomcat Files and Tools

2016-04-14 Thread tomcat
On 14.04.2016 16:48, King Kenneth wrote: All, I have a few questions listed below please provided insight. Where do I find the tomcat-user.xml file? Where do I find the logging properties for Tomcat? Where is the java security manager, is this component installed by default? Hello. I beli

Re: Tomcat Files and Tools

2016-04-14 Thread David kerber
On 4/14/2016 10:48 AM, King Kenneth wrote: All, I have a few questions listed below please provided insight. Where do I find the tomcat-user.xml file? Where do I find the logging properties for Tomcat? Where is the java security manager, is this component installed by default? Thanks, You

Certificate installation for https causing redirection.

2016-04-14 Thread Weare Borg
Hello friends, Sorry for pushing the question to both Tomcat and Apache, as changes seem to be required in both Apache and Tomcat, so I did that. We have one test server with Debian X64 which has one web-project running in Apache and few webapps running with Apache Tomcat. The Apache web-server r

Tomcat Files and Tools

2016-04-14 Thread King Kenneth
All, I have a few questions listed below please provided insight. Where do I find the tomcat-user.xml file? Where do I find the logging properties for Tomcat? Where is the java security manager, is this component installed by default? Thanks, Kenneth King Jr. Booz l Allen l Hamilton Office (2

Admin and Manager xml files

2016-04-14 Thread King Kenneth
All, Where is the admin.xml and manager.xml files located within the Tomcat directory? Thanks Kenneth King Jr. Booz l Allen l Hamilton Office (202) 317-5593 Cell (203) 450-7941

Basic Authentication

2016-04-14 Thread King Kenneth
All, Please provide an example of how to set a web application to BASIC within the web.xml file. Thanks, Kenneth King Jr. Booz l Allen l Hamilton Office (202) 317-5593 Cell (203) 450-7941

Re: .htpasswd File

2016-04-14 Thread David kerber
On 4/14/2016 10:38 AM, King Kenneth wrote: All, Where is the .htpasswd File located within the Tomcat folder directory? Wherever you put it. It does not exist in a default installation of Tomcat. Are you maybe thinking of Apache httpd? It's a completely different animal... Thanks, K

.htpasswd File

2016-04-14 Thread King Kenneth
All, Where is the .htpasswd File located within the Tomcat folder directory? Thanks, Kenneth King Jr. Booz l Allen l Hamilton Office (202) 317-5593 Cell (203) 450-7941

Tomcat Security Option

2016-04-14 Thread King Kenneth
All, How do you enable the Tomcat security option, will the follow change below enable this component? * Add the following text "Djava.security.manager" to the Java tab within Tomcat Configuration in the Java Options section Thanks, Kenneth King Jr. Booz l Allen l Hamilton Office (202

Simultaneous async request failing in tomcat

2016-04-14 Thread Sajin S
I am using tomcat 8.0.33 and getting this issue. Kindly help me. While doing asynchronous webservice using rest easy and writing the output using outputstream(bytearray of audio file as chunk output) am getting this issue. Current protocol is nio. Please help. Failure case is using jmeter hitti

Re: how does has text value for port attribute of server element in server.xml works? e.g.

2016-04-14 Thread Konstantin Kolinko
2016-04-14 13:59 GMT+03:00 akshay hiremath : > Hi, > I see one jenkins installation on one of the servers in my organization.This > jenkins is running on tomcat-7.0.24. When I had a look at server.xmlI see > following: > .. >protocol="org.apache.coyote.http11.Http11NioProtocol"

how does has text value for port attribute of server element in server.xml works? e.g.

2016-04-14 Thread akshay hiremath
Hi, I see one jenkins installation on one of the servers in my organization.This jenkins is running on tomcat-7.0.24. When I had a look at server.xmlI see following: ..   when I looked at catalina.properties I couldn't see jenPort.From where does tomcat is taking the value of jenPort?? c

Re: Obsolete cypher suit

2016-04-14 Thread Lyallex
On 13 April 2016 at 12:50, Mark Thomas wrote: > On 13/04/2016 12:43, Lyallex wrote: >> On 12 April 2016 at 19:26, Mark Thomas wrote: >>> On 12/04/2016 19:11, Lyallex wrote: On 12 April 2016 at 18:06, Lyallex wrote: > apache-tomcat-7.0.42 as standalone web server > jdk1.7.0_45 >