• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Using Nginx to map the project directories to their specific URLs

New Here ,
Apr 21, 2023 Apr 21, 2023

Copy link to clipboard

Copied

Hi,
I have an application which is dockerized and uses Nginx server. How do I map the root directory of the project to point at a URL localhost:8500/app and the rest of the folders such as CFIDE and cf_scripts to localhost:8500/app/CFIDE and localhost:8500/app/cf_scripts.

Thanks in advance!

Views

262

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 21, 2023 Apr 21, 2023

Copy link to clipboard

Copied

I'm a little confused. Do you want to use Nginx as a reverse proxy to the web server in Tomcat, the J2EE app server included within CF? Or do you want Nginx to actually serve the content in the CF web root? Adobe provides connectors for Apache HTTPD and IIS, but not Nginx I think.

 

Dave Watts, Eidolon LLC

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 12, 2023 Jun 12, 2023

Copy link to clipboard

Copied

We are using nginx as a reverse proxy on top of Tomcat

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 16, 2023 Jun 16, 2023

Copy link to clipboard

Copied

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 28, 2023 Sep 28, 2023

Copy link to clipboard

Copied

Hi,

I'm looking for a solution for this issue nginx on top of Tomcat for coldfusion.
Have you ound a solution?

Thanks

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 30, 2023 Sep 30, 2023

Copy link to clipboard

Copied

LATEST

Have you read the link I posted in June? I have no idea whether it will work, but you should let us know if you tried it.

 

Dave Watts, Eidolon LLC 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation