Skip to Content.
Sympa Menu

perfsonar-user - Re: [pS-dev] Tomcat/Axis Question

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: [pS-dev] Tomcat/Axis Question


Chronological Thread 
  • From: Loukik Kudarimoti <>
  • To: maxim <>
  • Cc: 'Maciej Glowiak' <>, , Yee-Ting Li <>,
  • Subject: Re: [pS-dev] Tomcat/Axis Question
  • Date: Thu, 07 Sep 2006 19:22:14 +0100

Maxim, Yee,

Many thanks for your feedback. We will have a look into the Jclarens project. We definitely recognize that a single tomcat will need to handle multiple SOAP services. Finding the best way to bootstrap has been a problem.

The good news is this won't be a problem anymore. We now have a solution that has been tested and it works! It requires very minimal changes to our code base but substantial changes to the way we deploy our services. This new way of deploying our services will also mean that you won't have to download axis or exist!

You will hear from us soon.

Loukik.


maxim wrote:
Hi Maciej,
You can take a look on Jclarens project. They do have a framework
for running multiple SOAP services under single tomcat and by the way
they already got authentication ( grid aware) over SSL and authorization
implemented.I've sent info about this project a while ago to perfsonar list.
As far as I know runnig multiple tomcat instances wont be very usefull for
most people/
Cheers,
Maxim.
-----Original Message-----
From: Maciej Glowiak [mailto:] Sent: Monday, September 04, 2006 2:36 AM
To:

Cc:
;
maxim
Subject: Re: [pS-dev] Tomcat/Axis Question

Jason Zurawski wrote:
All;

This is a bit of a conversation that has started on
bugzilla, but is
of interest to (and hopefully answerable by) the rest of
the developers:
http://bugzilla.perfsonar.net/show_bug.cgi?id=66


------- Comment #7 from 2006-09-01 11:15
------- (In
reply to comment #6)
I want to make sure I understand, (so I don't give some
poor advice)
but you are using two seperate instances of tomcat?
If that is the case each tomcat's properties file should just contain the appropriate LS or MA configuration
information. For the
MA tomcat:

service.properties=/usr/local/perfSONAR-1.0/conf/service.properties.
ma
components.properties=/usr/local/perfSONAR-1.0/conf/components.prope
rties.ma

And for the LS:

service.properties=/usr/local/perfSONAR-1.0/conf/service.properties.
ls
components.properties=/usr/local/perfSONAR-1.0/conf/components.prope
rties.ls

I guess I should also ask if both sets of files exist in your pS installation directory as well.
sorry for misleading comment, this is only one
installation of tomcat
but I;ve added another connector to run LS on different
port. Is it
possible to cat two service.properties files ( for ls and ma) together and run mention only resulted one in the
catalina.properties
?

Does anyone have any experience with connecting web
services via the
same tomcat installation? Roman or Maciej, would it be possible to merge the functionalities of the two different properties
files (for
the MA and the LS) into one so that tomcat could still deploy and handle both service instances?

Hi Jason,

Now it's impossible to have two different sets of properties in one (or even several) file(s) in order to have two co-existent services on the same tomcat/axis. It'd need several modifications in generic classes.

Maciej

--

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

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






  • Re: [pS-dev] Tomcat/Axis Question, Loukik Kudarimoti, 09/07/2006

Archive powered by MHonArc 2.6.16.

Top of Page