Pid * wrote:
> 
> On 18/10/2011 23:29, Tim Watts wrote:
>>> Sorry I meant  /tomcat/apps/myAppName/conf/ and under conf all the files
>>> > mentioned above
>> That is a strange layout. Is it possible that the IT people are running
>> each webapp in a separate JVM and pointing CATALINA_BASE
>> to /tomcat/apps/appName ? 
> 
> That makes sense actually, I'll ask the IT if that's what they do.
> 
>> 
>> 
>>>> > > What is in the server.xml file?
> 
> Question still stands...
> 
> 
> p
> 
> SERVER.XML--------------------------------------------------
> <?xml version='1.0' encoding='utf-8'?>
> <Server port="1${tomcat.server.port}" shutdown="SHUTDOWN">
> 
>   <Listener className="org.apache.catalina.core.AprLifecycleListener"
> SSLEngine="on" />
>   <Listener className="org.apache.catalina.core.JasperListener" />
>   <Listener className="org.apache.catalina.mbeans.ServerLifecycleListener"
> />
>   <Listener
> className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener" />
> 
>   <GlobalNamingResources>
>     <Resource name="UserDatabase" auth="Container"
>               type="org.apache.catalina.UserDatabase"
>               description="User database that can be updated and saved"
>              
> factory="org.apache.catalina.users.MemoryUserDatabaseFactory"
>               pathname="conf/tomcat-users.xml" />
>   </GlobalNamingResources>
> 
>   <Service name="Catalina">
>     <Connector port="${tomcat.server.port}" protocol="HTTP/1.1"
>                connectionTimeout="20000"
>                redirectPort="8443" />
> 
>     <Engine name="Catalina" defaultHost="localhost">
> 
>         <Realm className="org.apache.catalina.realm.JNDIRealm"
>                 connectionURL="ldap://pinot-nero.energiaspa.it:389";
>                 alternateURL="ldap://pinot-grigio.energiaspa.it:389";
>                 connectionName="ENERGIASPA\ldapbrowser"
>                 connectionPassword="drc4Fv9CGqIzWewX9nO3"
>                 userBase="DC=ENERGIASPA,DC=IT"
>                 referrals="follow"
>                 userSubtree="true"
>                               userSubtree="true"
>                 userSearch="(&amp;(sAMAccountName={0})(objectClass=user))"
>                 roleBase="OU=linux-group,OU=Linux,DC=ENERGIASPA,DC=IT"
>                 roleName="cn"
>                 roleSearch="(member={0})"
>         />
> 
>       <Host name="localhost"  appBase="webapps"
>             unpackWARs="true" autoDeploy="true"
>             xmlValidation="false" xmlNamespaceAware="false">
> 
>       <Context path="/lambdaprobe"
> docBase="${catalina.home}/webapps/probe" privileged="true"
>          antiResourceLocking="false" antiJARLocking="false">
> 
>       </Context>
> 
>       </Host>
>     </Engine>
>   </Service>
> </Server>
> -------------------------------------------------------------------------------
> 
> 
>  
> 

-- 
View this message in context: 
http://old.nabble.com/Tomcat-configuration-under-webApp-tp32675490p32680389.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


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

Reply via email to