--
Get 10% off of the regular price for this years CFCamp in Munich, Germany (Oct. 20th & 21st) with the Lucee discount code Lucee@cfcamp. 189€ instead of 210€. Visit https://ti.to/cfcamp/cfcamp-2016/discount/Lucee@cfcamp
---
You received this message because you are subscribed to the Google Groups "Lucee" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lucee+unsubscribe@googlegroups.com.
To post to this group, send email to lu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lucee/53761d87-fb37-4da6-97f2-5cbd7086959a%40googlegroups.com.
Yea, I agree with Nando. IIUC then you want to set up a connector from Apache httpd to Tomcat, so that Lucee related requests will be forwarded to Tomcat.
I'm not very familiar with Apache httpd myself so someone else
would need to help you with that if this is what you're looking
for.
Igal Sapir
Lucee Core Developer
Lucee.org
To unsubscribe from this group and stop receiving emails from it, send an email to lucee+un...@googlegroups.com.
To post to this group, send email to lu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lucee/CAGHrs%3D-TRJDz-zN11HRomiJbu6BUiV3sPZ5U7zW3zV3Cp4J07w%40mail.gmail.com.
I'm not very familiar with Apache httpd myself so someone else would need to help you with that if this is what you're looking for.
Yea, I agree with Nando. IIUC then you want to set up a connector from Apache httpd to Tomcat, so that Lucee related requests will be forwarded to Tomcat.
I'm not very familiar with Apache httpd myself so someone else would need to help you with that if this is what you're looking for.
Igal Sapir
Lucee Core Developer
Lucee.orgOn 10/20/2016 3:43 PM, Nando Breiter wrote:
I'm not sure Hugh's reply is the one you need, since I assume you'll have Apache running on port 80, but nevertheless is it the correct reply to your exact question.
On Thu, Oct 20, 2016 at 9:16 PM, Hugh Rainey <hu...@fivetoad.com> wrote:
Jim - You'll need to go into your main tomcat directory > conf > find the server.xml file. Open server.xml with whatever text editor you like. Do a search for "<Connector port". You'll see:
<Connector port="8080" protocol="HTTP/1.1" etc. . . .
change the port value to "80".
You'll need to make sure there's not another service listening on that port like IIS or apache.
On Wednesday, October 19, 2016 at 10:00:43 PM UTC-7, Jim Newton wrote:I have a new AWS EC2 instance running a LAMP stack with Amazon Linux, Amazon, Tomcat, MySQL, and Lucee (all the latest versions). Everything runs perfectly on port 8888 for Lucee, and port 80 for all non-Lucee requests.
What is the best way to have Lucee respond to requests that come in through port 80, instead of just 8888?
I can post config files for Apache, Tomcat, Lucee, etc. if you tell me which ones you need to see.
--
Get 10% off of the regular price for this years CFCamp in Munich, Germany (Oct. 20th & 21st) with the Lucee discount code Lucee@cfcamp. 189€ instead of 210€. Visit https://ti.to/cfcamp/cfcamp-2016/discount/Lucee@cfcamp
---
You received this message because you are subscribed to the Google Groups "Lucee" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lucee+un...@googlegroups.com.
To post to this group, send email to lu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lucee/53761d87-fb37-4da6-97f2-5cbd7086959a%40googlegroups.com.
If you want Tomcat to handle all of the requests, including static files like JavaScript, CSS, etc., then yes, you can change the connector's port to 80.
If you want a web server (like Apache httpd or nginx) to handle
the requests, and forward, or redirect, only the CFML requests to
Tomcat, and for the web server to serve static content, then you
need to set up a reverse proxy as Nando mentioned. This is the
preferred approach because it allows for better performance,
security, and scalability, but the choice is yours.
Igal Sapir
Lucee Core Developer
Lucee.org
To view this discussion on the web visit https://groups.google.com/d/msgid/lucee/f8324560-7884-40e5-aef5-5829956bb527%40googlegroups.com.