|
|||
|
Q: Why Clicking message Public Log results in 404 Error?
A: think you put the client side and server side on different place. If so, you need create a folder "message" under your client folder, then open your server.xml, find the code below: <public-message exportPath="../client/message" url="message" button="On" enable="On"></public-message> change "exportPath="../client/message"" to the physical path of "message folder, and the "url=''message"" should be the right Internet address of "message folder. Then restart your chat to make the configuration valid. Also you can find the code: <private-message exportPath="../client/message" enable="On"></private-message> You can set the "private message log" the same way as "public message log", I suggest you can set in the different way from "public message log", then encrypted this folder to make the private message just available to you. PS: If you put the client folder and server folder at the same path under web server, you don't need make any change in server.xml, as the "public log" button will be located in the web path as default. ![]() Key Word: Public message log, 404 error, private message log, Encrypted |
![]() |
Was this information helpful? Yes No
| Tags |
| chat log, encrypted chat, private chat, public chat, safe chat |
| Thread Tools | |
| Display Modes | |
|
|