Re: [Resin-interest] Resin 3.1.1 and Struts iterate tag problems

2007-09-12 Thread Leland, Robert
Our experience is that you need to use Resins implementation of the JSTL Tags :( 1 Remove the standard.jar -Rob Robert Leland INTEGRITYOne P: (703) 581-6522 1900 Campus Commons Drive F: (703) 476-7405

Re: [Resin-interest] Start up problem

2007-08-28 Thread Leland, Robert
I don't follow. Resin is binding the Watchdog process to 127.0.0.1:6600 right? And all that I am really concerned with is... how would/should I start multiple Resin servers on the same machine? How will this work if each is going to try to bind to

Re: [Resin-interest] default redirection of /

2007-08-03 Thread Leland, Robert
If your resin.conf is including the app-default.xml The welcome-file-list is defined there. I assume you have already checked the resin.conf and the web.xml. -Rob -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tony Field Sent: Friday, August

[Resin-interest] Failover and excluding session refresh based on path.

2007-07-26 Thread Leland, Robert
Scenario: Primary server is down and the backup is active, Resin 3.0.23, The session store is being reloaded 4- 5 times, per click by user. I believe this is because I have some CSS that loads images. The store is even refreshed when the user just hovers over an image ! Is there a way to tell

Re: [Resin-interest] Dangling Connections

2007-07-26 Thread Leland, Robert
Use a filter: Open connection try { doFilter } finally { Close connection } _ Robert Leland INTEGRITYOne (Formerly PRIZUM) P: (703) 581-6522 1900 Campus Commons Drive F: (703) 476-7405Reston,

Re: [Resin-interest] Anyone remote debug with Resin 3.x and IntelliJ?

2007-06-18 Thread Leland, Robert
Is this 3.1.X or 3.0.X ? I believe the IntelliJ plugin has problems with 3.1.X for whatever reason. _ Robert Leland INTEGRITYOne (Formerly PRIZUM) P: (703) 581-6522 1900 Campus Commons Drive F: (703) 476-7405

Re: [Resin-interest] Resin 3.0.2x Quercus/Scripting Engine and Java 6scripting issues

2007-03-30 Thread Leland, Robert
I had the same problem with scripts only executing once. I hit it when I upgraded from 3.0.18 to 3.0.19 - 3.0.22 but it wasn't the Quercus/Scripting engine. get 3.0.23, it was the chunk encoding. -Rob -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

[Resin-interest] isapi_srun faulting under IIS 6 Windows 2003

2007-01-17 Thread Leland, Robert
Can someone shed some light on whats happening ? isapi_srun.dll on 2 of our test servers has started to fault (Message is below) I don't see this on 2 other test machines or 3 production servers. I have disabled DEP and we don't have a virus checker on the servers. I have also reinstalled IIS 6

Re: [Resin-interest] Isapi_dll 3.0.18 vs 3.0.22

2006-12-27 Thread Leland, Robert
. 1.815.364.0656 e. [EMAIL PROTECTED] Leland, Robert wrote: On about 50% of our machines using IE 6.0 is not reloading JavaScript/Image files. We are running HTTPS/SSL over IIS 6.0 SP2. (IE loads the file the first time but when IE Checks to see if the files in its cache are up to date I

[Resin-interest] Isapi_dll 3.0.18 vs 3.0.22

2006-12-26 Thread Leland, Robert
On about 50% of our machines using IE 6.0 is not reloading JavaScript/Image files. We are running HTTPS/SSL over IIS 6.0 SP2. (IE loads the file the first time but when IE Checks to see if the files in its cache are up to date I believe the reload fails) When we switched to the 3.0.18 version of

Re: [Resin-interest] JSTL issue with Resin 3.0.22

2006-12-04 Thread Leland, Robert
Disabling fast JSTL would have been my first guess. After Resin 3.0.18 the Apache standard.jar/jstl.jar no longer worked by default for our application. I deleted the Apache Jars and the JSTL started working. -Rob _ Robert Leland