Re: [Zope] localhost:8080 not found on windows

2005-08-09 Thread Philip Kilner
Hi Michael,

Apols for delay in replying - been on the hoof.

michael nt milne wrote:
 Thanks for the advice. Yes I've looked at everything mentioned here.
 Localhost is in the hosts file. Zope has started as a service. I've
 changed the hosts file to include localhost:8080/manage etc.
 
 Yes this is a set-up on Windows Small Business Server and it also has
 an Exchange webmail service running as well.
 
 The web server is IIS 6.0.
 
 Enterting http://domain or IP/exchange
 
 gives the login for the exchange service, however localhost:8080 or
 127.0.0.1 etc gives page not found.
 
 Do I need to set-up a website under IIS or a virtual directory?
 

Absolutely not - if IIS and Zope are on different ports, they are two
entirely separate beasts.

Does your SBS install include ISA server?

- If so, you will probably need to tweak it.

- If not, I would try looking at logfiles and/or changing Zope's port.

Honestly, this is usually v. easy - either the service is having
problems or there is something else on that port (it's often used by web
application servers, e.g. Tomcat, as a default).

HTH - Let us know where you're at.


-- 

Regards,

PhilK

Email: [EMAIL PROTECTED]
PGP Public key: http://www.xfr.co.uk
Voicemail  Facsimile: 07092 070518

You'll find that one part's sweet and one part's tart:
say where the sweetness and the sourness start.
- Tony Harrison
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] localhost:8080 not found on windows

2005-08-04 Thread michael nt milne
Hi

Thanks for the advice. Yes I've looked at everything mentioned here.
Localhost is in the hosts file. Zope has started as a service. I've
changed the hosts file to include localhost:8080/manage etc.

Yes this is a set-up on Windows Small Business Server and it also has
an Exchange webmail service running as well.

The web server is IIS 6.0.

Enterting http://domain or IP/exchange

gives the login for the exchange service, however localhost:8080 or
127.0.0.1 etc gives page not found.

Do I need to set-up a website under IIS or a virtual directory?

Thanks

On 8/2/05, Philip Kilner [EMAIL PROTECTED] wrote:
 Hi Michael,
 
 michael nt milne wrote:
  I have installed Zope and Plone on a windows business server. On
  trying to view http://localhost:8080/manage I am getting a 404 not
  found etc.
 
 
 Is that under IE? It's error messages can be misleading...
 
  The server is already running a webmail service, however nothing comes
  up for locahost or http://127.0.0.1.
 
 
 Do you have localhost in your hosts file??
 
 Have you tried http://127.0.0.1:8080/manage ?
 
 Have you checked that the service is running?
 
  I've also tried using the IP address of the machine to access the
  interface with the same result. The IP address is available in web
  DNS.
 
  Does anyone have any ideas on how to get the zope/plone browser
  interface running at all?
 
 
 It generally doesn't take any work at all - I'd suspect either that the
 service is not running or that something else is trying to hog that port
 before getting into more exotic issues. Check the service status (try
 restarting it if it seems to be running), and event log...
 
 You say windows business server - could this mean SBS? If so, has ISA
 server got it's sticky mitts in the situation?
 
 
 --
 
 Regards,
 
 PhilK
 
 Email: [EMAIL PROTECTED]
 PGP Public key: http://www.xfr.co.uk
 Voicemail  Facsimile: 07092 070518
 
 You'll find that one part's sweet and one part's tart:
 say where the sweetness and the sourness start.
 - Tony Harrison

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] localhost:8080 not found on windows

2005-08-02 Thread Philip Kilner
Hi Michael,

michael nt milne wrote:
 I have installed Zope and Plone on a windows business server. On
 trying to view http://localhost:8080/manage I am getting a 404 not
 found etc.
 

Is that under IE? It's error messages can be misleading...

 The server is already running a webmail service, however nothing comes
 up for locahost or http://127.0.0.1.
 

Do you have localhost in your hosts file??

Have you tried http://127.0.0.1:8080/manage ?

Have you checked that the service is running?

 I've also tried using the IP address of the machine to access the
 interface with the same result. The IP address is available in web
 DNS.
 
 Does anyone have any ideas on how to get the zope/plone browser
 interface running at all?
 

It generally doesn't take any work at all - I'd suspect either that the
service is not running or that something else is trying to hog that port
before getting into more exotic issues. Check the service status (try
restarting it if it seems to be running), and event log...

You say windows business server - could this mean SBS? If so, has ISA
server got it's sticky mitts in the situation?


-- 

Regards,

PhilK

Email: [EMAIL PROTECTED]
PGP Public key: http://www.xfr.co.uk
Voicemail  Facsimile: 07092 070518

You'll find that one part's sweet and one part's tart:
say where the sweetness and the sourness start.
- Tony Harrison
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] localhost:8080 not found on windows

2005-08-02 Thread Maciej Wisniowski

Does anyone have any ideas on how to get the zope/plone browser
interface running at all?
Did you checked whether the Zope process (or service) is running in 
your system? Maybe there is a error during startup and Zope 
is simply disabled? see event.log in your zope or try to run it 
from console with runzope.bat - it will show you errors.


Another thing you can do is changing the port number in zope.conf 
file from 8080 to 8081 or similiar.


And last question. Have you created Zope Instance?

--
Maciej Wisniowski


___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )