[Resin-interest] HttpServletRequest.getRemoteHost() returns unexpected Address

2010-07-05 Thread Morawetz, Martin
Hi, We use Apache as frontend and Resin as servlet-engine. They are installed on different machines. Now HttpServletRequest.getRemoteHost() returns the IP of the machine where Resin is installed, which also is the IP that I used to configure the mod_caucho module. httpd.conf: LoadModule cauc

Re: [Resin-interest] Resin 4.0.8: ArrayIndexOutOfBoundsException: 8192 at com.caucho.vfs.i18n.UTF8Writer.write(UTF8Writer.java:136)

2010-07-05 Thread Jan Kriesten
Hi Rick > I get the same exception in 4.0.8, but not in 4.0.6. I didn't try 4.0.7. same here. :-( I opened a ticket for it. Best regards, --- Jan. ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/

Re: [Resin-interest] Resin 4.0.8: ArrayIndexOutOfBoundsException: 8192 at com.caucho.vfs.i18n.UTF8Writer.write(UTF8Writer.java:136)

2010-07-05 Thread Rick Mann
I get the same exception in 4.0.8, but not in 4.0.6. I didn't try 4.0.7. On Jul 5, 2010, at 03:22:55, Kaj Hejer wrote: > Hi! > > We get the following stacktrace for one application after upgrading til resin > 4.0.8. We can't reproduce this issue on resin 4.0.7 or 4.0.6. > > [2010-07-05 11:30:0

[Resin-interest] Resin 4.0.8: ArrayIndexOutOfBoundsException: 8192 at com.caucho.vfs.i18n.UTF8Writer.write(UTF8Writer.java:136)

2010-07-05 Thread Kaj Hejer
Hi! We get the following stacktrace for one application after upgrading til resin 4.0.8. We can't reproduce this issue on resin 4.0.7 or 4.0.6. [2010-07-05 11:30:05.144] {main} ProResin[id=medark-1] started in 8350ms [2010-07-05 11:30:05.197] {null-1} WebApp[http://.uio.no/xxx] Initializing

Re: [Resin-interest] Numerous problems moving to 4.0.8

2010-07-05 Thread Wesley Wu
My taglibs http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; version="2.0" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd";> 1.0 ... has not problem in classes/META-INF 2010/7/

Re: [Resin-interest] Numerous problems moving to 4.0.8

2010-07-05 Thread Rick Mann
On Jul 4, 2010, at 21:55:34, Wesley Wu wrote: > Hi Rick > > Try to place the tld at WEB-INF/classes/META-INF/your_tld_file.tld. I don't think that should be necessary. You're supposed to be able to place a directory inside WEB-INF/tags, and then .tag files inside that, and create namespace of