I basicly using Conenction Manager as a proxy to allow connections from my DMZ to the internal Openfire server. I had it running perfectly on a server 2003. Now, the server is being replaced with a 2008 server.
If I launch it from C:\ using java -server -jar "c:\connection_manager\lib\startup.jar"
I get the following
java.lang.ClassNotFoundException: org.jivesoftware.multiplexer.ConnectionManager
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
at org.jivesoftware.multiplexer.starter.ServerStarter.start(ServerStarte
r.java:93)
at org.jivesoftware.multiplexer.starter.ServerStarter.main(ServerStarter
.java:49)
If I launch it from within c:\connection_manager\lib It will launch just fine.
I'm using svrany to run this as a service, which is why I'm launching it using java -server -jar "c:\connection_manager\lib\startup.jar"
Any thoughts? or does anyone have a better way of doing this?
Thanks