Signature Issue in Brower jboss
- phaysalshaikh
- Topic Author
- Offline
- Senior Member
- Posts: 45
- Thank you received: 0
When i am putting the signatures in ./im.images folder in BrwoserWeb.war it is displaying the signature, but i want to add the Server location in IM.IMAGE.TYPE , i have provided the full path but it is only saving the image and displaying with DESKTOP but not with BROWSER.
did anyone solve this issue before ?
Please Log in or Create an account to join the conversation.
- kripesh
- Offline
- Platinum Member
- Posts: 456
- Thank you received: 65
The path should be prefixed with a ‘/’ and terminate with a ‘/’; these can be entered either in Windows or Unix format (/ or \) as T24 will convert where required.
Have a great day !
Please Log in or Create an account to join the conversation.
- phaysalshaikh
- Topic Author
- Offline
- Senior Member
- Posts: 45
- Thank you received: 0
I am using following PATH
IMAGE.NAME........ SIGNATURES
1. 1 GB DESCRIPTION. Signatures
2 DEFAULT.DRIVE..... Z:
3 PATH... \\10.0.18.18\prod\CUSTOMER IMAGES\signatures\
4 FILE.LOCATION..... SERVER
5 RESERVED1.........
6 RESERVED2.........
the problem is that, signatures are not displaying on browser, but it is saving in the destination directory.
Please Log in or Create an account to join the conversation.
- kda
- Offline
- Platinum Member
- Posts: 603
- Thank you received: 3
Can u try like this
3 PATH... .\CUSTOMER_IMAGES\signatures\
4 FILE.LOCATION..... LOCAL
Thanks
Please Log in or Create an account to join the conversation.
- kripesh
- Offline
- Platinum Member
- Posts: 456
- Thank you received: 65
Have a great day !
Please Log in or Create an account to join the conversation.
- kripesh
- Offline
- Platinum Member
- Posts: 456
- Thank you received: 65
The ‘Z:’ mapping could be pointing to a nested directory whose full path would be way too long for practical use. So in fact the path shown above is in reality based on the starting position in the directory structure signified by ‘Z:’.
In a sense mapped paths can be thought of as being relative paths as the location is relative to the mapped directory level
When not using the DEFAULT.DRIVE field to indicate a mapped drive the full path can be used. The browser used will evaluate the path and based on standard web criteria ascertain if the path can be reached and the file displayed or linked to.
Have a great day !
Please Log in or Create an account to join the conversation.
- phaysalshaikh
- Topic Author
- Offline
- Senior Member
- Posts: 45
- Thank you received: 0
There are two scenarios,
1. when we are saving signatures in JBOSS BrowserWeb.war/im.images/signature directory, and JBOSS is also in the same machine as a local web server, images are working fine, In IM.IMAGE.TYPE i provided the path ./im.images/signatures. That is ok
2. But user wants to save signatures on different machine(they were using it as an old practice with DESKTOP), for that purpose they map network drive Z: and save the images on different server path in IM.IMAGE.TYPE is \\10.0.18.18\prod\CUSTOMER IMAGES\signatures\
but what is happening is that in this scenario images are saving but not displaying in Browser.
We have tested everything , Browser only accepting the web server directory im.images, not any other PATH, i think we need to find out to add server paths support in JBOSS web server some settings ...
I hope you understand now
Please Log in or Create an account to join the conversation.
- kripesh
- Offline
- Platinum Member
- Posts: 456
- Thank you received: 65
\\10.0.18.18\prod\CUSTOMER IMAGES\signatures\
Hope your clear on what iam asking you to do.
Have a great day !
Please Log in or Create an account to join the conversation.
- phaysalshaikh
- Topic Author
- Offline
- Senior Member
- Posts: 45
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- phaysalshaikh
- Topic Author
- Offline
- Senior Member
- Posts: 45
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- phaysalshaikh
- Topic Author
- Offline
- Senior Member
- Posts: 45
- Thank you received: 0
i have tried everything with Z without Z: but only ./im.images directory of web server is working. any other local directory or remote directory or path is not displaying images, what i am trying to say is there any way to change settings in JOBSS to fix this ?
Please Log in or Create an account to join the conversation.
- kripesh
- Offline
- Platinum Member
- Posts: 456
- Thank you received: 65
Have a great day !
Please Log in or Create an account to join the conversation.
- kripesh
- Offline
- Platinum Member
- Posts: 456
- Thank you received: 65
When setting up the image system and secure file locations it should be noted that there are certain permissions needed to allow the files to be uploaded/viewed by the user and/or web server.
The user uploading a file of course needs access to the file. However, the web server will be writing the file to the secure storage location for the file type, when the user then needs to view the image the web server will only provide a link to the secure location – the user needs to have access rights to view files from this location as well.
Have a great day !
Please Log in or Create an account to join the conversation.
- kripesh
- Offline
- Platinum Member
- Posts: 456
- Thank you received: 65
T24 will add the colon to the drive letter that you mention.
Have a great day !
Please Log in or Create an account to join the conversation.
- phaysalshaikh
- Topic Author
- Offline
- Senior Member
- Posts: 45
- Thank you received: 0
PATH in IM.IMAGE.TYPE
//10.0.18.20/prod/CUSTOMER IMAGES/signatures/
One More thing we have given FILE LOCATION as LOCAL
Thank You Kripesh
Please Log in or Create an account to join the conversation.