RE: https 5.0.28-30

2008-02-17 Thread Chris Pat
know the file exists but not read it to get the key based on permissios? tia. "Caldarale, Charles R" <[EMAIL PROTECTED]> wrote: > From: Chris Pat [mailto:[EMAIL PROTECTED] > Subject: RE: https 5.0.28-30 > > The server is running as Administrator from its > ser

RE: https 5.0.28-30

2008-02-17 Thread Chris Pat
Hi Charles I am not doing anything specific, just the defaults and below is the connector element. The server is running as Administrator from its services startup, but nothing more. "Caldarale, Charles R" <[EMAIL PROTECTED]> wrote: > From: Chris Pat [mailto:[EMAIL PR

https 5.0.28-30

2008-02-17 Thread Chris Pat
Hello I know I should upgrade, just not now, grin. I keep getting "java.io.IOException: Cannot recover key" for a .keystore that I am pathing to correctly and in which I have created the tomcat cert with the default password for both it and the keystore. I can confirm this with portecle. I h

apache2-modjk-tomcat

2007-12-16 Thread Chris Pat
Hi A previously working config, is not working after restore. I know the restore is not complete. It is as complete as I can make it and odd behavior is happening. Some webapps are showing up fine. Two in particular show the forms authentication however when entered with correct user/pass it

tc security

2007-10-11 Thread Chris Pat
Hello I have 5.028 running in development production with a simple tomcat-users.xml, it works. When I run it in my ide, jb05, with the same tomcat-users.xml in the same config folder as server.xml, that it uses to run, it fails the security. The only possible reason I can assume is it is runni

Re: tc & xmlhttprequest

2007-09-10 Thread Chris Pat
a filter on the request to handle access control. Just seems easier to me. --David Chris Pat wrote: > Hi David > I did it partially this way, and it works. My objects in the js file are > executing. > > http://:/ > decarta javascript api example> > /extPages/myS

Re: tc & xmlhttprequest

2007-09-10 Thread Chris Pat
Hi David I did it partially this way, and it works. My objects in the js file are executing. http://:/ decarta javascript api example /extPages/myScripts.js"> However I still get the "Permission denied to call XMLHttpRequest.open... I thought by putting a jsp:forward outside my WEB-INF

Re: tc & xmlhttprequest

2007-09-10 Thread Chris Pat
path and the client will automagically add the http://[servername]:[port] part. --David Chris Pat wrote: > Hello > Any tips on serving a ajax page with tomcat? I am now calling the page with > a jsp:forward outside of the web-inf. Do I also have to fully unc path to > the *.js fi

Re: RES: tc & xmlhttprequest

2007-09-10 Thread Chris Pat
an AJAX framework like DWR ? If not, I guess you should give it a try: http://getahead.org/dwr . You can easily find installing and deployment instructions there. Yours, Marcus -Mensagem original- De: Chris Pat [mailto:[EMAIL PROTECTED] Enviada em: segunda-feira, 10 de setembro de 2007 19:2

tc & xmlhttprequest

2007-09-10 Thread Chris Pat
Hello Any tips on serving a ajax page with tomcat? I am now calling the page with a jsp:forward outside of the web-inf. Do I also have to fully unc path to the *.js files, like src=localhost:8080/context/intPages/myScripts.js ?

RE: tomcat temp directory

2007-06-04 Thread Chris Pat
String tempDirStr = (String) sc.getAttribute("workDir"); File tempFile = null; "Caldarale, Charles R" <[EMAIL PROTECTED]> wrote: > From: Chris Pat [mailto:[EMAIL PROTECTED] > Subject: RE: tomcat temp directory > > How do I get the servletContext with

RE: tomcat temp directory

2007-06-04 Thread Chris Pat
Hi Chuck Great. However may I ask the naive question? How do I get the servletContext within a method, within an Action. Do I have to pass in the request, and dig it out from there? tia. "Caldarale, Charles R" <[EMAIL PROTECTED]> wrote: > From: Chris Pat [mail

RE: tomcat temp directory

2007-06-04 Thread Chris Pat
Hi Chuck Thanks. But how to I get at it programatically? Is workDir an actual context param that I can access and build a File from? "Caldarale, Charles R" <[EMAIL PROTECTED]> wrote: > From: Chris Pat [mailto:[EMAIL PROTECTED] > Subject: Re: tomcat temp directory > &

Re: tomcat temp directory

2007-06-04 Thread Chris Pat
temp image in a jsp and keep it long enough to return it via servlet. Those are two separate requests (page and image) and it may already be gone by the time the client requests the image itself if that's the case. --David Chris Pat wrote: >Hi >Further >I see in catalina.bat wh

Re: tomcat temp directory

2007-06-04 Thread Chris Pat
Hi Further I see in catalina.bat where it is setup and all the defaults are unchanged. This still does not explain why it is NOT putting the files in \temp and rather in just the root dir of the TC installation. I could explicitly force it, however that doesnt seem right. Chris Pat <[EM

Re: tomcat temp directory

2007-06-04 Thread Chris Pat
ssage without making a copy. Thank you. - Original Message - From: "Chris Pat" To: "Tomcat" Sent: Sunday, June 03, 2007 10:02 PM Subject: tomcat temp directory > Hello > How do I configure and access a temporary directory in Tomcat5x? Oddly I > am pres

tomcat temp directory

2007-06-03 Thread Chris Pat
Hello How do I configure and access a temporary directory in Tomcat5x? Oddly I am presently writing files I want to use immediately into java.io.tempdir and it works if I access the webapp from localhost. However fails when accessed from a domain. Within the Action/servlet how to I write/re

vvodd mod_jk problem

2006-06-19 Thread Chris Pat
Hello I have a working mod_jk on w2ksrv that works perfectly to tc5.5.17. The very odd thing is that I had to rebuild the system with a different drive and fully updated patches for the os. The odd part is that with the identical software, apache, tc, nics, etc. the system fails. Further the

Re: inscrutable TC 5.5.12 startup

2006-04-21 Thread Chris Pat
-umed that the individual apps, from their xml startup configuration, were "firewalled" from each other. Well thank you for tolerating the chatter. Chris Pat <[EMAIL PROTECTED]> wrote: Hello I hope someone can doesnt mind a little coaching. I am sure this is brain-fade, however I h

inscrutable TC 5.5.12 startup

2006-04-21 Thread Chris Pat
Hello I hope someone can doesnt mind a little coaching. I am sure this is brain-fade, however I have a struts app in TC 5.5.12 that gives a cfne for a PlugIn that does not exist. Yes I know that is impossible, ultimately, however I have searched the application's web/struts-config.xml, the server'

RE: mod_jk weirdness

2006-02-07 Thread Chris Pat
debug] > jk_ajp_common.c (2012): up to > 0 endpoints to close > [Mon Feb 06 09:49:03 2006] [2756:3108] [error] > jk_worker.c (158): validate > failed for newworker > [Mon Feb 06 09:49:03 2006] [2756:3108] [error] > jk_worker.c (256): failed to > create worker newwor

mod_jk weirdness

2006-02-04 Thread Chris Pat
Hello Attached is the full trace, but can anyone please explain second below. The workers.properties file is immediately below. It eventually does some type of core dump. The site is up, working on the specified ip, just not working with the mod_jk. Any help much appreciated. workers.propert

mod_jk wierdness

2006-02-04 Thread Chris Pat
Hello Attached is the full trace, but can anyone please explain second below. The workers.properties file is immediately below. It eventually does some type of core dump. The site is up, working on the specified ip, just not working with the mod_jk. Any help much appreciated. workers.propert

RE: tomcat 5 ssl w/multiple IPs

2006-01-15 Thread Chris Pat
Hi Peter Ouch, I should have know that. Thanks. --- Peter Crowther <[EMAIL PROTECTED]> wrote: > > From: Chris Pat [mailto:[EMAIL PROTECTED] > > do I > > really need to a dedicated NIC for each of the > static > > IPs I want run SSL sites on? > > No.

tomcat 5 ssl w/multiple IPs

2006-01-14 Thread Chris Pat
Hello Sorry for the naivete of this question, but do I really need to a dedicated NIC for each of the static IPs I want run SSL sites on? Cant I just use a subnet mask or slap the NIC in promiscuous mode for all IPs in a range? How do hosting farms do it? They cant have dedicated NICs for all th

multiple Tomcat5 service-how

2005-12-14 Thread Chris Pat
Hello I have three sites I want to publish w/cc transactions with Tomcat5. Is it possible to do it with one installation of TC and three separate certificates and three separate static IPs? I assume I would create three Services. However I cannot see where to hardcode in the specific IP and wh

TC 5 ssl not starting for me

2005-12-02 Thread Chris Pat
Hello I have BOTH TC4 & TC5 running and it works fine for http. I have followed the apache docs and created a keystore with all the defaults that exists in c:\winnt\profiles\adminstrator I made the changes below and even after server restart and url of https://localhost:9443 cannot start. Can any

TC 5 ssl not starting up

2005-12-02 Thread Chris Pat
Hello I have BOTH TC4 & TC5 running and it works fine for http. I have followed the apache docs and created a keystore with all the defaults that exists in c:\winnt\profiles\adminstrator I made the changes below and even after server restart and url of https://localhost:9443 cannot get to start.

Re: ssl deployment recommendations

2005-11-26 Thread Chris Pat
Hi Hassan Sorry I was not clear. It is for inbound connections to client browsers. Where do I begin? I assume I need to front it with Apache which means modjk, correct? tia. --- Hassan Schroeder <[EMAIL PROTECTED]> wrote: > Chris Pat wrote: > > > I am setting up a cc proce

ssl deployment recommendations

2005-11-25 Thread Chris Pat
Hello I am setting up a cc processing component of my application. Can anyone recommend how to deploy the ssl layer? Do I do it from Tomcat w/Struts ssl? I assume that would require me to config Tomcat to send out over 443. Do I configure ssl at the Apache layer and use mod jk? This will leave

default security w/TC4+ tips

2005-11-21 Thread Chris Pat
Hello If I have changed the default admin & manager passwords and have a personal firewall preventing anything other than http & http:8080 access, is it still possible for people to view the tomcat-users.xml file? With only those two protocols open (plus udp 53 for dns)it should be impossible.

default TC4+ security and tips

2005-11-21 Thread Chris Pat
Hello If I have changed the default admin & manager passwords and have a personal firewall preventing anything other than http & http:8080 access, is it still possible for people to view the tomcat-users.xml file? With only those two protocols open (plus udp 53 for dns)it should be impossible.