plesk-onyx

Node.JS/NPM Installation on Plesk 17

泄露秘密 提交于 2020-07-10 07:27:29
问题 I have followed following Installation manual for Node.js on Plesk Onyx and activated node.js for my domain. But I am only able to RestartApp or Disable Node.js. https://docs.plesk.com/en-US/onyx/customer-guide/nodejs-support.76652/ Now I am beeing asked for my Application Startup File... Well I do not have a Node.js application yet thats why I installed it in the first place in order to make one. I cant install NPM either because well... I dont have a Application... Even when login in with

Node.JS/NPM Installation on Plesk 17

房东的猫 提交于 2020-07-10 07:27:13
问题 I have followed following Installation manual for Node.js on Plesk Onyx and activated node.js for my domain. But I am only able to RestartApp or Disable Node.js. https://docs.plesk.com/en-US/onyx/customer-guide/nodejs-support.76652/ Now I am beeing asked for my Application Startup File... Well I do not have a Node.js application yet thats why I installed it in the first place in order to make one. I cant install NPM either because well... I dont have a Application... Even when login in with

How to deploy .war files in Plesk Onyx 17.8 despite no longer supported TomCat?

南楼画角 提交于 2019-12-20 03:39:34
问题 Up to and including version 17.5 Plesk Onyx came with a Tomcat installation, which is no longer supported from version 17.8. Thus no .war files can be deployed and executed anymore. A downgrade recommended by Plesk is not expedient in my eyes, because of the near end of life and security concerns. How can I run Java code on a Plesk-managed server? 回答1: 1. Idea Use a Tomcat Docker container instead and deploy your .war file in a mapped Docker volume. 2. Solution Install the Plesk extension

how to solve Keyword not supported: 'data source'

此生再无相见时 提交于 2019-12-13 02:52:16
问题 I uploaded my website( that is programmed with asp.net mvc and entity framework 5 ) yesterday and wrote this connection string in the web.config file of the host root ( control panel is plesk onyx) I tried changing it to SqlCLient ,Removing some tags, and so many other things but no change it return error: keyword not supported: 'data source' when I remove data source it return keyword not supported 'initial catalog' and so on thanks for your attention <add name="ShopDBEntities"

how to solve Keyword not supported: 'data source'

自闭症网瘾萝莉.ら 提交于 2019-12-04 04:56:57
问题 I uploaded my website( that is programmed with asp.net mvc and entity framework 5 ) yesterday and wrote this connection string in the web.config file of the host root ( control panel is plesk onyx) I tried changing it to SqlCLient ,Removing some tags, and so many other things but no change it return error: keyword not supported: 'data source' when I remove data source it return keyword not supported 'initial catalog' and so on thanks for your attention <add name="ShopDBEntities"

how to solve Keyword not supported: 'data source'

╄→гoц情女王★ 提交于 2019-12-02 01:24:22
I uploaded my website( that is programmed with asp.net mvc and entity framework 5 ) yesterday and wrote this connection string in the web.config file of the host root ( control panel is plesk onyx) I tried changing it to SqlCLient ,Removing some tags, and so many other things but no change it return error: keyword not supported: 'data source' when I remove data source it return keyword not supported 'initial catalog' and so on thanks for your attention <add name="ShopDBEntities" connectionString="Data Source=some source;initial catalog=MainDB;User ID=admin;Password=pass;integrated security