URL'S NOT AS DIRECTED

View: New views
2 Messages — Rating Filter:   Alert me  

URL'S NOT AS DIRECTED

by Lakshmi.Suryakumar :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
              I am on the final stage of my project and thanks to all of
you for helping me !!!! I have a problem when i deploy blojsom on my
production site .the url is getting redirected to localhost .how can i set
this to redirect to my application .i checked in the db also the base url
is http://localhost:8080 ....../.can i change it from the backend or how
else?

Thanks And Regards,

Lakshmi Suryakumar,
Starcut Asia Pacific Pte Ltd,
3,International Business Park,
02-27,Nordic European Centre,
Singapore 609927

"A man is not finished when he's defeated; he's finished when he quits."







-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Register now and save $200. Hurry, offer ends at 11:59 p.m.,
Monday, April 7! Use priority code J8TLD2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Blojsom-users mailing list
Blojsom-users@...
https://lists.sourceforge.net/lists/listinfo/blojsom-users

Re: URL'S NOT AS DIRECTED

by Arise :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Look in the server.xml file from the tomcat directory.
There you have to change the port from 8080 to 80.

If you want to change the blog address to the root, I guess you have to change the blojsom servlet and recompile it. I've wrote another post about this, including the source code. Just look for it.