Hi all,
Just want to share my findings about configuring the image upload folder/directory under jsp/java integration environment. I have spent 2 hours to check this out but in fact it could be done in a minute... So, here is the procedure.
1) Open the file web.xml under web-inf of your FCKeditor application.
2) Search for "baseDir", there should be two occurances, change BOTH param-value to your perferred location instead of the default /UserFiles/.
3) Restart Tomcat or whatever J2EE engine and you are done.
Hope it helps.
Just want to share my findings about configuring the image upload folder/directory under jsp/java integration environment. I have spent 2 hours to check this out but in fact it could be done in a minute... So, here is the procedure.
1) Open the file web.xml under web-inf of your FCKeditor application.
2) Search for "baseDir", there should be two occurances, change BOTH param-value to your perferred location instead of the default /UserFiles/.
3) Restart Tomcat or whatever J2EE engine and you are done.
Hope it helps.