how to install on existing tomcat server+window 2008

Confluence User - 27 Jan, 2016

Hi, how to install joget V4 or V5 on existing tomcat server (window version). I have tried with installation(.exe) file, its creating another new instance and path. After installation while executing joget server,  run mode window(black) is getting closed automatically. Not working properly.

I have other application which are on existing tomcat server. 

Please guide how to install on existing tomcat server.

Any help would be greatly appreciated.

installation

9


27 Jan, 2016
confluenceUser
confluenceUser
  1. Download the Unix build.
  2. Extract it out and find the .war files.
  3. In your tomcat start file, add in the following options. Point it to a working Joget work folder.

    -Dwflow.home=./wflow/
  4. Start your tomcat server.

 

 

27 Jan, 2016
confluenceUser
confluenceUser

Hi,

You can just deploy the couple of WAR files (jw.war and jwdesigner.war) into your existing Tomcat webapps directory, and configure the database as per Custom Database Configuration

29 Jan, 2016
confluenceUser
confluenceUser

Thanks Walter & Anders, I really appreciate of your prompt response. I am very much new to this configuration, I have done as instructed but failed in some of configuration.

Done.

  1. Copied jw.war and jwdesigner.war files inside tomcat webapps directory
  2. Created jwdb db ( MYSQL)
  3. updated configuration in app_datasource-default.properties file as below

    workflowUser=root

    profileName=jwdb

    workflowPassword=******

  4. Copied 'wflow' folder inside path: C:\Program Files\Apache Software Foundation

Failed:

Not able to find : tomcat start file where to add : -Dwflow.home=./wflow/

## After running Tomcat application manager, /jwdesigner is running but /jw is not running even, click start button.

 

Please help me, I am learner to tomcat and joget apps.

 

Thanks & Regards,

 

29 Jan, 2016
confluenceUser
confluenceUser

You should set the -Dwflow.home parameter in your Tomcat startup script. If you're not familiar with Tomcat to configure and manage it, then why don't you use the bundled Tomcat?

30 Jan, 2016
confluenceUser
confluenceUser

Thanks for suggestion, I tried to use Bundled Tomat but while running start joget server, one black screen is coming and closing automatically. Please help me.

01 Feb, 2016
confluenceUser
confluenceUser

You're probably getting port conflicts trying to run 2 Tomcats on the same server. Either modify the ports in one of the Tomcat's conf/server.xml, or stop the other Tomcat before starting the bundled one.

07 Apr, 2016
confluenceUser
confluenceUser

Hi, I have a similar issue trying to get Joget to work on a ubuntu 12.04 server that already has Apache running. I install tomcat7 using the apt-get command but dont understand how to get this to work with it. I wont want to run the bundled application as it would be running a whole other server and I simply cannot get the bundled one to work on my dev apache server. Would appreciate a little help! Thanks

08 Apr, 2016
confluenceUser
confluenceUser

Hi, When you mention Apache do you mean Apache web server? That's different from Apache Tomcat, and you can run them both together.

12 Apr, 2016
confluenceUser
confluenceUser

Hi Anders, I have a new thread to follow this up on. Thanks. Bill

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print