The Artima Developer Community
Sponsored Link

Jini Forum
Using one Http Server for many Services

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Adam Bratter

Posts: 3
Nickname: addy
Registered: Apr, 2003

Using one Http Server for many Services Posted: Apr 8, 2003 9:45 PM
Reply to this message Reply
Advertisement
Hi, I am wondering if anyone has any trouble using one http server ( whether it be tomcat or the tools.jar one ) for many services on one PC using Win2000?
I made the the http server point to a directory ( say \uploadablecode ) at a specific port and thus this is the java codebase also as passed in on the cmd line.
Each service belongs to a package and thus if a service is declared as: package service1, then the resultant directory for its class's code is:
\uploadablecode\service1
For package service2, the code lives in \uploadablecode\service2

Problem is, that when class information is needed (like stubs), it the requestor doesn't get it.
I know requestor is looking for something along the lines of packagename.classname and the http server translates this to packagename\classname to find it in the directory structure starting at the codebase directory. I can only think that I am doing something syntactically wrong.

Any ideas?
- Adam

adamslists@hotmail.com

Topic: Nested Transaction Support on Mahalo? Previous Topic   Next Topic Topic: for real/simulated serviceUI UIs...

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use