RE: Uninstalling Applications

2008-07-23 Thread Matt Burkhardt
On Tue, 2008-07-22 at 21:25 -0500, Caldarale, Charles R wrote:

  From: Matt Burkhardt [mailto:[EMAIL PROTECTED]
  Subject: Uninstalling Applications
 
 You seem to be expecting us to guess the Tomcat version you're using.


Sorry about that - I'm usually much better - it's version 5.5

 
  First, I have several error messages in the catalina log that
  reference applications that I have removed from my web site.
 
 What are the messages?  Have you cleaned out Tomcat's work directory?  Do you 
 have now-useless Context elements in conf/Catalina/[host]/[appName].xml 
 files?

The error messages - I've been installing and uninstalling several
packages.  This is just one of them -

Jul 22, 2008 9:38:33 AM org.apache.catalina.core.StandardContext
resourcesStart
SEVERE: Error starting static Resources
java.lang.IllegalArgumentException: Document
base /opt/dspace/webapps/jspui does
 not exist or is not a readable directory

Work directory?  Wow, I finally found the symbolic link and was able to
find the elements and delete them.  Wow - this is one difficult system
to understand!



 
  Also, I would love to be able to run the admin, but I have a headless
  server so I need to access /manager from a remote machine.  I haven't
  been able to find the documentation for that.  Any ideas?
 
 The links are on Tomcat's default home page; if you've replaced that, it's 
 normally
http://[siteName]/manager/html
 for the manager app, and can be reached from any device that can reach the 
 server.

I installed Tomcat to run on another port...

Okay - I have http://[myserver]:8180/manager/html and all I getis a
blank page - no error, no nothing


 
  - Chuck
 

Thank you, Chuck.  At least I'm able to get rid of the error messages
from the missing apps so I can track down my other problem!

 
 THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
 MATERIAL and is thus for use only by the intended recipient. If you received 
 this in error, please contact the sender and delete the e-mail and its 
 attachments from all computers.
 
 -
 To start a new topic, e-mail: users@tomcat.apache.org
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 

Matt Burkhardt, MSTM
President
Impari Systems, Inc.
401 Rosemont Avenue
Frederick, MD  21701
[EMAIL PROTECTED]
www.imparisystems.com
(301) 644-3911




RE: Uninstalling Applications

2008-07-23 Thread Caldarale, Charles R
 From: Matt Burkhardt [mailto:[EMAIL PROTECTED]
 Subject: RE: Uninstalling Applications

 Work directory?  Wow, I finally found the symbolic link
 and was able to find the elements and delete them.  Wow
 - this is one difficult system to understand!

That just raised a red flag: a real Tomcat installation doesn't use any 
symbolic links.  If you're using a 3rd-party repackaged version of Tomcat, I'd 
strongly urge you to throw it away and install a proper one from 
tomcat.apache.org.  We've had no end of problems with the repackaged junk doing 
wondrous strange things.

 Okay - I have http://[myserver]:8180/manager/html and all I getis a
 blank page - no error, no nothing

The above motion about using a real Tomcat is seconded...

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Uninstalling Applications

2008-07-22 Thread Matt Burkhardt
Hi all,

I'm having a few problems - so I'm trying to get rid of error messages
during start up and shut down to try and track down the issue.

First, I have several error messages in the catalina log that reference
applications that I have removed from my web site.  How do I prevent
them being loaded up during start of tomcat5.5?

Also, I would love to be able to run the admin, but I have a headless
server so I need to access /manager from a remote machine.  I haven't
been able to find the documentation for that.  Any ideas?

Thanks,

Matt Burkhardt, MSTM
President
Impari Systems, Inc.
401 Rosemont Avenue
Frederick, MD  21701
[EMAIL PROTECTED]
www.imparisystems.com
(301) 644-3911




RE: Uninstalling Applications

2008-07-22 Thread Caldarale, Charles R
 From: Matt Burkhardt [mailto:[EMAIL PROTECTED]
 Subject: Uninstalling Applications

You seem to be expecting us to guess the Tomcat version you're using.

 First, I have several error messages in the catalina log that
 reference applications that I have removed from my web site.

What are the messages?  Have you cleaned out Tomcat's work directory?  Do you 
have now-useless Context elements in conf/Catalina/[host]/[appName].xml files?

 Also, I would love to be able to run the admin, but I have a headless
 server so I need to access /manager from a remote machine.  I haven't
 been able to find the documentation for that.  Any ideas?

The links are on Tomcat's default home page; if you've replaced that, it's 
normally
   http://[siteName]/manager/html
for the manager app, and can be reached from any device that can reach the 
server.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]