Change server IP address

I had to move the server to a new subnet, now razuna doesn’t load (redirects to old IP address) Where do you set the new ip address? I couldn’t find it in a config file or in the razuna settings anywhere.

That’s because Razuna is a web application and is not bound to a IP
address.

Depending how you set it up, you either made a change in the server.xml of
the Tomcat configuration or have a frontend server with the IP address.
Also, you might still have a DNS entry around that points at your old IP?

There is no frontend server (it is all installed on 1 box) and dns is not being used at all, simply using http://ipaddress:8080/razuna/

If I bind the old ip to the nic on the server, it loads, If I use the new ip address it loads, but then redirects to the old ip address. I’ve searched thru all the files in c:\razuna\tomcat\conf and nothing references the old ip address.

Right, but I can’t help you here. As mentioned, Razuna is a web application
and does not know of an IP or anything. It just runs on the platform you
provide, hence it is not a Razuna issue.

Maybe you have something in your hosts config file or some other settings
on your OS?

I think I found the issue, someone had put an index.html file in wwwroot that redirected to the old ip address. No idea how this was affecting the razuna stuff since it should be totally seperate… but so far its working. I’ll know if that survives a reboot tonight.