[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
newbie port question
I'm trying to set up my application to run on a Solaris server.
In monitor I have set WOCGIAdaptorURL? to http://www.foo.bar/cgi-bin/WebObjects/MyApp
if I use this the server reports an internal error.
However if I include the portnumber
http://www.foo.bar:7473/cgi-bin/WebObjects/MyApp
evrything works fine.
Is this as expected or can I avoid the port number by giving some
more (or other) information to Monitor.
Also, I do not run Monitor as root on the server but as an ordinary user
belonging to a group
with write permissions in /opt/Apple.
(In fact I run Monitor from my Workstation after first starting it on the server)
Olof Torgersson