Better SSL connector setup

2013-04-06 Thread Kevin Jenkins
I have a server that has two hosts: First: http://masterserver2.raknet.com/ Second (using alias) https://lobby3.raknet.com https://milestone.lobby3.raknet.com:444/ https://milestone.lobby3.raknet.com:444/ I would like have access be on these specific URLS. Right now you can use untrusted URLs,

Tomcat how to set -Xms and -Xmx

2013-03-31 Thread Kevin Jenkins
If I run tomcat7w.exe (windows) there is a tab where I can set the initial and maximum memory pool to 2560. However, I don't want to use tomcat7w.exe, I just want to run the batch file manually (startup.bat). However, I can't figure out how to set these memory pool values for startup.bat to use.

Can't get name based virtual hosts to work (Windows)

2013-03-31 Thread Kevin Jenkins
I'm trying to setup name based hosts by editing server.xml. http://masterserver2.raknet.com/ should display a different page than http://lobby3.raknet.com/ http://masterserver2.raknet.com/ The DNS entries are already setup. However, no matter what URL I put, it just goes to the localhost page

Re: Tomcat how to set -Xms and -Xmx

2013-03-31 Thread Kevin Jenkins
, 2013 1:32 PM To: Tomcat Users List Subject: RE: Tomcat how to set -Xms and -Xmx -Original Message- From: Kevin Jenkins [mailto:rak...@jenkinssoftware.com] Sent: Sunday, March 31, 2013 1:21 PM To: Tomcat Users List Subject: Tomcat how to set -Xms and -Xmx If I run

Re: Tomcat how to set -Xms and -Xmx

2013-03-31 Thread Kevin Jenkins
On Sun, Mar 31, 2013 at 11:06 AM, Kevin Jenkins rak...@jenkinssoftware.comwrote: I did this: SET JAVA_OPTS=-Xms2560 -Xmx2560 call %EXECUTABLE% start %CMD_LINE_ARGS% On Sun, Mar 31, 2013 at 10:34 AM, Harris, Jeffrey E. jeffrey.har...@mantech.com wrote: -Original Message

Re: Tomcat how to set -Xms and -Xmx

2013-03-31 Thread Kevin Jenkins
...@yahoo.com wrote: On 3/31/2013 10:20 AM, Kevin Jenkins wrote: If I run tomcat7w.exe (windows) there is a tab where I can set the initial and maximum memory pool to 2560. However, I don't want to use tomcat7w.exe, I just want to run the batch file manually (startup.bat). However, I can't figure

Re: Can't get name based virtual hosts to work (Windows)

2013-03-31 Thread Kevin Jenkins
? On Sun, Mar 31, 2013 at 11:13 AM, Mark Thomas ma...@apache.org wrote: On 31/03/2013 18:50, Kevin Jenkins wrote: I'm trying to setup name based hosts by editing server.xml. http://masterserver2.raknet.com/ should display a different page than http://lobby3.raknet.com/ http://masterserver2

Re: Can't get name based virtual hosts to work (Windows)

2013-03-31 Thread Kevin Jenkins
:32 PM, Kevin Jenkins rak...@jenkinssoftware.comwrote: Thanks but I had already tried variations on the URL in Host name that before posting. Right now it's going to defaultHost (currently set to masterserver2.raknet.com) even though I enter http://lobby3.raknet.com/ in my webbrowser Engine

SSLCertificateKeyFile cannot find file that exists

2013-03-27 Thread Kevin Jenkins
I'm working on a project where I need to test C++ code against an HTTPS web server. So I am trying to get Tomcat to work using HTTPS on localhost. Security does not matter right now, I just need to get an HTTPS server online so I can debug the C++. So I went to

Re: SSLCertificateKeyFile cannot find file that exists

2013-03-27 Thread Kevin Jenkins
already spent hours trying to figure out how to create self-signed keys (which is why I just went to that website to begin with). On Wed, Mar 27, 2013 at 8:49 AM, Harris, Jeffrey E. jeffrey.har...@mantech.com wrote: -Original Message- From: Kevin Jenkins [mailto:rak

Re: SSLCertificateKeyFile cannot find file that exists

2013-03-27 Thread Kevin Jenkins
at 9:46 AM, Harris, Jeffrey E. jeffrey.har...@mantech.com wrote: -Original Message- From: Kevin Jenkins [mailto:rak...@jenkinssoftware.com] Sent: Wednesday, March 27, 2013 12:13 PM To: Tomcat Users List Subject: Re: SSLCertificateKeyFile cannot find file that exists Thanks

Re: SSLCertificateKeyFile cannot find file that exists

2013-03-27 Thread Kevin Jenkins
Thanks, Skype was using that port. On Wed, Mar 27, 2013 at 10:25 AM, Harris, Jeffrey E. jeffrey.har...@mantech.com wrote: -Original Message- From: Kevin Jenkins [mailto:rak...@jenkinssoftware.com] Sent: Wednesday, March 27, 2013 1:23 PM To: Tomcat Users List Subject: Re

HttpServletResponse return plain text

2013-03-27 Thread Kevin Jenkins
I know this isn't the right mailing list but there's a lot of knowledgeable people here so I'd give it a shot. When I was hosting on Google App Engine the java servlet HttpServletResponse.sendError would return the 2nd parameter text in plain text. Now that I'm hosting on Tomcat it's putting the