Chiba team,
I have deployed Chiba 0.9.2 to the Sun One Web Server. I had to make
the following minor edits:
chiba-0.9.2/web/jsp/forms.jsp, chiba-0.9.2/web/jsp/documents.jsp - line 42:
chiba-0.9.2/src/org/chiba/adaptor/web/ChibaServlet.java - line 160
change from:
contextRoot= getServletConfig().getServletContext().getRealPath("") ;
to:
contextRoot= getServletConfig().getServletContext().getRealPath("");
if (contextRoot == null)
contextRoot= getServletConfig().getServletContext().getRealPath(".");
Calling getRealPath("") in the S1WS returns null.
Could someone on the team please consider making these changes?
Thanks,
Paul.
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
|