Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9117999
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T05:02:00+00:00 2026-06-17T05:02:00+00:00

I am a really beginner on this topic, I need some helpful articles and

  • 0

I am a really beginner on this topic, I need some helpful articles and your guidance.
I want to build RESTFul API web service. As a http server chosen nginx. But I don’t know (couldnt find any article) anything about how I can redirect my query to my java module, which handles request and gives back in JSON to nginx. If my thoughts on type of back-end is not correct please help me to figure out on this…

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T05:02:01+00:00Added an answer on June 17, 2026 at 5:02 am

    You will need to build your Java service in its own app server — Tomcat would be a good choice for this. From there, it’s a simple matter of configuring nginx to act as a proxy to Tomcat. Your nginx configuration will look something like the following:

    user www-data;
    worker_processes 4;
    pid /var/run/nginx.pid;
    
    events {
        worker_connections 4096;
        # multi_accept on;
    }
    
    http {
    
        server {
            listen 80; #incoming port for nginx
            server_name localhost;
            location / {
                proxy_pass http://127.0.0.1:8080;
            }
        }
    
    #...and other things, like basic settings, logging, mail, etc. 
    

    The important piece here is the setting for proxy_pass. That’s telling nginx to accept requests on port 80 and redirect them to port 8080 (Tomcat’s standard port).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I really need some guidance here as this issue is pretty confusing and extremely
I'm a beginner but have been working really hard to build this application. Working
Can anyone help me on this topic, i am a beginner with javafx 2.0
I apologize if this is a really beginner question, but I have not worked
this is the first time i use django. I'm really a beginner. And this
First sorry, but im a really big beginner, so you can down vote this
Alright, so this is probably a really beginner problem here, but I've never actually
I am really a beginner level at matlab. Now I want to have a
I'm really just a beginner to ruby, so hopefully this is an easy one.
I'm a beginner jquery user so I'm really hoping this will be quite straight

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.