Re: [Resin-interest] Resin 3.1.8 --- JspParseException

2009-05-08 Thread Ogu
Dear all, I have not solved this issue. In case of windows, this issue may be solved like below. http://bugs.caucho.com/view.php?id=2967 But, in case of Linux, I have not solved. Do you have an idea for solving this issue ? -Original Message- From:

Re: [Resin-interest] Resin 4.0.0 release

2009-05-08 Thread Emil Ong
On Fri, May 08, 2009 at 06:55:46AM +0200, Jan Kriesten wrote: Hi Scott, We've just released Resin 4.0.0 for download at http://caucho.com/download great to see it released. :-) I have a small problem with the maven-plugin, though, starting resin: ---8--- 08.05.2009 06:52:54

[Resin-interest] WebApp context-path

2009-05-08 Thread Scott Hernandez
I'd like to set the context-path for my war (to be something other than the name of the war file). So that mywar.war deploys to http://localhost/someothername. It seems like setting the context-path of the web-app defined in resin-web.xml should be the

[Resin-interest] Authentication using hessian

2009-05-08 Thread Jeff Schnitzer
Hessian auth doesn't seem to work. I have a small test project here: http://scratchmonkey.googlecode.com/svn/resin4/programmatic_auth The client code is very simple: public static void main(String[] args) throws Exception { HessianProxyFactory fact = new