|
Unable to set Plesk Button |
Top Previous Next |
|
If unable to set the NGASI Button for Plesk as described in the Control Panel Button section, follow the steps below.
In Plesk, Clients in the Domain section with a Domain FTP user that already has access to NGASI AppServer Manager, may access NGASI AppServer Manager Directly from Plesk.
First Option is to create a "Custom Button" linking to NGASI AppServer Manager in the "Server Administration" section of Plesk. Make sure the ftp_user and ftp_pass options are included.
You may download icons and images from our site and re-use for the Custom Button icon.
Add the following into the "Context help tip contents" field: NGASI AppServer Manager automates Enterprise Applications (JAVA Servlets, JSPs, EJBs, Struts, Spring,PHP, and Ruby-on-Rails) hosting, installation, configuration, management, and deployment for Tomcat,Glassfish, JBoss, Jetty, and Oracle-OC4J Application Servers.
Second option is manually like so: SQL into psa db and add the following insert statement: INSERT INTO custom_buttons (level,place,text,url,conhelp,options,file) VALUES (1, 'domain', 'NGASI AppServer Manager', 'http://yourhostname:8666/', 'NGASI AppServer Manager automates\r\nEnterprise Applications\r\n(JAVA Servlets, JSPs, EJBs, Struts,\r\nSpring, PHP, and Ruby-onRails) hosting, installation,\r\nconfiguration, management, and\r\ndeployment for Tomcat, Glassfish,\r\nJBoss, Jetty, and Oracle-OC4J\r\nApplication Servers. ', 1727, 'ngasi_icon_32.png');
and cp /usr/ngasi/webapps/ROOT/images/ngasi/ngasi_icon_32.png \ /usr/local/psa/admin/htdocs/images/custom_buttons/ngasi_icon_32.png In Windows: copy C:\usr\ngasi\webapps\ROOT\images\ngasi\ngasi_icon_32.png \ C:\Program Files\Parallels\Plesk\admin\htdocs\images\custom_buttons\ngasi_icon_32.png
For Plesk running under Windows, make sure the value "pleskhome_win" is set correctly in the following configuration file: /usr/ngasi/webapps/ROOT/WEB-INF/ws/webapps/appservermgr/ZP-INF/wsportal.properties
|