PDA

View Full Version : Newbie Setup Question


GregT
10-12-2004, 11:52 AM
My experience is with HTML/PHP/MySQL. I'm very interested in some of the features I see in LPS 2.2, but I'm not experienced in the ways of Java.

My question is about URLs. Is it difficult to set up the LPS installation to point to a top level URL, like www.myserver.org, instead of www.myserver.org:8080/lps-2.2/my-apps/whateverfile.lzx?

Certainly I could put a redirect in place, but that doesn't seem like a clean way to do it.

I have LPS installed and working. I just don't know anything about setting up Java/Tomcat/LPS to serve from the top level. In fact, I have LPS installed and working on my internal web server running Linux, as well as my development laptop running OS X.

Thanks, and pardon my ignorance in the ways of Java...

bloch
10-12-2004, 11:56 AM
You want to read up on the Apache mod_jk, which can be used to connect Apache and Tomcat (and/or some other servlet containers).

http://jakarta.apache.org/tomcat/connectors-doc/jk2/index.html

-Eric

GregT
10-12-2004, 12:13 PM
Thanks Eric. I'll dig in to that and see how it goes.