Question from a razuna newbie here. Is there any way (other than adding the startup.bat to the startup folder) to just have the site start automatically once the Tomcat service starts up?
Thanks,
Question from a razuna newbie here. Is there any way (other than adding the startup.bat to the startup folder) to just have the site start automatically once the Tomcat service starts up?
Thanks,
The Windows installation guide shows you how to install Tomcat as a
service. See http://wiki.razuna.com/display/ecp/Install+Razuna+on+Windows
Hi @Nitai
Can I install Tomcat 7.0 directly on the server without uninstalling the existing Tomcat installation that comes with Razuna?
I did install it but I could not connect Tomcat 7.0 with Razuna.
Please advise.
Thanks, Krishnam
Tomcat in standalone package is not a installer. If you want to install
Tomcat as a service then you simply move the “razuna” directory from the
standalone to the installed one.
Additionally, you need to configure the memory settings. This is all in the
Wiki.
Hi @Nitai
I am confused a bit.
I am running Tomcat as a service.
I have installed Java and it’s located at C:\Program Files\Java
The Environmental Variables are set as
Tomcat Memory settings are as per the wiki
I have installed Tomcat at its working fine.
Razuna folder is in C:/Razuna
When I access Razuna it shows the below error:
Is there anything that I am doing wrong?
Shall I move Razuna folder from C:/Razuna into Tomcat folder at C:\Program Files\Apache Software Foundation\Tomcat 7.0 ?
Please advise.
Please setup the Java environment in Windows as below :
Hope this helps.
Thanks
I don’t know what version of Razuna you run. But if this is for Razuna 1.8 than the requirement is Java 8 and not Java 7.
Other than that I don’t think we are able to help without a support subscription.
Hi @Nitai
I just downloaded Rauna from the website.
The folder is
razuna_tomcat_1_7
Razuna 1.7 Stand-alone Server
Ok, in that regard it should work. You already received many helpful
advices. Furthermore our wiki is a great source to install. Since many
others were able to install it I don’t see what else we can do. As
mentioned, we can’t help further without a support agreement.
Thanks @Nitai
It worked for me sometime ago and then it stopped working.
Will look into again.
Thanks for your help and patience.
@Nitai Last 2 questions.
What should the Razuna folder location? Where should I put it?
Shall I keep the Tomcat folder inside Razuna folder or delete it as Tomcat is now a service?
Please advise.
Okay, had this same issue. Installed Razuna and configured it via the startup.bat file. Then I installed Tomcat and the service option. Apache ran but didn’t see the razuna software.
The fix.
In your C:\tomcat8.5\conf directory edit the server.xml file.
Change the line
edit it to the following
You will need to supply your own path to your razuna webapps folder. Restart tomcat via the gui tool and test it out.
Also it is a good idea to copy the catalina settings that are in the original server.xml file.
The wiki doesn’t have any mention of this.