PDA

View Full Version : Just a hello.


JeffCraig
03-25-2004, 06:12 PM
Just found Lazlo.

I have about 2 days experience with J2EE and new to java in general. So I'm not even to the point of knowing a decent question to ask.

The install went smooth. I'm just getting started on looking thru samples and looking at the directory structure.

My first task is to change from port 8080 to 80 so I can get thru my home fire wall and work firewall. I changed one place in the /conf/server.xml file from 8080 to 80 but that doesn't work.

Didn't have a problem opening http on 8080 on my home firewall. But work? Requests have to be submitted to GOD and a committee.

I don't know yet how to get from writin code to
a web page:o)

antun
03-25-2004, 06:30 PM
Welcome to Laszlo!


My first task is to change from port 8080 to 80 so I can get thru my home fire wall and work firewall. I changed one place in the /conf/server.xml file from 8080 to 80 but that doesn't work.


I changed the port attribute of this bit of LPS_INSTALL_DIR/jakarta-tomcat-4.1.12/conf/server.xml to port 80:


<Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
port="80" minProcessors="5" maxProcessors="75"
enableLookups="true" redirectPort="8443"
acceptCount="10" debug="0" connectionTimeout="20000"
useURIValidationHack="false" />



I'm guessing that's the same as you did. For some bizzarre reason it didn't work the very first time I tried to access an app, but I went back, checked the setting, restarted the LPS and it worked fine.

You did restart the server in between, right?

-Antun

JeffCraig
03-25-2004, 07:09 PM
Yes that is what I changed. And I did stop and start the server a few times. But I kept getting an error about no listener on port 8080. But, this is my alpha/beta testing machine:o) Over the weekend I installed Flex Beta which installed JRun. A J2EE server from Sun Apache 2.0 and Tomcat 4.1.30.

When I installed Lazlo it installed Tomcat 4.1.12.

I'm confused so maybe the computer is too..

I going to get some sleep and maybe we won't be quit so confused this weekend...