Category Archives: APS1.0

list all sub service settings varible into the ccp screen

usually package will display only one item(First settings variable- subservice field/variable in the package)  into the ccp But we can display all variable into the subservice in ccp. for this use the following steps 1)go to  applications tab. 2)click on the application 3)click on Resource Types tab. 4)select the main resource type created. 5)Click on… Read More »

validating subdomains in plesk pa packages

while creating pacakage,in eclipse settings tab add regex field,in regexfield add the following code. ^[0-9a-zA-Z][0-9a-zA-Z-]{1,61}[0-9a-zA-Z]$ tag:validating subdomain in APS package,Validation in APS package. 15)how to identify a package is plesk or PA related if htdocs folder is there means that package is plesk related package. but package with htdocs folder will work in PA also

Build automaticaly link in eclipse

if we select buildautomaticaly link in eclipse package will build while saving(Ctrl+s).but in this case old package will overwrite so better method as,remove selection in build automaticaly and change the release number and click on build project link it will create package with new relase this will be usefull if you have to check older… Read More »