Hi Konstantin,

Thanks for that - that resolved the logging immediately.  The 
guides/documentation I had been following did not mention those files, so I 
assumed they would be resolved to the ones in $CATALINA_HOME, which was not 
happening.

I was led to believe the docbase had to be an absolute path, thus why I changed 
it.  I wasn't sure why I needed to change it either - I have changed it back 
and 
tested and it still works.  


Thanks for your help,
Rob




________________________________
From: Konstantin Kolinko <knst.koli...@gmail.com>
To: Tomcat Users List <users@tomcat.apache.org>
Sent: Wed, July 7, 2010 3:36:15 PM
Subject: Re: Multiple Tomcat Instance Issues

2010/7/7 Rob Gosling <rob.p...@yahoo.com>:
> 1) created a new CATALINA_BASE directory with the following structure:
>         bin
>             setenv.bat
>         conf
>             |- Catalina
>             |    |- localhost
>             |        |-admin.xml
>             |        |-manager.xml
>             |-server.xml
>             |-tomcat-users.xml
>             |-web.xml

context.xml
catalina.properties
logging.properties
are missing

(catalina.policy is also missing, but is not used as you are running
without a security manager)

Missing logging.properties means no logging is configured.

>         logs
>         temp
>         webapps
>         work
>

> 3) modified admin.xml and manager.xml to point docbase back to the
> $CATALINA_HOME webapp location under server/webapps/

\conf\Catalina\localhost\manager.xml  contains the following line:

<Context docBase="${catalina.home}/server/webapps/manager"

Note, that it is ${catalina.home}, not ${catalina.base}.
Thus I see no need to modify that.


Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


      

Reply via email to