Forum LAMS for Tech-Heads - General Forum: Re: Re: Re: LAMS 2.4 How can I see a list of my learners have not started the lesson


 
Search: 

4: Re: Re: Re: LAMS 2.4 How can I see a list of my learners have not started the lesson
In response to 3 10/13/12 07:53 AM
[ Reply | Forward ]
Hi Kan,

See Changing server ports.

Thanks,

Ernie

Posted by Ernie Ghiglione

5: Re: Re: Re: Re: LAMS 2.4 How can I see a list of my learners have not started the lesson
In response to 4 10/15/12 08:45 AM
[ Reply | Forward ]
Thanks Ernie

I've visited and read the article change the server port for lams, but I am still confused.

script which parts are used to remove the port 8080.

Posted by Kang Guru

6: Re: Re: Re: Re: Re: LAMS 2.4 How can I see a list of my learners have not started the lesson
In response to 5 10/15/12 09:20 AM
[ Reply | Forward ]
On your jboss-5.1/server/default/deploy/jbossweb.sar/server.xml, look for the
< !-- A HTTP/1.1 Connector on port 8080 -->
< Connector protocol="HTTP/1.1" port="8080" address="${jboss.bind.address}" URIEncoding="UTF-8"
connectionTimeout="20000" redirectPort="8443" />


Where it says port="8080", change that to port="80" and that should do.

Thanks,

Ernie

Posted by Ernie Ghiglione

7: Re: Re: Re: Re: Re: Re: LAMS 2.4 How can I see a list of my learners have not started the lesson
In response to 6 10/16/12 07:48 AM
[ Reply | Forward ]
Hi Ernie

I was change port="8080" to port="80"

On my local/jboss-5.1/server/default/deploy/jbossweb.sar/server.xml, look for the
< !-- A HTTP/1.1 Connector on port 8080 -->
< Connector protocol="HTTP/1.1" port="80" address="${jboss.bind.address}" URIEncoding="UTF-8"
connectionTimeout="20000" redirectPort="8443" />

but, i'cant use it, my lams not work:
because: Apache/2.2.15 (CentOS) Server at 199.231.209.101 Port 80

Thanks,

Posted by Kang Guru

8: Re: Re: Re: Re: Re: Re: Re: LAMS 2.4 How can I see a list of my learners have not started the lesson
In response to 7 10/16/12 08:03 AM
[ Reply | Forward ]
Hi Kang,

OK, you already have Apache running on port 80, so you won't be able to run LAMS in the same port.

So the options are to switch off Apache and let LAMS run on port 80, or run Apache in front of LAMS using mod_proxy or mod_ajp.

See:

http://wiki.lamsfoundation.org/display/lamsdocs/Apache+and+LAMS

Thanks,

Ernie

Posted by Ernie Ghiglione

Reply to first post on this page
Back to LAMS for Tech-Heads - General Forum