Jeromy French
Jeromy French

Reputation: 12121

What is the Railo web context "http://azenv.net:80"?

While debugging a timezone issue with Railo and Postgres, I opened up the Railo Server Administrator and happened to notice the "Web contexts" section at the bottom. I recognized all the entries except for one: My "Web contexts" lists an entry for 'azenv.net:80' What is "http://azenv.net:80"? Is that something that comes with Railo, or is my server <GULP /> hacked?

Upvotes: 1

Views: 3280

Answers (1)

Mark D
Mark D

Reputation: 543

Your server isn't hacked. What it looks like is that the domain http://azenv.net/ is pointing to your server. It could be or someone has a redirect pointing to your IP on their machine.

Now when your Railo server started up, usually the web contexts are blank (until it gets some domains) Railo doesn't know what the URL is at all. It got hit and went to the default context (webapps/ROOT) and it now thinks that is the default in your listing.

Maybe nothing to worry about, apart from why that domain is pointing to your server.

Upvotes: 1

Related Questions