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

RE: https 5.0.28-30

2008-02-17 Thread Chris Pat
: From: Chris Pat [mailto:[EMAIL PROTECTED] Subject: https 5.0.28-30 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. Access

RE: https 5.0.28-30

2008-02-17 Thread Chris Pat
it 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 services startup, but nothing more

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

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

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: RES: tc xmlhttprequest

2007-09-10 Thread Chris Pat
? 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:23 Para: Tomcat Assunto: tc

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. bean:page id=context property=request/ bean:define id=myServletContexthttp://bean:write name=context property=serverName/:bean:write name=context property=serverPort/bean:write name=context

Re: tc xmlhttprequest

2007-09-10 Thread Chris Pat
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/myScripts.js However I still get the Permission

Re: tomcat temp directory

2007-06-04 Thread Chris Pat
intended only for the person(s) to whom this email message is addressed. If you have received this email message in error, please notify the sender immediately by telephone or email and destroy the original message without making a copy. Thank you. - Original Message - From: Chris Pat

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 [EMAIL

Re: tomcat temp directory

2007-06-04 Thread Chris Pat
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 where it is setup and all the defaults are unchanged

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 Or is there a better way

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 [mailto:[EMAIL PROTECTED] Subject: RE

RE: tomcat temp directory

2007-06-04 Thread Chris Pat
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 within a method, within an Action. Assuming your code is part

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

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

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 have a struts app

RE: mod_jk weirdness

2006-02-07 Thread Chris Pat
for newworker [Mon Feb 06 09:49:03 2006] [2756:3108] [error] jk_worker.c (256): failed to create worker newworker [Mon Feb 06 09:49:03 2006] [2756:3108] [debug] jk_worker.c (212): close_workers will destroy worker testworker -Original Message- From: Chris Pat [mailto:[EMAIL

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.

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.

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. The configuration mechanism depends on your OS

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

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

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.

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

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 processing component of my

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

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.