Im trying this forum to see maybe someone can help me here:
Maybe someone has seen this before or even knows the
resolution to this problem.
I am working with api(s) with our software company to
talk to their portal system. I am using php to call
their java classes. Not hard to setup. Not hard to
call classes locally on the server.
The problem I am having is I need to talk to their
classes on their server, so how do I access classes
that are on the same network but different servers? I
tried mapping to the drive, but no luck. I configured
the php.ini file to point to the network share the
classes are located. No luck, doesnt even read the
class at all. I am pulling my hair out on this one.
The java setup in the ini file is:
[Java]
java.class.path
"d:\php\extensions\php_java.jar;//homerweb/WebRoot/wwwroot"
java.home = D:\j2sdk1.4.1_01
java.library = D:\j2sdk1.4.1_01\jre\bin\server\jvm.dll
java.library.path = d:\php\extensions\
The key is the java.class.path. Those are the paths to
all the classes you will be using. I have tried many
different variations including the ip, the domain
name. I tried mapping the drive and then putting the
drive letter in there, still same problem
Thanks
The Chaos