RE: [tomcat-users] Re: getting web application version string?

2020-08-17 Thread Jason Pyeron
> -Original Message- > From: Michael Osipov > Sent: Sunday, August 16, 2020 1:27 PM > > Am 2020-08-16 um 18:16 schrieb Jason Pyeron: > > Is there a better way than this? > > > > Specifically - detect running Tomcat, then if under Tomcat (today only >

getting web application version string?

2020-08-16 Thread Jason Pyeron
{ log.log(Level.WARNING, "unable", e); } } } 1: https://tomcat.apache.org/tomcat-9.0-doc/config/context.html#Naming -- Jason Pyeron | Architect PD Inc| 10 w 24th St | Baltimore, MD | .mil: jason.j.p

RE: [tomcat-users] Issue found during migration of Tomcat version 6.0.35 to 8.5.5

2020-06-15 Thread Jason Pyeron
& Regards Lavitesh Verma Software Engineering Associate Amdocs Global SmartOps +91.9810157771 OOO – 06/16 – 06/19 From: Jason Pyeron mailto:jpye...@pdinc.us> > Sent: Monday, June 15, 2020 7:33 PM To: 'Tomcat Users List' mailto:users@tomcat.apache.org> > Cc: 'RUBI

RE: [tomcat-users] Issue found during migration of Tomcat version 6.0.35 to 8.5.5

2020-06-15 Thread Jason Pyeron
: Monday, June 15, 2020 9:29 AM To: Jason Pyeron ; 'Tomcat Users List' Cc: 'RUBIN, JACOB' ; lsrv...@list.att.com; Vasudev Wadhawan Subject: RE: [tomcat-users] Issue found during migration of Tomcat version 6.0.35 to 8.5.5 Hi Jason, We have updated the xercesImpl from ver

RE: [tomcat-users] Issue found during migration of Tomcat version 6.0.35 to 8.5.5

2020-06-15 Thread Jason Pyeron
Sounds like you have added Jars to the old environment that are not in the new environment. What is the offending code that causes the error? What were your customizations against the 6.0.35 environment? Is the Woodstox StAX jar in the web application or Tomcat lib directory? Where wa

RE: [tomcat-users] Password encryption in Tomcat 8.5.35

2019-09-15 Thread Jason Pyeron
om TPMs, Smart Cards, networked sources, etc. v/r, Jason Pyeron > -Original Message- > From: Mohan T > Sent: Monday, September 16, 2019 12:05 AM > To: users@tomcat.apache.org > Subject: [tomcat-users] Password encryption in Tomcat 8.5.35 > > Hi, > > We are u

RE: [tomcat-users] Re: SSLVerifyClient="optionalNoCA" stops working in tomcat 8.0.32?

2016-06-16 Thread Jason Pyeron
> -Original Message- > From: Mark Thomas > Sent: Thursday, June 16, 2016 14:39 > To: Tomcat Users List > Subject: [tomcat-users] Re: SSLVerifyClient="optionalNoCA" > stops working in tomcat 8.0.32? > > On 16/06/2016 11:29, Florian Kleedorfer wrote: > > Hi! > > > > There was no response

RE: [tomcat-users] How to force Tomcat to use the system clock?

2015-03-06 Thread Jason Pyeron
tick" counter. Internally all timekeeping has > been modified to be based on these "ticks". (If the system > time is being > used, then the tick count at any particular moment is calculated from > the system time rather than from the counter.) " > > Thanks

RE: [tomcat-users] DISA compliance tomcat 7.0.53

2014-07-10 Thread Jason Pyeron
, can you view the IASE (http://iase.disa.mil/( site? -Jason -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 1

RE: Is there a method to submit a useful tidbit of knowledge?

2011-05-12 Thread Jason Pyeron
It's all DIY: > > http://wiki.apache.org/tomcat/FAQ > > Just register and have at it. > > - Chuck -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - P

RE: tomcat6 still deleting XML files from Catalina/localhost when the system is booted [OT]

2011-03-24 Thread Jason Pyeron
cript to modify. > > Q: What happens to those 75 instances when the NFS directory > goes off-line during production? It triggers a stock option liquidation script. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -

RE: tomcat6 still deleting XML files from Catalina/localhost when the system is booted

2011-03-22 Thread Jason Pyeron
# processname: httpd # config: /etc/httpd/conf/httpd.conf # config: /etc/sysconfig/httpd # pidfile: /var/run/httpd.pid See the line with chkconfig - S## E##? Put those in your config before doing a chkconfig add, and it will cause them to start in that order. Make sure they start after nfs and die before nfs and you should be g

RE: Populating Oracle v$session.program from Tomcat Context.xml

2011-03-16 Thread Jason Pyeron
rogram. The reason for the problem is that he does not know how to do it either when using the OCI jdbc driver (it is likely not possible). -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.p

RE: Populating Oracle v$session.program from Tomcat Context.xml

2011-03-16 Thread Jason Pyeron
gt; >>> We are running a RAC, and I'm querying gv$session which > should get > >>> me all cluster member connections. > >>> > >>> As David said, this does work with the thin driver, but I > need the > >>> service/load balancing functionality from OCI.

RE: Secure AJP over ssl

2011-02-23 Thread Jason Pyeron
e keep-alive. > > Good to know that mod_proxy_http uses keepalive. I was > recommending the others since the OP seems wedded to AJP. > Also, if there is any other traffic to encrypt (JDBC, etc.) > the VPN would handle that, too. It is not that I am wedded to any particular implem

RE: Secure AJP over ssl

2011-02-23 Thread Jason Pyeron
> -Original Message- > From: Mladen Turk [mailto:mt...@apache.org] > Sent: Wednesday, February 23, 2011 3:01 > To: users@tomcat.apache.org > Subject: Re: Secure AJP over ssl > > On 02/22/2011 11:23 PM, Jason Pyeron wrote: > >> -Original Message

RE: Secure AJP over ssl

2011-02-22 Thread Jason Pyeron
> -Original Message- > From: Mladen Turk [mailto:mt...@apache.org] > Sent: Tuesday, February 22, 2011 1:20 > To: users@tomcat.apache.org > Subject: Re: Secure AJP over ssl > > On 02/21/2011 10:31 PM, Jason Pyeron wrote: > > Does (or could) tomcat 5.5

RE: Secure AJP over ssl

2011-02-21 Thread Jason Pyeron
> -Original Message- > From: Mark Thomas [mailto:ma...@apache.org] > Sent: Monday, February 21, 2011 17:26 > To: Tomcat Users List > Subject: Re: Secure AJP over ssl > > On 21/02/2011 22:19, Jason Pyeron wrote: > >> -Original Message- > >&

RE: Secure AJP over ssl

2011-02-21 Thread Jason Pyeron
> -Original Message- > From: Mark Thomas > Sent: Monday, February 21, 2011 17:15 > To: Tomcat Users List > Subject: Re: Secure AJP over ssl > > On 21/02/2011 21:31, Jason Pyeron wrote: > > Does (or could) tomcat 5.5 support encrypted AJP? > > No. > &

Secure AJP over ssl

2011-02-21 Thread Jason Pyeron
/e13791/ajp.htm -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100- - +1 (443) 269

RE: Tomcat in CentOS 5.5

2011-01-31 Thread Jason Pyeron
cr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant

RE: Setup Advice Needed: dev vs. test vs. production

2011-01-21 Thread Jason Pyeron
ely low cost > of hardware (or VMs) these days, I'd have the test and prod > systems on different boxes or VMs, and let each developer run > their own Tomcat instance on their own workstation. > -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -

RE: Request Line Truncated and Caused 501

2011-01-20 Thread Jason Pyeron
://issues.apache.org/bugzilla/show_bug.cgi?id=50072 > > -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100- - +1

RE: Request Line Truncated and Caused 501

2011-01-19 Thread Jason Pyeron
y nice, good memory on the bug, just read the patch. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100- - +1 (443)

RE: Request Line Truncated and Caused 501

2011-01-19 Thread Jason Pyeron
> -Original Message- > From: Christopher Schultz > Sent: Wednesday, January 19, 2011 17:50 > To: Tomcat Users List > Subject: Re: Request Line Truncated and Caused 501 > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Jason, > > On 1

RE: Request Line Truncated and Caused 501

2011-01-19 Thread Jason Pyeron
sed I think). > > Any idea what the problem may be or how to go about > investigating this? Try using a low level tool like curl to reproduce problems. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron

RE: Intercept Tomcat log [OT]

2010-12-31 Thread Jason Pyeron
at was confusing too. > > > Yes they do, when they start top-posting after someone > else bottom-posted, it gets confusing. > > Nobody forces you to. > > > But I don't. > > Yes, but some people prefer it this way. > > > Because it ru

RE: Intercept Tomcat log

2010-12-31 Thread Jason Pyeron
specific level "com.ice-sa" etc. Following a pattern like the MemoryHandler you can even report back logs upon a triggering condition. -Jason -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD

RE: Issues on startup for tomcat 5.5 on RHEL 5.5

2010-12-08 Thread Jason Pyeron
> -Original Message- > From: Konstantin Kolinko > Sent: Wednesday, December 08, 2010 9:35 > To: Tomcat Users List > Subject: Re: Issues on startup for tomcat 5.5 on RHEL 5.5 > > 2010/12/8 Jason Pyeron : > >> > java.io.IOException: IOException writing t

RE: Issues on startup for tomcat 5.5 on RHEL 5.5

2010-12-08 Thread Jason Pyeron
> -Original Message- > From: Konstantin Kolinko > Sent: Wednesday, December 08, 2010 0:29 > To: Tomcat Users List > Subject: Re: Issues on startup for tomcat 5.5 on RHEL 5.5 > > 2010/12/7 Jason Pyeron : > > > > The permissions on /usr/share/tomc

Issues on startup for tomcat 5.5 on RHEL 5.5

2010-12-07 Thread Jason Pyeron
I am not sure what happened but something changed in the last week and now tomcat does not want to start up. All my googling points to a selinux or permission problem. I have reviewed audit.log and verified that the tomcat user can write, modify and delete file in the directoy. Any suggestion would

RE: Modifying logging levels logged in catalina.out at runtime

2010-12-01 Thread Jason Pyeron
out leaks where the problem shows up only after 3 months of running. > - Original Message > From: Jason Pyeron > To: Tomcat Users List > Sent: Wed, December 1, 2010 11:59:28 AM > Subject: Modifying logging levels logged in catalina.out at runtime > > This may be slig

Modifying logging levels logged in catalina.out at runtime

2010-12-01 Thread Jason Pyeron
logging on tomcat 5.5.23 using jdk 1.6.0_17. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th S

RE: How to source jobs/talent was RE: Tomcat Consultant

2010-11-19 Thread Jason Pyeron
> -Original Message- > From: André Warnier [mailto:a...@ice-sa.com] > Sent: Friday, November 19, 2010 2:37 > To: Tomcat Users List > Subject: Re: How to source jobs/talent was RE: Tomcat Consultant > > Jason Pyeron wrote: > ... > > > > Disclaimer: W

How to source jobs/talent was RE: Tomcat Consultant

2010-11-18 Thread Jason Pyeron
these services? Did you do a google search for tomcat consultants? -Jason Pyeron Disclaimer: We perform many types J2EE consulting. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron

RE: Ya gotta love it... [OT]

2010-10-01 Thread Jason Pyeron
modifying 6 other lines. ? > > Of course, it's kind of embarrassing that I allowed that bug > to creep in in the first place... -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron

RE: Calling a CGI script from Servlet

2010-08-01 Thread Jason Pyeron
t; FILES>>", "read,write,execute,delete"; }; > > grant codeBase "file:${catalina.home}/webapps/GSMFilter/-"{ > permission java.security.AllPermission; }; > > grant codeBase "file:${catalina.home}/webapps/GSMFilter/-"{ > permission java.lang.RuntimePermission > &

RE: how to return a zipped file so that the browser will unzip it ? [OT]

2010-05-20 Thread Jason Pyeron
some synergy there. > > > > - > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

RE: Tomcat NTLM authentication

2010-05-20 Thread Jason Pyeron
dB. @ dblock.org<http://www.dblock.org/> > Moscow|Geneva|Seattle|New York > > > -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consult

RE: please hwlp with hibernate strategy

2010-05-01 Thread Jason Pyeron
-- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100- - +1 (443) 269-1555 x333

RE: Client cert authentication

2010-04-26 Thread Jason Pyeron
not with out some custom code. With 6.0.x, yes. > > > > You'd need to port this to Tomcat 5: > > > http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/cata > > lina/valves/SSLValve.java?view=annotate > > > > Mark > > >

RE: Multiple SSL certificates on same server

2010-03-08 Thread Jason Pyeron
s in advance. > > -R > > - > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -

RE: Moving the webapps context root or adding a prefix

2009-11-23 Thread Jason Pyeron
> -Original Message- > From: Jason Pyeron > Sent: Monday, November 23, 2009 9:09 > To: 'Tomcat Users List' > Subject: RE: Moving the webapps context root or adding a prefix > > > > -Original Message- > > From: Mark Thomas >

RE: Moving the webapps context root or adding a prefix

2009-11-23 Thread Jason Pyeron
> -Original Message- > From: Mark Thomas > Sent: Monday, November 23, 2009 8:41 > To: Tomcat Users List > Subject: Re: Moving the webapps context root or adding a prefix > > Jason Pyeron wrote: > > > > > >> -Original Message- > >

RE: Moving the webapps context root or adding a prefix

2009-11-23 Thread Jason Pyeron
pp as > 'prefix' instead. But that won't deploy each new war file in webapps under prefix/context > > --David > > Jason Pyeron wrote: > > We are installing TC behind a proxy. The proxy will map all > requests > > of form > > http(s)://ho

Moving the webapps context root or adding a prefix

2009-11-23 Thread Jason Pyeron
> http://localhost/prefix/examples/ Sorry, my choice of keywords have not resulted any fruitful searches. -Jason Pyeron -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD

RE: clent authentication using a smard card

2009-10-20 Thread Jason Pyeron
> -Original Message- > From: Marcello Marangio [mailto:m.maran...@innova.puglia.it] > > -Messaggio originale----- > > Da: Jason Pyeron [mailto:jpye...@pdinc.us] > > > -Original Message- > > > From: Marcello Marangio [mailto:m.maran...

RE: clent authentication using a smard card

2009-10-20 Thread Jason Pyeron
> -Original Message- > From: Marcello Marangio [mailto:m.maran...@innova.puglia.it] > > Da: Jason Pyeron [mailto:jpye...@pdinc.us] > > > From: Marcello Marangio [mailto:m.maran...@innova.puglia.it] > > > > Da: Jason Pyeron [mailto:jpye...@pdinc.us] >

RE: clent authentication using a smard card

2009-10-20 Thread Jason Pyeron
> -Original Message- > From: Marcello Marangio [mailto:m.maran...@innova.puglia.it] > Sent: Tuesday, October 20, 2009 5:10 > To: 'Tomcat Users List' > Subject: R: clent authentication using a smard card > > > > > -----Messaggio original

RE: clent authentication using a smard card

2009-10-19 Thread Jason Pyeron
ne established, so I can plow throught with my ten steps. -Jason -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant

RE: clent authentication using a smard card

2009-10-19 Thread Jason Pyeron
t; > The problem seems to be that tomcat is looking for the > digital signature certificate and not the non_repudiation one. > > > > http-8443-1, SEND TLSv1 ALERT: fatal, description = > certificate_unknown > > http-8443-1, WRITE: TLSv1 Alert, length = 2 > &g

RE: Using multiple DataSource's for fail-over.

2009-09-02 Thread Jason Pyeron
idea? > > - > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -

RE: Custom 404 page when webapp stopped

2009-08-20 Thread Jason Pyeron
mands, e-mail: users-h...@tomcat.apache.org > > > > > > - > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

RE: running servlets as fileowner

2009-07-16 Thread Jason Pyeron
ng in a different JVM) -Jason -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100- - +1 (443) 269-1555 x333

RE: [OT] Ignore or Trust any certificate

2009-07-11 Thread Jason Pyeron
jects that > > will be used to make SSL connections, you can disable them on a > > per-instance basis by using > > HttpURLConnection.setSocketFactory(sc.getSocketFactory()) > > instead of using HttpURLConnection.setDefaultSSLSocketFactory and > > changing the socket fac

RE: Ignore or Trust any certificate

2009-07-10 Thread Jason Pyeron
p24432691p24432691.html > Sent from the Tomcat - User mailing list archive at Nabble.com. > > -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.p

RE: Tomcat startup as service on CentOS 5.3

2009-06-25 Thread Jason Pyeron
sage: $0 {start|stop|restart}" > esac > > exit 0 > -- > View this message in context: > http://www.nabble.com/Tomcat-startup-as-service-on-CentOS-5.3- > tp24203574p24203574.html > Sent from the Tomcat - User mailing list archive at Nabble.com. > > > -

RE: Hibernate

2009-06-05 Thread Jason Pyeron
Mail the hibernate users list, and I will help there. https://lists.jboss.org/mailman/listinfo/hibernate-users > -Original Message- > From: Chris Lenart [mailto:clen...@comcast.net] > Sent: Friday, June 05, 2009 14:13 > To: users@tomcat.apache.org > Subject: Hibernate > > I am le

very off topic marketing question

2009-03-20 Thread Jason Pyeron
les all of its code before it runs each script" How would others respond to this? -Jason -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.u

RE: Tomcat support for RedHat Linux 5.0

2008-07-01 Thread Jason Pyeron
RHEL 5 or Very, Very, Very old RH 5 (circa 1990's) ? -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10

RE: Support and development of versions

2008-02-28 Thread Jason Pyeron
t; > The above is highly likely to be pure BS. It might not be, but it should not be. http://java.sun.com/j2se/1.5.0/compatibility.html and http://java.sun.com/javase/6/webnotes/compatibility.html -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -

RE: Support and development of versions

2008-02-28 Thread Jason Pyeron
ocess field stand for? -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100- - +1 (443) 269-1555 x333Balt

RE: Session expiration and AJAX issues

2008-02-25 Thread Jason Pyeron
Gmail > webapp, but they > >> don't seem to care about not expiring the user's session. Any help > >> would be appreciated. > >> > >> Thanks, > >> > >> --adam > >> > >> > - &

RE: Is Tomcat FIPS compliant

2008-01-14 Thread Jason Pyeron
use a cookie as the authorization). Please if you would like any information, please email us. If you are looking for non-consulting advice and help email on list, if you are looking for professional consulting services email off list. We are glad to help, FOSS, 501(c)3, .GOV, and .com. Jason P

RE: Is Tomcat FIPS compliant

2008-01-14 Thread Jason Pyeron
ally when a software vendor says that a product is "intuitive" he > means the exact opposite. > > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. ht

RE: Anyone know of an up-to-date packager?

2007-03-22 Thread Jason Pyeron
. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Sr. Consultant10 West 24th Street #100- - +1 (443) 269-1555 x333Baltimore, Maryland 21218

[OT] RE: Found a product for running Tomcat off CDROM -have anybody tried it?

2007-02-20 Thread Jason Pyeron
y by night. Oh well, but it was good spam. -Jason -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Sr. Consultant10 West 2

RE: PermGen space [ot]

2007-02-16 Thread Jason Pyeron
So how should one write their singleton? -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Sr. Consultant10 West 24th Street

RE: Tomcat load up error, w/ Oracle

2007-02-13 Thread Jason Pyeron
. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Sr. Consultant10 West 24th Street #100- - +1 (443) 269-1555 x333Baltimore, Maryland 21218

RE: Tomcat load up error, w/ Oracle

2007-02-13 Thread Jason Pyeron
Are you able to connect to the Oracle box using sqlplus from the tomcat box? -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Sr. Consultant

RE: Apache module to accept encrypted query string.

2007-01-30 Thread Jason Pyeron
Explain encrpyted query string please? And why are you not using post w/ ssl? -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Sr. Consultant

RE: Oracle OHS and Tomcat

2007-01-23 Thread Jason Pyeron
Too many acronyms in my life. OHS? -Original Message- From: BATCHELOR, SCOTT (CONTRACTOR) [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 23, 2007 14:52 To: users@tomcat.apache.org Subject: Oracle OHS and Tomcat Just curious if anyone is fronting Tomcat with the standalone OHS product.