Re: Tomcat 7.33 update on Windows

2012-12-12 Thread Justin Larose
Konstantin Kolinko wrote on 12/11/2012 09:12:16 AM: > From: Konstantin Kolinko > To: Tomcat Users List > Date: 12/11/2012 09:12 AM > Subject: Re: Tomcat 7.33 update on Windows > > 2012/12/11 Justin Larose : > > I just updated Tomcat 7 from version 7.11 to 7.33 o

Tomcat 7.33 update on Windows

2012-12-11 Thread Justin Larose
I just updated Tomcat 7 from version 7.11 to 7.33 on my windows server but when I goto the URL I am seeing 500 error, "Cannot load JDBC driver class 'com.microsoft.sqlserver.jdbc.SQLServerDriver'" Not sure why. I made a copy of all config directories prior to install and copied them all to the n

RE: Configure SSL under Tomcat 7

2012-03-19 Thread Justin Larose
ayouB __ wrote on 03/19/2012 01:00:59 PM: > From: ayouB __ > To: > Date: 03/19/2012 01:01 PM > Subject: RE: Configure SSL under Tomcat 7 > > Still not working !! > I downloaded Apache Tomcat 7.0.26 (again), i added the > tcnative-1.dll in my : apache-tomcat-7.0.26\bin, i created a > keystore

RE: Cannot rid of expired Certificate ...

2012-01-20 Thread Justin Larose
> From: Andrew Erskine > To: Tomcat Users List > Date: 01/20/2012 06:05 AM > Subject: RE: Cannot rid of expired Certificate ... > > -Original Message- > From: Pid [mailto:p...@pidster.com] > Sent: 20 January 2012 11:00 > To: Tomcat Users List > Subject: Re: Cannot rid of expired Certific

Re: Error: Unable to compile class for JSP

2012-01-11 Thread Justin Larose
ma...@apache.org wrote on 01/11/2012 01:19:17 PM: > From: ma...@apache.org > To: Tomcat Users List > Date: 01/11/2012 01:20 PM > Subject: Re: Error: Unable to compile class for JSP > > Justin Larose wrote: > >> > An error occurred at line: 230 in the jsp file

Re: Error: Unable to compile class for JSP

2012-01-11 Thread Justin Larose
> > An error occurred at line: 230 in the jsp file: /object_table.jsp > > The type Part is ambiguous > > 227:{ > > 228: //do nothing here - we don't want the filter to be displayed > > for lifecycles > > 229: } > > 230: else if (objType.equals(Part.class)) > > 231:

Error: Unable to compile class for JSP

2012-01-11 Thread Justin Larose
quals(Part.class)) 231: { 232:ObjectTablePagelet.addButton(Pagelet.EDIT_BUTTON, "edit_design_part_master", BarAdapterItem.MODE_ENABLE_ON_ONE, "Edit Design Part", 530, 550); 233: } Thanks, Justin LaRose **

Re: SSL Configuration Errors -- Resolved

2012-01-10 Thread Justin Larose
All, > > This seems to be the problem. How do I set my imported cert as a "key > > entry" or get Tomcat to read it as a CertEntry? > You must use the same keystore and same alias when you: > 1. generate key, > 2. generate csr, > 3. import certificate. > > Example: > keytool -genkey ... -keystore

Re: SSL Configuration Errors

2012-01-10 Thread Justin Larose
Ognjen, > You must use the same keystore and same alias when you: > 1. generate key, > 2. generate csr, > 3. import certificate. > > Example: > keytool -genkey ... -keystore xxx.jks -alias yyy > keytool -certreq ... -keystore xxx.jks -alias yyy > and later > keytool -import -trustcacerts ... -ke

Re: SSL Configuration Errors

2012-01-09 Thread Justin Larose
Chris, > This list strips non-text attachments. I will sent it in text format next time. > > I have used the keytool to delete all 3 certs (root, intermediate > > and primary) and readd them many times. I even just tried only the > > Primary cert with the alias tomcat as the only cert. But the l

Re: SSL Configuration Errors

2012-01-09 Thread Justin Larose
Christopher Schultz wrote on 01/06/2012 05:20:12 PM: > From: Christopher Schultz > To: Tomcat Users List > Date: 01/06/2012 05:20 PM > Subject: Re: SSL Configuration Errors > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > Justin, > On 1/6/12 2:56 PM, Ju

Re: SSL Configuration Errors

2012-01-06 Thread Justin Larose
Pid wrote on 01/06/2012 04:30:30 AM: > From: Pid > To: Tomcat Users List > Date: 01/06/2012 04:31 AM > Subject: Re: SSL Configuration Errors > > > > connectionTimeout="2" > > redirectPort="8443" /> > > > >Are you actually using Client auth? This

Re: SSL Configuration Errors

2012-01-05 Thread Justin Larose
Sorry. Comments removed. ___ Thanks, Justin LaRose From: Pid To: Tomcat Users List Date: 01/04/2012 03:29 PM Subject:Re: SSL

SSL Configuration Errors

2012-01-04 Thread Justin Larose
l below. Anyone know where to start? ___ T

Re: Tomcat crashes after startup

2011-12-13 Thread Justin Larose
s tomcat Enter keystore password: Alias name: tomcat Creation date: Nov 10, 2011 Entry type: trustedCertEntry Owner: CN=wcmdev.nexweb.us, OU=USN, OU=PKI, OU=DoD, O=U.S. Government, C=US Thanks, Justin LaRose Database & Web Services Administrator NEXCOM (757) 631-3443 justin.lar...@nexweb

Re: Tomcat crashes after startup

2011-12-13 Thread Justin Larose
Chris, "You need to have a key in your keystore with the alias "tomcat" as well. If you have been following http://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html#Configuration, you have either missed or misinterpreted a step." I actually followed the document here: http://tomcat.apache.org/tom

Re: Tomcat crashes after startup

2011-12-12 Thread Justin Larose
=US ___ Thanks, Justin From: Mark Thomas To: Tomcat Users List Date: 12/12/2011 03:29 PM Subject:Re: Tomcat crashes after startup On 12/12/2011 20:20, Justin Larose wrote: > Group, > > Can anyone help me with this error below from the catalina.log? > I h

Tomcat crashes after startup

2011-12-12 Thread Justin Larose
Group, Can anyone help me with this error below from the catalina.log? I have attached my server.xml as well. I have done some searches on the internet and cannot find much on this error. SEVERE: Error initializing endpoint java.io.IOException: Any

Tomcat won't start after Windows Reboot

2011-12-05 Thread Justin Larose
.1 on http-8443 Dec 5, 2011 3:02:43 PM org.apache.coyote.http11.Http11Protocol destroy INFO: Stopping Coyote HTTP/1.1 on http-8543 Thanks, Justin LaRose Database & Web Services Administrator NEXCOM (757) 631-3443 justin.lar

Re: tomcat manager/status question

2011-11-18 Thread Justin Larose
Dan, Thanks for the help. I opened the server.xml.orig file (from the Tomcat installation) and copied the GlobalNamingResources and Engine and restarted Tomcat. Afterwards I was able to login using the username and password located in the tomcat-users.xml file. Thanks, Justin LaRose Database

Re: tomcat manager/status question

2011-11-16 Thread Justin Larose
I have copied my server.xml file below. __ ___ Thanks, Justin LaRose Database & Web Services Administrator NEXCOM (757) 631-

Re: tomcat manager/status question

2011-11-14 Thread Justin Larose
Yes I have restarted tomcat after editing this file: Thanks, Justin LaRose Database & Web Services Administrator NEXCOM (757) 631-3443 justin.lar...@nexweb.org From: Daniel Mikusa To: Tomcat Users List Date: 11/14/2011 02:32 PM Subject:Re: to

tomcat manager/status question

2011-11-14 Thread Justin Larose
link as well. Do I need to install another portion of Tomcat to get this feature to work? Thanks, Justin LaRose Database & Web Services Administrator NEXCOM (757) 631-3443 justin.lar...@nexweb.org ** This email and an