Hi Daniel:
Daniel Grotti 写道:
I'd like to use " Click to dial " service. I don't write configuration file yet (sip.xml or web.xml). At this point, What should I do? Shouldn't I to access to Manager Wesip Application? (Manager Wesip Application ==> http://PROXY_IP:8080/manager/html?) - If yes, in this case I get an 500 http Error.
I met the sample problem "500 http Error" when connect to management web interface. I got "java.lang.NoClassDefFoundError: sun/tools/javac/Main" error in wesip log. So I looked into startup.sh script and found it's classpath problem of tools.jar. I had no JAVA_HOME variable define, so I replaced it with absolute path :/usr/lib/jvm/java-6-sun-1.6.0.03/lib/tools.jar
Restart wesip, then I cound use management web interface and applications were shown in web. For my case, the key is tools.jar classpath.
I hope this will be useful for u.
Regards, Chen Xueqin