Hi,

I'm running j2k (isapi_redirector2.dll) under IIS 5.1 to connect via
Ajp13 to my server.

My "workers2.properties" is like this:

[shm]
file=${serverRoot}/shm.file
size=1048576

# socket channel for myapp on myhost.
[channel.socket:myhost:8081]
port=8081
host=myhost

# define the worker
[ajp13:myhost:8081]
channel=channel.socket:myhost:8081

# Uri mapping
[uri:/myapp/*]
worker=ajp13:myhost:8081


This works fine.
Is it possible to change the configuration in "workers2.properties" so
that the url http://myhost/myapp points to a subfolder like:
http://myhost:8081/subfolder?

TIA
Heinrich

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to