Skip to Content.
Sympa Menu

perfsonar-dev - Tomcat/Axis Question

Subject: perfsonar development work

List archive

Tomcat/Axis Question


Chronological Thread 
  • From: Jason Zurawski <>
  • To: "" <>, maxim <>
  • Subject: Tomcat/Axis Question
  • Date: Fri, 01 Sep 2006 11:25:05 -0400

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.properties.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.properties.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?

-jason



Archive powered by MHonArc 2.6.16.

Top of Page