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

Using Nginx to map the project directories to their specific URLs

New Here ,
Apr 21, 2023 Apr 21, 2023

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!

580
Translate
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

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

Dave Watts, Eidolon LLC
Translate
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

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

Translate
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

Maybe this will help:

 

https://www.theserverside.com/blog/Coffee-Talk-Java-News-Stories-and-Opinions/How-to-setup-Nginx-rev...

 

Dave Watts, Eidolon LLC

Dave Watts, Eidolon LLC
Translate
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

Hi,

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

Thanks

Translate
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
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 

Dave Watts, Eidolon LLC
Translate
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