[cosmo-dev] Re: Where to set Document base (Bartol Karuza)
Bartol Karuza
b.karuza at gmail.com
Sun Jul 6 05:00:58 PDT 2008
Thanks for the reply.
After a bit of tinkering, I just decided to run the osaf server bundle as a
second tomcat server. I couldn't easily install cosmo on my existing tomcat
installation, but that's probably because I'm too new to tomcat.
Anyway, the bundled server is running now. I would really like to help the
developers out with anything, as I feel the Chandler - Cosmo combination is
THE answer I've been looking for my personal planning needs. Once I get the
hang of this, I'll start convincing colleagues.
In short, I would like to help. Where to start?
-Bartol
> From: Randy Letness <randy at osafoundation.org>
> To: Chandler Server <cosmo-dev at lists.osafoundation.org>
> Date: Sat, 05 Jul 2008 12:06:27 -0500
> Subject: Re: [cosmo-dev] Where to set Document base
> Bartol Karuza wrote:
>
>> Hello,
>>
>> I've run into a problem while trying to install cosmo on an existing
>> Tomcat server. I've done all the steps as specified on
>> http://chandlerproject.org/Documentation/CosmoTomcat#Context%20configuration.
>>
>> When pointing my browser to <ip>:<port>/chandler, port being the tomcat
>> application server port and ip being a remote ip address, I see a blank
>> screen. The application server works with other applications hosted on it,
>> so tomcat is working.
>>
>> From tomcat.log I grepped the following line concerning the 'chandler'
>> webapp:
>>
>> java.lang.IllegalArgumentException: Document base
>> /var/lib/tomcat5.5/webapps/chandler does not exist or is not a readable
>> directory
>>
>> The correct directory for Document base should be
>> /usr/share/tomcat5.5/webapps/chandler
>>
>> Where can I set the document base?
>>
>
> Are you deploying a war file (chandler.war) or an exploded directory
> containing the contents of the war? Where is this located? What does your
> |$CATALINA_HOME/conf/{engine}/{host}/chandler.xml look like? You can set
> the document base in chandler.xml using something like:
>
> <Context allowLinking="true" reloadable="false"
> docBase="/path/to/war/file/or/directory/containing/exploded/war">
> ...
> </Context>
>
> Note, I think you would only need to do this if the war file or dir is not
> located in the webapps dir.
>
> -Randy
> |
>
>
> _______________________________________________
> cosmo-dev mailing list
> cosmo-dev at lists.osafoundation.org
> http://lists.osafoundation.org/mailman/listinfo/cosmo-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osafoundation.org/pipermail/cosmo-dev/attachments/20080706/145482b7/attachment.htm
More information about the cosmo-dev
mailing list