Author |
Message |
05/12/2019 07:43:52
|
vadingding
Power User
Joined: 14/07/2017 13:26:37
Messages: 145
Offline
|
Hi Captain,
Is there no problem if I copy & pasted CC project from CC's default tomcat server to another tomcat server ?
I just tried it, seems like there is no problem. But I just want to be sure..
Thanks Captain!
|
|
|
05/12/2019 20:58:05
|
unger
Power User
Joined: 22/07/2008 05:19:28
Messages: 261
Offline
|
There are some items (the app's environment) that are not in the webapps folder:
streamstore data (may be in the default folder "work" or outside)
configuration (may be outside webcontent in any file location)
An application developer is responsible to setup the new target environment. After this step transfer of webapps' folders is possible.
Of course: Both tomcats should have same configurations, like datasources etc, to get same expected behaviour.
Regards,
Joachim
|
|
|
10/12/2019 08:13:44
|
CaptainCasa
Power User
Joined: 21/11/2007 12:23:06
Messages: 5555
Offline
|
Hi,
just some words from my side in addition: the best way to desitribute of course is not "copying of what is below tomcat/webapps/xxx" but to create a proper deployment unit (".war").
In the project there is corresponding ANT-build-script (build-folder) which you may use as base.
With .war files you can set up some proper versioning and it is much easier to e.g. roll back one version to some previous version etc. etc.
Regards, Björn
|
Björn Müller, CaptainCasa GmbH |
|
|
11/12/2019 02:32:05
|
vadingding
Power User
Joined: 14/07/2017 13:26:37
Messages: 145
Offline
|
Thank you for the response, will do.
|
|
|
11/12/2019 07:41:32
|
vadingding
Power User
Joined: 14/07/2017 13:26:37
Messages: 145
Offline
|
Hi Captain,
I deployed the CC Project on Tomcat 8.5.49 server, but the image on my log in page is smaller compared to the project deployed at CC's default server.
I attached a snapshot for comparison.
Is this something to do with CC ???
|
Filename |
snapshot.png |
Download
|
Description |
here |
Filesize |
26 Kbytes
|
Downloaded: |
438 time(s) |
|
|
|
11/12/2019 07:42:32
|
vadingding
Power User
Joined: 14/07/2017 13:26:37
Messages: 145
Offline
|
Cant attach file, it says Internal server error upon submit
|
|
|
11/12/2019 08:31:31
|
CaptainCasa
Power User
Joined: 21/11/2007 12:23:06
Messages: 5555
Offline
|
...files can only be uploaded up to a size of 100kBytes. Unfortunately the forum's error message is a bit misleading...
Regards, Björn
|
Björn Müller, CaptainCasa GmbH |
|
|
11/12/2019 08:35:32
|
vadingding
Power User
Joined: 14/07/2017 13:26:37
Messages: 145
Offline
|
The file is successfully uploaded.
|
|
|
12/12/2019 02:40:29
|
vadingding
Power User
Joined: 14/07/2017 13:26:37
Messages: 145
Offline
|
Tried to run tomcat server manually by executing startup.bat and the image problem solved.
But when running the tomcat server as service, the problem occurs.
|
|
|
|