Hi,
I have deployed fckeditor with java. Deployed the war in weblogic.
In one of my ftl i have opening fckeditor. My problem is when i upload the image, it uploads it temporarily somewhere.
When i restart the server, all gone. Do not know what is happening.i have set
baseHref="http://XXX.XXX.XX.XX:XXXX/abc/xyz/def" , in ftl.
I have deployed the war file in E:/WAR/abcd.war
Do not know whether i have provided enough info.
Plz help any one !
Tue, 04/28/2009 - 18:33
#1
Re: image uploading temporarily
Altough you did not give enough information, I guess you are suffering from: viewtopic.php?f=6&t=11568&hilit=+weblogic
Re: image uploading temporarily
I have solved that problem. Did that by just fixing the URL in basehref value in template.
The Server have two ips public and local. gave local IP with the port 7001 ( deployed in weblogic 8.1 ) .
My server is outside of our local network . This works fine when i take VNC and upload images locally (server side).
I am able to view the images in the editor and able to upload it physically.
But when i do upload from my pc ( outside of server network ). I am not able to view the images, Although the images are getting uploaded there physically.
I guess there might be some URL setting. I know this type of problem can be fixed by having the code in front. But i hope we have some expert here who can get my point and help me out.
Thanks and sorry for bothering once again.