Configure to support virtual directories

2002-08-13 Thread Greg Jones
Title: Configure to support virtual directories Does anyone what is required to have Cocoon work as the default directory for a multiple site environment? Example would be www.abc.com docBase points to ../webapps/abc_cocoon And www.xyz.com docBase points to ../webapps/xyz_cocoon Will

Status of new functionality

2002-08-17 Thread Greg Jones
Title: Status of new functionality I'm trying to create a Webapp with Cocoon and most of the functionality is simple. The same stuff that the Session Management and Authentication is going to satisfy. Does anyone know when this functionality will be released as Beta ( I'm under the

I hate typo-s

2002-08-19 Thread Greg Jones
Title: I hate typo-s It seems that most of my frustration with any programming environment is my own typing mistakes. This is why I'm willing to purchase an IDE that will check for such things and alert me of such things. Does anyone know of an IDE that will check XSP values, utilizing

RE: gzipping content

2002-09-02 Thread Greg Jones
You just have to change the 2.2 standard at the top of the web.xml to point to the 2.3: !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN http://java.sun.com/dtd/web-app_2_3.dtd; This will work. Also make sure that you add the filter at the top of your web.xml or it

RE: XHTML Serilization instead of HTML S.

2002-09-18 Thread Greg Jones
How are you creating your HTML. This looks like the issue might be in your .XSL file that is creating the A href/A tag. The two tags XHTML and HTML should work the same. -Original Message- From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 18, 2002 2:30 PM To:

RE: Upload troubles....

2002-10-08 Thread Greg Jones
If your doing a file upload, then cocoon catches those uploads and put them into the file-upload directory specified by the cocoon.xconf. This is a big irritant for me. As I now have to go to a central location and perform file management. Basically, when the file is uploaded, cocoon saves the