Running startup.bat all the time

Hello all,

I recently installed Razuna and it works without any issues. I followed these instructions: http://wiki.razuna.com/display/ecp/Install+Razuna+on+Windows

But the problem is I have to run or start startup.bat (C:\Razuna\tomcat\bin\startup.bat ) every time I restart the PC or close the Tomcat command window.

Is there an option where startup.bat automatically runs/starts and keeps running in the background all the time?

Please advise.

Thanks.

On that very page you quoted, scroll down and you will find instruction to
install Tomcat as a service.

Hi @Nitai

I have installed Tomcat as a service but Razuna doesn’t run.

http://imgur.com/JNbAhOt

And also I see that there are TWO Tomcat applications running in the Taskbar. Which one should I stop?

http://imgur.com/xJcvYrR

And how to link Razuna to Tomcat Service rather than Tomcat Standalone?

Please advise.

Thanks, Krishnam

It is all documented over at
http://wiki.razuna.com/display/ecp/Install+Razuna+on+Windows/. Obviously,
you will need to move Razuna into the webapps folder of the Tomcat
installation that is installed as a service.

Thanks @Nitai

I am sorry but I don’t see any instructions that you have helped me with on the wiki page. Where exactly does it mention that? Am I overlooking something?

As you have instructed, I have moved Razuna folder into WebApps folder of newly installed Tomcat 7.0. There is a folder named Tomcat inside Razuna folder, shall I delete it?

And now when I access localhost:8080/ it says Tomcat is successfully installed.
http://imgur.com/mlby6eM

When I enter localhost:8080/razuna nothing is accessible.
http://imgur.com/a0qRI4n

Please advise.

Thanks, Krishnam

When you start installing your own stuff, you should know how Java
applications work. Setting up a production system like Razuna is usually
done trough experienced system administrators.

That said, the standalone package comes with Tomcat pre-installed. You need
to move only the Razuna application to the new Tomcat instance and NOT
the whole package. Find the webapps folder in the Razuna package and move
the razuna folder in there to the webapps folders of the Tomcat service
instance.

Thanks a lot for all the help @Nitai

It’s working :smile:

Cheers!