Re: port

2008-01-31 Thread Tony Chamberlain
I can't figure out the iptable commands to do it. On Thu, Jan 31, 2008 at 9:45 AM, Peter Crowther [EMAIL PROTECTED] wrote: From: Tony Chamberlain [mailto:[EMAIL PROTECTED] We had tomcat running on port 8080 (which is default). Since some people block that port we moved it to the http

Tomcat Problem file not found

2008-01-30 Thread Tony Chamberlain
I was running a jsp application here via TomCat that someone wrote. I got no response, and when I looked in catalina.out I saw Couldn't open execbin/dMAX-Dog.config/home/span/execbin/dMAX-Dog.config (No such file or directory) Couldn't open

Re: Tomcat Problem file not found

2008-01-30 Thread Tony Chamberlain
No, it is not time sensitive. It is command sensitive (if that makes sense). Clicking a certain button in a jsp form On Wed, Jan 30, 2008 at 5:06 PM, Christopher Schultz [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tony, Tony Chamberlain wrote: | Now granted

Re: cookies

2007-08-07 Thread tony . chamberlain
Before, I was noticing the cookie getting set when I did Edit-Preferences. Later I did not, and I noticed my machine was blocked from setting cookies. I removed the block, tried again and later it was blocked again. I was originally removing the cookie and maybe that made Firefox think I wanted

cookies

2007-08-06 Thread tony . chamberlain
Hi I am adding some additional functionality to something that someone did who has left the company. He was using Web Macros under tomcat (webapps/application/WEB-INFO: code, templates, etc). He has something called login.html which uses a login.java compiled program to set a cookie

Re: cookies

2007-08-06 Thread tony . chamberlain
I just did a responses to this and somehow it got lost ;-( Can you post your cookie finding code? Also, post the portion of your(new) code that /sets/ the cookie. Often, cookie-related issues are tiedto incorrect setting of the path of the cookie. Also, are you usingSSL at all? If so, please