How to make installed geoserver 2.18 as windows service? - service

How to make installed geoserver 2.18 as windows service? Two yeas ago I have install it on windows server 2008 R2 and sometimes it stops (when my session closed, for example), which is not acceptable, it needs geoserver works all the time.

Install tomcat as a windows service and deploy the geoserver war to tomcat. Note you will generally get better performance on a Linux box.

Related

Deploy jhipster on server with CentOS 7

I'm trying to deploy my jhipster application on a server.
The server is an basic CentOS 7 distribution.
What should I install before deploying the war?
Apache, Tomcat, mySQL, anything else?
I'm not able to find a complete doc where to find how to set up a server from zero.
Jhipster offers easy docker integration, so just use ist, and install docker on your server.
For docker documentation: https://docs.docker.com/
If not:
For the war file you only need a javaRuntime and run it with java -jar your.jar
mysql only when you need it

Running Service Fabric on Nano Server

After reading the docs of Service Fabric and how to run it on Windows Server and on Linux, I cannot find anything talking about how to run it on Nano Server.
I think that the game studio named Illyriad are running part of their infrastructure on Azure and Service Fabric on Nano Server.
I would like to know if theirs any official support on this matter or if they made it by their own ways?
Thanks!
AFAIK there is no support to Nano Server (yet).
Nano server has a very stripped down set of Windows APIs and I believe today SF is using some of those. The same is for .Net Full Framework (which SF depends on!) can't run on Nano Server.
Maybe when SF get support to .Net Core, we will see Nano Server support (since the only .Net version that run on Nano is .Net Core).

PIA_INSTALL_FAIL during PeopleSoft Server Administration

I'm following the online installation example (https://www.youtube.com/watch?v=7ElSGLkprkY) to install PeopleSoft with PeopleTools on Windows 7 with SQLServer 2008 R2.
My PS and PT installation version differs from the online videos since I'm using most recent available versions:
PeopleSoft HM 9.2
PeopleTools 8.55
Tuxedo 12.1.3.0.0 with VS2012
WebLogic 12.1.3.0.0 64bit
JDK 7u55 x64
SQL Server 2008 R2
I could install each element with no error, excepted one VIEW during HC database creation (PS_EP_APPRMOB_PNDG), but I could re-create the view manually by slightly modifying the SQL query.
Now I'm trying to configure the Web (PIA) Server and I encounter an error while creating the domain. The piainstall_HC.log file contains following:
Tue Sep 20 09:48:32 CEST 2016:Starting PIA installation...
PS_HOME: c:\PT8.55
Install Action : CREATE_NEW_DOMAIN
Creating Domain...
Deploying Web Applications...
Deploying WebLogic Extension files...
Deploying PeopleSoft Site files...
Deploying PeopleSoft Site Doc files...
Completed.
PS_CFG_HOME: C:\PS_CFG_HOME
PIA_INSTALL_FAIL
After intensive googling, I found that some other people got a similar issue which was caused by a wrong version of the JDK: the JRockit jvm was required.
Of course I tried to use JRockit JDK 64bit, but I still get the same error. I also tried several other oracle JDK versions, among others the JDK 7u55 x64, which is provided with PeopleTools installation elements.
Unfortunately, I definitively get the same error and cannot find any other logfile which could give more information on the root cause.
Did someone experienced the same issue and could fix it ?
Thanks for help
I finally could fix the issue.
It seems that my error was to install the wrong weblogic version: originally, I installed weblogic by using the "setup_fmw_12.1.3.0.0_ohs_win64.exe" installer which was provided with PeopleTools.
It appears that the other one (fmw_12.1.3.0.0_wls.jar) was expected. After installing this version (with "Coherence"), the domain could be created successfully.

Deploying Oracle Forms 11g on standalone WebLogic Server

I set up the environment and everything, but I was wondering whether it is possible to install WebLogic Server alone and then configure it to run a Forms application, without having to install Forms 11g on the server machine.
Alone, Unfortunately oracle does not provide perfect solution for that....
This means not, it has no solution Here is 2 solutions..
Solution 1 :
You have to install both weblogic and form 11g on server machine.
Solution 2:
you can copy required files form development machine to server machine for alone server.
Choice is yours...
good luck!

Is the same to leave netbeans running on vps or should I run only glassfish?

I have managed to get my app, up & running in my vps an over the internet, but I have done using this from netbeans, is it the same or I should close netbeans, run glassfish from bin files, deploy and start from admin console and have only glassfish running?
Enviroment: glassfish v3, JSF2.0, netbeans 6.8
Thank you very much
Best regards
Ignacio
The 'standard' way would be to have Glassfish running as a standalone app.
You can still use netbeans to administer it from your machine (by setting up a remote domain GF server in 'services->servers') or you can use the admin console (http://yourhost:4848) or indeed use the asadmin CLI tool.