Skip to main content
April 13, 2011
Question

Using http commands only works on apps in defaultVhost

  • April 13, 2011
  • 1 reply
  • 560 views

Using:

:1111/admin/getApps?auser=admin&apswd=mypassword

Lists all the apps in defaultVhost but I need to list all apps under a certain vhost how can I do that?

Also when trying to load and onload apps for that virual host doesn't work with the main admin user and pass.

So when I try to use the user name and password for that vhost I get

<level>error</level><code>NetConnection.Connect.Rejected</code><description>Admin user requires valid username and password.</description><timestamp>Wed 13 Apr 2011 05:09:26 PM EDT</timestamp></result>

What am I doing wrong?

    This topic has been closed for replies.

    1 reply

    April 14, 2011

    I can offer $20 for a solution  I really need this to work.

    Participating Frequently
    April 14, 2011

    Do you have DNS entries for vhost or you are hardcoding it in you hosts.ini of client from where you are trying to make http commands?

    Is it possible for you to attach the conf file of yours - probably you can send them via email to me and also exact command you are trying (i mean whole command with IP and credentials) - mail me at rchari@adobe.com

    April 14, 2011

    Thanks for answering on this though. I thought about it in my sleep and

    figured it out.

    It was as simple as this. I was calling from domain.com an just changing

    user/pass of

    the vhost. but I acutually needed the whole subdomain part.

    like this.domain.com once I did that it worked!!!!