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 http://www.selfsignedcertificate.com

Re: SSLCertificateKeyFile cannot find file that exists

2013-03-27 Thread Kevin Jenkins
icated instructions. I've 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

Re: SSLCertificateKeyFile cannot find file that exists

2013-03-27 Thread Kevin Jenkins
rey 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 cann

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:2

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

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/ The DNS entries are already setup. However, no matter what URL I put, it just goes to the localhost page (e

Re: Tomcat how to set -Xms and -Xmx

2013-03-31 Thread Kevin Jenkins
r...@mantech.com] > > Sent: Sunday, March 31, 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

Re: Tomcat how to set -Xms and -Xmx

2013-03-31 Thread Kevin Jenkins
mcat-7.0.39\bin\bootstrap.jar;C:\apache-tomc at-7.0.39\bin\tomcat-juli.jar" On Sun, Mar 31, 2013 at 11:06 AM, Kevin Jenkins wrote: > I did this: > > SET JAVA_OPTS=-Xms2560 -Xmx2560 > call "%EXECUTABLE%" start %CMD_LINE_ARGS% > > > On Sun, Mar 31, 2013 at 10:34 AM

Re: Tomcat how to set -Xms and -Xmx

2013-03-31 Thread Kevin Jenkins
/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). Ho

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

2013-03-31 Thread Kevin Jenkins
erver IP address. Do I need to set some other kind of setting than the above change to server.xml? On Sun, Mar 31, 2013 at 11:13 AM, Mark Thomas wrote: > On 31/03/2013 18:50, Kevin Jenkins wrote: > > I'm trying to setup name based hosts by editing server.xml. > > http:/

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

2013-03-31 Thread Kevin Jenkins
Finally got it working. Thanks to those that helped. masterserver2.raknet.com milestone.masterserver2.raknet.com lobby3.raknet.com milestone.lobby3.raknet.com On Sun, Mar 31, 2013 at 1:32 PM, Kevin Jenkins wrote: > Thanks but I had already tried variations on the URL

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/ I would like have access be on these specific URLS. Right now you can use untrusted URLs,