Skip to Content.
Sympa Menu

perfsonar-user - Re: [perfsonar-user] Client routines for LookupService

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: [perfsonar-user] Client routines for LookupService


Chronological Thread 
  • From: Maciej Glowiak <>
  • To: Vlada Macek <>
  • Cc:
  • Subject: Re: [perfsonar-user] Client routines for LookupService
  • Date: Wed, 07 Feb 2007 13:15:39 +0100
  • Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwAQMAAABtzGvEAAAABlBMVEUAAAD///+l2Z/dAAAA CXBIWXMAAEU1AABFNQF8gVf5AAAAB3RJTUUH1QYQDjo6uEWvwgAAAM5JREFUGNNN0LFqAkEUheGj KRZsfATrvENgYyH4APabxwgWGUUQC99BsNDCInUq7VImbbDZ0kayxBXMuN7jvTuKVh//mZlmQKZ1 EhQ8GAVgZECspEBdWQHRjR70KlgFKkoUaCw3ijSYQ4n5HfBK4a4jDcdDQPol/80Sr9BxZOOL4Fmr Jq8VBx7eopaSPvWGOm67fqol3j1q0XNs7Nk2cs6MU6gPNzf+ZGKQX4Ek8H6rAnFZnXB2vJxJcv8g C2P+WzL4tD+Txc4KydrIkh+eAdo01QbjQ84vAAAAAElFTkSuQmCC
  • Organization: Poznan Supercomputing and Networking Center

Hi Vlada,

It seems that your error is not related to LookupService itself but rather Tomcat installation. I have never encounter the problem, but it may be caused by misconfiguration of access rights.

What you may check it to extract Tomcat from its tarball (I suppose you've already done it) and run:

cd $TOMCAT_HOME/bin/
./startup.sh

where $TOMCAT_HOME is the directory where you installed Tomcat.

Then, use your browser and enter

http://localhost:8080/

You should see Tomcat's "welcome page" with yellow cat on the top :).

You may edit $TOMCAT_HOME/conf/tomcat-users.xml

It may look like (if nobody else uses it):

--------------------------------------------------------------------------
<?xml version='1.0' encoding='utf-8'?>
<tomcat-users>
<role rolename="tomcat"/>
<role rolename="manager"/>
<role rolename="admin"/>
<user username="vlada" password="macek" roles="tomcat,admin,manager"/>
</tomcat-users>
--------------------------------------------------------------------------

It would let you see whether everything is ok in Administration / Management pages of Tomcat. Don't forget to restart tomcat after change tomcat-users.xml file.

So the conslusion is that you may install and run Tomcat manually and during LS installation process just enter Tomcat installation directory and don't let Ant to run Tomcat (there should be a question for that)


Maciej

--

--------------------------------------------------------------------
| Maciej Glowiak Network Research and Development ||
|

Poznan Supercomputing and Networking Center ||
| (+48 61) 858 2024 http://monstera.man.poznan.pl/ ||
====================================================================



Archive powered by MHonArc 2.6.16.

Top of Page