In the xend-config.sxp scritp I set: (xend-http-server yes) (xend-port 8000) (xend-address '''') When I point my browser at it, the page that comes up only displays two lines, each of which are just a ''/'' that is a link to itself. What am I missing? Thanks, Kirk _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Mon, May 08, 2006 at 12:05:03PM -0600, Kirk Allan wrote:> In the xend-config.sxp scritp I set: > (xend-http-server yes) > (xend-port 8000) > (xend-address '''') > > When I point my browser at it, the page that comes up only displays two > lines, each of which are just a ''/'' that is a link to itself. What am I > missing?Try http://$ip:8000/xend Christian _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
> On Mon, May 08, 2006 at 12:05:03PM -0600, Kirk Allan wrote: > > In the xend-config.sxp scritp I set: > > (xend-http-server yes) > > (xend-port 8000) > > (xend-address '''') > > > > When I point my browser at it, the page that comes up only displays two > > lines, each of which are just a ''/'' that is a link to itself. What am I > > missing? > Try http://$ip:8000/xendAFAIK this http server is deprecated. When I asked here about details of it, I ve been told that this feature will be removed soon. So you might not want to start using it now. Henning _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
>>> On Tue, May 9, 2006 at 6:21 AM, in message<20060509122148.GA26353@fluxcoil.net>, Christian Horn <chorn@fluxcoil.net> wrote:> On Mon, May 08, 2006 at 12:05:03PM - 0600, Kirk Allan wrote: >> In the xend- config.sxp scritp I set: >> (xend- http- server yes) >> (xend- port 8000) >> (xend- address '''') >> >> When I point my browser at it, the page that comes up only displaystwo>> lines, each of which are just a ''/'' that is a link to itself. Whatam I>> missing? > Try http://$ip:8000/xendThanks, that''s what I was missing. Kirk> Christian_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users