You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by che10234 <ch...@rogers.com> on 2010/01/28 21:16:23 UTC

admin tool, missing environment entries

Hi,

I've migrated a tomcat 5.0 app from one server to another (using tomcat 5.5)
, but on the new server the environment entries list is empty.
Tomcat Server
 - Service (Applications)
   - Host (myhost)
      - Context (myapp)
        -Resourses
           - Environment Entries

Here is the relevant portion of the server.xml file:
<Service name="Applications">
    <Connector address="172.18.3.154" allowTrace="true"
disableUploadTimeout="true" port="80">
    </Connector>
    <Engine defaultHost="myhost" name="ApplicationEngine">
	  <Host appBase="myhost" name="myhost">
      <Alias>www.myhost.com</Alias>
      <Logger className="org.apache.catalina.logger.FileLogger"
prefix="myhost_log." suffix=".txt" timestamp="true"/>
      <Context displayName="myhost ROOT Application"
docBase="/var/apache/tomcat/myhost" path="" debug="9">
      </Context>
      <Context docBase="/raidweb/web2/sessions/guid" path="/pdfs">
      </Context>
      </Host>
      <Realm className="org.apache.catalina.realm.UserDatabaseRealm"/>
    </Engine>
  </Service>  

Ideas?

Thanks,
Chris
-- 
View this message in context: http://old.nabble.com/admin-tool%2C-missing-environment-entries-tp27358791p27358791.html
Sent from the Tomcat - Dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: admin tool, missing environment entries

Posted by che10234 <ch...@rogers.com>.


Mark Thomas wrote:
> 
> On 28/01/2010 16:16, che10234 wrote:
>> 
>> Ideas?
> 
> This is a question for the users list, not the dev list.
> 
> Mark
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: dev-help@tomcat.apache.org
> 
> 
> 

-- 
View this message in context: http://old.nabble.com/admin-tool%2C-missing-environment-entries-tp27358791p27364543.html
Sent from the Tomcat - Dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: admin tool, missing environment entries

Posted by Mark Thomas <ma...@apache.org>.
On 28/01/2010 16:16, che10234 wrote:
> 
> Ideas?

This is a question for the users list, not the dev list.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org