Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error.

Deploying AWAREIM web application on a VPS

herr

Jaymer Hi Dear, Thanks for your response. The DNS is already configured for me by GoDaddy


cishpix

herr Have you export your BSV into your VPS?
If you need more help, then maybe I can help you.


herr

cishpix Yes, my AwareIM the application run very well on the VPS
What must i do as configuration so that the user can access to my Application from browser around the world ?


herr

Thanks Dear, The Application runs very well on the Server (VPS).
What i need is how to config the server so that others users can access to the application from their browser anywhere in the world.


joben

Default HTTP port is 80, (what Jaymer said) so you will have to configure a Tomcat connector to listen to that port. Easiest is just to change the default connector in server.xml from port 8080 to 80 and restart the AwareIM control panel for the changes to take effect.

If your domain is www.example.org, and your Public IP is 10.20.30.40, then your DNS record should look like this:

Type: A record
Host: www
Data: 10.20.30.40

Let me know if you are stuck on a specific step.


herr


joben

What you are showing us is Internet Information Services (IIS). It is the official Windows web server.

You will need to use Tomcat as the web server, unless you are setting up some proxy solution.
IIS is going to clash with Tomcat. You should uninstall it, or at least disable the service.


herr

joben So i have to delete what o added on Internet Information Services (IIS), right ?


herr

GoDaddy setup the configuration of the DNS for me
Please, tell me how can i access to the DNS configuration screen


joben

herr

Not familiar with GoDaddy, but you need to be able to edit the zone manually.


joben

Find the file in C:\AwareIM\Tomcat\conf called server.xml. (hint: create a shortcut and put on your desktop).

Modify the Connector and make sure the port is set to 80. Restart AwareIM control panel.



joben

herr Yes. AwareIM already comes with a web server (Tomcat).


joben

It looks like your DNS is already correctly configured.

You can open a command prompt and test it yourself:

ping ecertifikat.com
ping www.ecertifikat.com

Both reply with 64.202.191.87


herr

Let me try to modify the AWAREIM server.xml in the path C:\AwareIM\Tomcat\conf


joben

I can reach your default IIS website. This means that no firewall is blocking your website.
This is good news. Should be working if you get rid of IIS and make sure the Tomcat connector is configured properly ๐Ÿ™‚


herr

Just modified server.xml in the path C:\AwareIM\Tomcat\conf


herr

it still not good, i got error message


joben

herr IIS is still running. This error message is a typical IIS error message.
If you don't know how to uninstall IIS, you can go to Services, then find the service there and set it as Disabled.


Shadow_XV

In GoDaddy you need to add a DNS record for your domain that will act as the "URL" to point to the IP of your server.

An example would be app.yourdomain.com in the URL (Host) area in the picture and then the IP of the server in the IP (Value) section.

Which basically means if they type in something along the lines of ...app.yourdomain.com:8080/AwareIM/loginPage.html, the app.yourdomain.com part will be "replaced" with the IP of your server. It does NOT display the IP in the browser, it is just used during the connection to point to the correct place.

Please note I am not an expert on this, it is just how I managed to do it. You will also have to set up SSL for the Tomcat server so your users don't get the "Connection is not Secure" message most browsers display when SSL is not used/set up properly when you try use https.


herr

So nothing to do in Internet Information Services (IIS) ?


Next Page ยป