Re: [SourceJammer-users] URL Problem
Brought to you by:
robertmacgrogan
From: Albert M. <amo...@ev...> - 2008-02-18 08:28:03
|
Hello. URLs do not necessarily relate to a physical file or folder in the server. Very often they are just mappings to servlets, and the application server knows what to execute without the existence of the corresponding path in the file system. Therefore, you should maintain the /servlet/rpcrouter path in the client configuration unless you also re-set up other things in the server. Try typing that same URL in a browser. If you get a response like --- SOAP RPC Router Sorry, I don't speak via HTTP GET- you have to use HTTP POST to talk to me. --- then it should work. Else, verify that the port, host name and context ("/sourcejammer") are the proper ones for your installation. Hope this helps, Albert. ----- Original Message ----- From: Sechrist, Matt To: sou...@li... Sent: Friday, February 15, 2008 8:57 PM Subject: [SourceJammer-users] URL Problem Hello, This is the error I am getting. org.sourcejammer.util.SourceJammerConnectionException: The server URL you set in the connection definition does not appear to be a SourceJammer/SOAP server. Please check the URL and try connecting again. I have tomcat and sourcejammer up and running fine, the problem is trying to get a client running. I made an arbitrary username and archive name, but for the URL I am unsure of what to do. The SourceJammer FAQ gives the example of 'http://localhost:8080/sourcejammer/servlet/rpcrouter' I do not have this file structure. My installation did not come with c:/sourcejammer/servlet/rpcrouter folder created. I do have a 'soap' folder which essentially what I need. However when I use 'localhost:8181/sourcejammer/soap' I get the same error. Can you please help me? Thank you. Matt ------------------------------------------------------------------------------ ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ ------------------------------------------------------------------------------ _______________________________________________ SourceJammer-users mailing list Sou...@li... https://lists.sourceforge.net/lists/listinfo/sourcejammer-users |