Can't access images on the other server

Here is my problem: the main app is using the images that are on the different server and being loaded dynamically. The application is looking for path /mages. I assigned the directory to the image directory on the other server(//192.xxx.xxx.xxx/mages) and URI to /images. Now the web server says that is can not access this resource. If I remove thePathCheck fn="nt-uri-clean"

in obj.conf. It will work fine, but would like to use GUI to administer the server. And as soon as I will access GUI or command line, it will return that like back to obj.conf.

Is there a way to make the changes in obj.conf permanent or make the server accept the directory that is not local?

[715 byte] By [SergeySa] at [2007-11-27 6:16:56]
# 1

what version of web server r u using ? and how did u assign the image directory to be retrieved from other server ?

here is the information on the directive 'nt-uri-clean' .

http://docs.sun.com/app/docs/doc/819-2630/6n4thbiek?a=view#abujp

u might also want to provide the accompanied error log when the requested resource is being denied. this will help us to understand what is going wrong

chilidevelopera at 2007-7-12 17:29:10 > top of Java-index,Web & Directory Servers,Web Servers...
# 2

I am using SJWS 7.0U1 Technilogy-Preview1

The way it is assigned is through GUI

Document Directories->New->New

URI Prefix -> /images

Direcory Path-> \\myserver\images

ON that server says that it is a malformed path.

What is the properly formatted path should look like?

When I comment out nt-uri-clean everything works, but I would prefer if it worked without commenting that out. Ant ideas on how that could be done?

SergeySa at 2007-7-12 17:29:10 > top of Java-index,Web & Directory Servers,Web Servers...
# 3
Please try this instead:Direcory Path-> //myserver/imagesDoes it work as intended?
scandya at 2007-7-12 17:29:10 > top of Java-index,Web & Directory Servers,Web Servers...
# 4
After I click OK button that exactly what it is changed to, so that is not the issue.Anything else?
SergeySa at 2007-7-12 17:29:10 > top of Java-index,Web & Directory Servers,Web Servers...
# 5
The solution was really simple - everything should be moved higher thanNameTrans fn="ntrans-j2ee" name="j2ee"because GUI doesn't do that automatically. That is a big bug that almost made me mad
SergeySa at 2007-7-12 17:29:10 > top of Java-index,Web & Directory Servers,Web Servers...