funkman     2004/05/11 16:38:37

  Modified:    .        RUNNING.txt
  Log:
  BZ 28910
  RUNNING.txt has wrong info for admin.xml and manager.xml (documentation)
  
  Revision  Changes    Path
  1.4       +9 -9      jakarta-tomcat-5/RUNNING.txt
  
  Index: RUNNING.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/RUNNING.txt,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- RUNNING.txt       8 Sep 2003 10:10:23 -0000       1.3
  +++ RUNNING.txt       11 May 2004 23:38:37 -0000      1.4
  @@ -96,12 +96,12 @@
   The administration and manager web applications, which are defined in the
   $CATALINA_BASE/webapps/admin.xml and $CATALINA_BASE/webapps/manager.xml files, will
   not run in that configuration, unless either:
  -- The path specified in the docBase attribute of the Context element is made 
  -  absolute, and replaced respectively by $CATALINA_HOME/server/webapps/admin 
  +- The path specified in the docBase attribute of the Context element is made
  +  absolute, and replaced respectively by $CATALINA_HOME/server/webapps/admin
     and $CATALINA_HOME/server/webapps/manager
   - Both web applications are copied or moved to $CATALINA_BASE, and the path 
specified in the   docBase attribute of the Context element is modified appropriately.
  -- Both web applications are disabled by removing $CATALINA_BASE/webapps/admin.xml
  -  and $CATALINA_BASE/webapps/manager.xml
  +- Both web applications are disabled by removing 
$CATALINA_BASE/conf/Catalina/localhost/admin.xml
  +  and $CATALINA_BASE/conf/Catalina/localhost/manager.xml
   
   
   (5) Troubleshooting:
  @@ -114,11 +114,11 @@
      Tomcat attempts to bind to at startup.  To change this, open the file:
   
          $CATALINA_HOME/conf/server.xml
  -    
  +
      and search for '8080'.  Change it to a port that isn't in use, and is
      greater than 1024, as ports less than or equal to 1024 require superuser
      access to bind under UNIX.
  -   
  +
      Restart Tomcat and you're in business.  Be sure that you replace the "8080"
      in the URL you're using to access Tomcat.  For example, if you change the
      port to 1977, you would request the URL http://localhost:1977/ in your browser.
  @@ -129,13 +129,13 @@
      Right-click on the STARTUP.BAT and SHUTDOWN.BAT files.  Click on
      "Properties", then on the "Memory" tab.  For the "Initial environment" field,
      enter in something like 4096.
  -   
  +
      After you click apply, Windows will create shortcuts which you can use to start 
and stop the container.
   
   3) The 'localhost' machine isn't found.  This could happen if you're behind a
      proxy.  If that's the case, make sure the proxy configuration for your
      browser knows that you shouldn't be going through the proxy to access the
      "localhost".
  -   
  +
      In Netscape, this is under Edit/Preferences -> Advanced/Proxies, and in
      Internet Explorer, Tools -> Internet Options -> Connections -> LAN Settings.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to