Re: [Zope] No joy on 8080.

2006-06-26 Thread Chris Withers

Ignacio Valdes wrote:

Here is my event.log file:

2006-06-25T21:12:21 INFO ZServer HTTP server started at Sun Jun 25 
21:12:21 2006

Hostname: dune
Port: 8080


Have you tried:

lynx http://dune:8080

...from an ssh session on the box?

If that works, I'd suggest some kind of firewall issue...

Chris

--
Simplistix - Content Management, Zope  Python Consulting
   - http://www.simplistix.co.uk
___
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] No joy on 8080.

2006-06-26 Thread Ignacio Valdes

Yes, that works so probably firewall. -- IV

On Mon, 26 Jun 2006 11:16:21 +0100
 Chris Withers [EMAIL PROTECTED] wrote:

Ignacio Valdes wrote:

Here is my event.log file:

2006-06-25T21:12:21 INFO ZServer HTTP server started at Sun Jun 25 
21:12:21 2006

Hostname: dune
Port: 8080


Have you tried:

lynx http://dune:8080

...from an ssh session on the box?

If that works, I'd suggest some kind of firewall issue...

Chris

--
Simplistix - Content Management, Zope  Python Consulting
   - http://www.simplistix.co.uk


___
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 )


[Zope] No joy on 8080.

2006-06-25 Thread Ignacio Valdes

Hello all,

I installed Zope on Fedora Core 5 using yum install zope, I opened 
port 8080 with lokkit, then I started it up using zopectl start. This 
is all on a headless server by ssh so I can't check 
http://localhost:8080 but http://server ip address:8080 on my browser 
doesn't work. I do have xampp apache running as well and can get the 
xampp welcome screen to appear but with xampp apache started or 
stopped http://server ip address:8080 doesn't do anything. I'm baffled 
as to what to do next. What should I try?


Thanks!

-- IV
___
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] No joy on 8080.

2006-06-25 Thread thomas desvenain
i had this problem : i forgot giving to zope server's effective-user the rights on zope instance directory(effective-user name is defined in zopeinstance/etc/zope.conf)
2006/6/26, Ignacio Valdes [EMAIL PROTECTED]:
Hello all,I installed Zope on Fedora Core 5 using yum install zope, I openedport 8080 with lokkit, then I started it up using zopectl start. Thisis all on a headless server by ssh so I can't check
http://localhost:8080 but http://server ip address:8080 on my browserdoesn't work. I do have xampp apache running as well and can get thexampp welcome screen to appear but with xampp apache started or
stopped http://server ip address:8080 doesn't do anything. I'm baffledas to what to do next. What should I try?Thanks!-- IV___
Zope maillist-Zope@zope.orghttp://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
 )-- Thomas DesvenainJunior Plone/Zope, Looking for a Job !Now, trainee at Institut National de Recherche AgronomiqueMathématiques, Informatique et Génôme laboratory
78350 Jouy en Josas0134652943
___
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] No joy on 8080.

2006-06-25 Thread Ignacio Valdes
Thanks, effective-user is zope and it appears to own the directories 
pertaining to zope. I restarted it using /etc/rc.d/init.d/zope restart 
but I still don't get anything on 8080. -- IV


On Mon, 26 Jun 2006 01:01:24 +0200
 thomas desvenain [EMAIL PROTECTED] wrote:
i had this problem : i forgot giving to zope server's 
effective-user the

rights on zope instance directory

(effective-user name is defined in zopeinstance/etc/zope.conf)

2006/6/26, Ignacio Valdes [EMAIL PROTECTED]:


Hello all,

I installed Zope on Fedora Core 5 using yum install zope, I opened
port 8080 with lokkit, then I started it up using zopectl start. 
This

is all on a headless server by ssh so I can't check
http://localhost:8080 but http://server ip address:8080 on my 
browser

doesn't work. I do have xampp apache running as well and can get the
xampp welcome screen to appear but with xampp apache started or
stopped http://server ip address:8080 doesn't do anything. I'm 
baffled

as to what to do next. What should I try?

Thanks!

-- IV
___
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 )





--
Thomas Desvenain
Junior Plone/Zope, Looking for a Job !
Now, trainee at Institut National de Recherche Agronomique
Mathématiques, Informatique et Génôme laboratory
78350 Jouy en Josas
0134652943


___
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] No joy on 8080.

2006-06-25 Thread rawsystems

Do you see anything in your logs?

- Original Message - 
From: Ignacio Valdes [EMAIL PROTECTED]

To: thomas desvenain [EMAIL PROTECTED]; zope@zope.org
Sent: Sunday, June 25, 2006 7:18 PM
Subject: Re: [Zope] No joy on 8080.


Thanks, effective-user is zope and it appears to own the directories 
pertaining to zope. I restarted it using /etc/rc.d/init.d/zope restart but 
I still don't get anything on 8080. -- IV


On Mon, 26 Jun 2006 01:01:24 +0200
 thomas desvenain [EMAIL PROTECTED] wrote:
i had this problem : i forgot giving to zope server's effective-user 
the

rights on zope instance directory

(effective-user name is defined in zopeinstance/etc/zope.conf)

2006/6/26, Ignacio Valdes [EMAIL PROTECTED]:


Hello all,

I installed Zope on Fedora Core 5 using yum install zope, I opened
port 8080 with lokkit, then I started it up using zopectl start. This
is all on a headless server by ssh so I can't check
http://localhost:8080 but http://server ip address:8080 on my browser
doesn't work. I do have xampp apache running as well and can get the
xampp welcome screen to appear but with xampp apache started or
stopped http://server ip address:8080 doesn't do anything. I'm baffled
as to what to do next. What should I try?

Thanks!

-- IV
___
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 )





--
Thomas Desvenain
Junior Plone/Zope, Looking for a Job !
Now, trainee at Institut National de Recherche Agronomique
Mathématiques, Informatique et Génôme laboratory
78350 Jouy en Josas
0134652943


___
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 ) 


___
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] No joy on 8080.

2006-06-25 Thread David H

[EMAIL PROTECTED] wrote:


Do you see anything in your logs?

- Original Message - From: Ignacio Valdes [EMAIL PROTECTED]
To: thomas desvenain [EMAIL PROTECTED]; zope@zope.org
Sent: Sunday, June 25, 2006 7:18 PM
Subject: Re: [Zope] No joy on 8080.


Thanks, effective-user is zope and it appears to own the directories 
pertaining to zope. I restarted it using /etc/rc.d/init.d/zope 
restart but I still don't get anything on 8080. -- IV


On Mon, 26 Jun 2006 01:01:24 +0200
 thomas desvenain [EMAIL PROTECTED] wrote:

i had this problem : i forgot giving to zope server's 
effective-user the

rights on zope instance directory

(effective-user name is defined in zopeinstance/etc/zope.conf)

2006/6/26, Ignacio Valdes [EMAIL PROTECTED]:



Hello all,

I installed Zope on Fedora Core 5 using yum install zope, I opened
port 8080 with lokkit, then I started it up using zopectl start. This
is all on a headless server by ssh so I can't check
http://localhost:8080 but http://server ip address:8080 on my browser
doesn't work. I do have xampp apache running as well and can get the
xampp welcome screen to appear but with xampp apache started or
stopped http://server ip address:8080 doesn't do anything. I'm baffled
as to what to do next. What should I try?

Thanks!

-- IV




Maybe ...

chown -R your user name (not as root!)  /your/zope-instance

If that doesnt work you might review these 2 zope install write ups:

http://www.plope.com/Books/2_7Edition/InstallingZope.stx#2-6

x http://plone.org/documentation/how-to/setup-from-source

David



___
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] No joy on 8080.

2006-06-25 Thread Ignacio Valdes
I did see in event.log that hostname was 0.0.0.0 and I added 
ip-address 129.106.nospam.nospam to it and it now recognizes the 
hostname in the event.log file. Unfortunately, that doesn't change 
anything, it still doesn't seem to respond to 
http://129.106.nospam.nospam:8080 in a browser.


-- IV

On Sun, 25 Jun 2006 20:49:23 -0400
 [EMAIL PROTECTED] wrote:

Do you see anything in your logs?

- Original Message - From: Ignacio Valdes 
[EMAIL PROTECTED]

To: thomas desvenain [EMAIL PROTECTED]; zope@zope.org
Sent: Sunday, June 25, 2006 7:18 PM
Subject: Re: [Zope] No joy on 8080.


Thanks, effective-user is zope and it appears to own the directories 
pertaining to zope. I restarted it using /etc/rc.d/init.d/zope 
restart but 
I still don't get anything on 8080. -- IV


On Mon, 26 Jun 2006 01:01:24 +0200
 thomas desvenain [EMAIL PROTECTED] wrote:
i had this problem : i forgot giving to zope server's 
effective-user 
the

rights on zope instance directory

(effective-user name is defined in zopeinstance/etc/zope.conf)

2006/6/26, Ignacio Valdes [EMAIL PROTECTED]:


Hello all,

I installed Zope on Fedora Core 5 using yum install zope, I opened
port 8080 with lokkit, then I started it up using zopectl start. 
This

is all on a headless server by ssh so I can't check
http://localhost:8080 but http://server ip address:8080 on my 
browser

doesn't work. I do have xampp apache running as well and can get the
xampp welcome screen to appear but with xampp apache started or
stopped http://server ip address:8080 doesn't do anything. I'm 
baffled

as to what to do next. What should I try?

Thanks!

-- IV
___
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 )





--
Thomas Desvenain
Junior Plone/Zope, Looking for a Job !
Now, trainee at Institut National de Recherche Agronomique
Mathématiques, Informatique et Génôme laboratory
78350 Jouy en Josas
0134652943


___
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 ) 




___
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] No joy on 8080.

2006-06-25 Thread rawsystems
do you see zope  ready to handle requests? at the end of the log (meaning 
your startup is  good?)


- Original Message - 
From: Ignacio Valdes [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; thomas desvenain [EMAIL PROTECTED]; 
zope@zope.org

Sent: Sunday, June 25, 2006 9:04 PM
Subject: Re: [Zope] No joy on 8080.


I did see in event.log that hostname was 0.0.0.0 and I added ip-address 
129.106.nospam.nospam to it and it now recognizes the hostname in the 
event.log file. Unfortunately, that doesn't change anything, it still 
doesn't seem to respond to http://129.106.nospam.nospam:8080 in a browser.


-- IV

On Sun, 25 Jun 2006 20:49:23 -0400
 [EMAIL PROTECTED] wrote:

Do you see anything in your logs?

- Original Message - From: Ignacio Valdes [EMAIL PROTECTED]
To: thomas desvenain [EMAIL PROTECTED]; zope@zope.org
Sent: Sunday, June 25, 2006 7:18 PM
Subject: Re: [Zope] No joy on 8080.


Thanks, effective-user is zope and it appears to own the directories 
pertaining to zope. I restarted it using /etc/rc.d/init.d/zope restart 
but I still don't get anything on 8080. -- IV


On Mon, 26 Jun 2006 01:01:24 +0200
 thomas desvenain [EMAIL PROTECTED] wrote:
i had this problem : i forgot giving to zope server's effective-user 
the

rights on zope instance directory

(effective-user name is defined in zopeinstance/etc/zope.conf)

2006/6/26, Ignacio Valdes [EMAIL PROTECTED]:


Hello all,

I installed Zope on Fedora Core 5 using yum install zope, I opened
port 8080 with lokkit, then I started it up using zopectl start. This
is all on a headless server by ssh so I can't check
http://localhost:8080 but http://server ip address:8080 on my browser
doesn't work. I do have xampp apache running as well and can get the
xampp welcome screen to appear but with xampp apache started or
stopped http://server ip address:8080 doesn't do anything. I'm baffled
as to what to do next. What should I try?

Thanks!

-- IV
___
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 )





--
Thomas Desvenain
Junior Plone/Zope, Looking for a Job !
Now, trainee at Institut National de Recherche Agronomique
Mathématiques, Informatique et Génôme laboratory
78350 Jouy en Josas
0134652943


___
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 )






___
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] No joy on 8080.

2006-06-25 Thread Ignacio Valdes

Yes. -- IV

On Sun, 25 Jun 2006 21:30:58 -0400
 [EMAIL PROTECTED] wrote:
do you see zope  ready to handle requests? at the end of the log 
(meaning your startup is  good?)


- Original Message - From: Ignacio Valdes 
[EMAIL PROTECTED]
To: [EMAIL PROTECTED]; thomas desvenain 
[EMAIL PROTECTED]; zope@zope.org

Sent: Sunday, June 25, 2006 9:04 PM
Subject: Re: [Zope] No joy on 8080.


I did see in event.log that hostname was 0.0.0.0 and I added 
ip-address 129.106.nospam.nospam to it and it now recognizes the 
hostname in the event.log file. Unfortunately, that doesn't change 
anything, it still doesn't seem to respond to 
http://129.106.nospam.nospam:8080 in a browser.


-- IV

On Sun, 25 Jun 2006 20:49:23 -0400
 [EMAIL PROTECTED] wrote:

Do you see anything in your logs?

- Original Message - From: Ignacio Valdes 
[EMAIL PROTECTED]

To: thomas desvenain [EMAIL PROTECTED]; zope@zope.org
Sent: Sunday, June 25, 2006 7:18 PM
Subject: Re: [Zope] No joy on 8080.


Thanks, effective-user is zope and it appears to own the directories 
pertaining to zope. I restarted it using /etc/rc.d/init.d/zope 
restart 
but I still don't get anything on 8080. -- IV


On Mon, 26 Jun 2006 01:01:24 +0200
 thomas desvenain [EMAIL PROTECTED] wrote:
i had this problem : i forgot giving to zope server's 
effective-user 
the

rights on zope instance directory

(effective-user name is defined in zopeinstance/etc/zope.conf)

2006/6/26, Ignacio Valdes [EMAIL PROTECTED]:


Hello all,

I installed Zope on Fedora Core 5 using yum install zope, I opened
port 8080 with lokkit, then I started it up using zopectl start. 
This

is all on a headless server by ssh so I can't check
http://localhost:8080 but http://server ip address:8080 on my 
browser

doesn't work. I do have xampp apache running as well and can get the
xampp welcome screen to appear but with xampp apache started or
stopped http://server ip address:8080 doesn't do anything. I'm 
baffled

as to what to do next. What should I try?

Thanks!

-- IV
___
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 )





--
Thomas Desvenain
Junior Plone/Zope, Looking for a Job !
Now, trainee at Institut National de Recherche Agronomique
Mathématiques, Informatique et Génôme laboratory
78350 Jouy en Josas
0134652943


___
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 )








___
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] No joy on 8080.

2006-06-25 Thread rawsystems
Search up the log and see if zope's setup on 8080 (per the zope.conf file, 
btw)

maybe it's on a different port.
Do you have tomcat also install (i think iirc that it would also use port 
80)
I'd also trylocalhost or check your host file for your machine name, or a 
real ip addres..


http://10.0.0.1:8080/manage for instance.

hth
bobb


- Original Message - 
From: Ignacio Valdes [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; thomas desvenain [EMAIL PROTECTED]; 
zope@zope.org

Sent: Sunday, June 25, 2006 9:37 PM
Subject: Re: [Zope] No joy on 8080.



Yes. -- IV

On Sun, 25 Jun 2006 21:30:58 -0400
 [EMAIL PROTECTED] wrote:
do you see zope  ready to handle requests? at the end of the log 
(meaning your startup is  good?)


- Original Message - From: Ignacio Valdes [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; thomas desvenain 
[EMAIL PROTECTED]; zope@zope.org

Sent: Sunday, June 25, 2006 9:04 PM
Subject: Re: [Zope] No joy on 8080.


I did see in event.log that hostname was 0.0.0.0 and I added ip-address 
129.106.nospam.nospam to it and it now recognizes the hostname in the 
event.log file. Unfortunately, that doesn't change anything, it still 
doesn't seem to respond to http://129.106.nospam.nospam:8080 in a 
browser.


-- IV

On Sun, 25 Jun 2006 20:49:23 -0400
 [EMAIL PROTECTED] wrote:

Do you see anything in your logs?

- Original Message - From: Ignacio Valdes 
[EMAIL PROTECTED]

To: thomas desvenain [EMAIL PROTECTED]; zope@zope.org
Sent: Sunday, June 25, 2006 7:18 PM
Subject: Re: [Zope] No joy on 8080.


Thanks, effective-user is zope and it appears to own the directories 
pertaining to zope. I restarted it using /etc/rc.d/init.d/zope restart 
but I still don't get anything on 8080. -- IV


On Mon, 26 Jun 2006 01:01:24 +0200
 thomas desvenain [EMAIL PROTECTED] wrote:
i had this problem : i forgot giving to zope server's 
effective-user the

rights on zope instance directory

(effective-user name is defined in zopeinstance/etc/zope.conf)

2006/6/26, Ignacio Valdes [EMAIL PROTECTED]:


Hello all,

I installed Zope on Fedora Core 5 using yum install zope, I opened
port 8080 with lokkit, then I started it up using zopectl start. 
This

is all on a headless server by ssh so I can't check
http://localhost:8080 but http://server ip address:8080 on my 
browser

doesn't work. I do have xampp apache running as well and can get the
xampp welcome screen to appear but with xampp apache started or
stopped http://server ip address:8080 doesn't do anything. I'm 
baffled

as to what to do next. What should I try?

Thanks!

-- IV
___
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 )





--
Thomas Desvenain
Junior Plone/Zope, Looking for a Job !
Now, trainee at Institut National de Recherche Agronomique
Mathématiques, Informatique et Génôme laboratory
78350 Jouy en Josas
0134652943


___
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 )










___
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] No joy on 8080.

2006-06-25 Thread Ignacio Valdes

Here is my event.log file:

2006-06-25T21:12:21 INFO ZServer HTTP server started at Sun Jun 25 
21:12:21 2006

Hostname: dune
Port: 8080
--
2006-06-25T21:12:23 WARNING ZODB Could not import class 
'PlacelessTranslationService' from module 
'Products.PlacelessTranslationServic

e.PlacelessTranslationService'
--
2006-06-25T21:12:24 INFO Zope Ready to handle requests

-- IV

On Sun, 25 Jun 2006 22:31:20 -0400
 [EMAIL PROTECTED] wrote:
Search up the log and see if zope's setup on 8080 (per the zope.conf 
file, btw)

maybe it's on a different port.
Do you have tomcat also install (i think iirc that it would also use 
port 80)
I'd also trylocalhost or check your host file for your machine 
name, or a real ip addres..


http://10.0.0.1:8080/manage for instance.

hth
bobb


- Original Message - From: Ignacio Valdes 
[EMAIL PROTECTED]
To: [EMAIL PROTECTED]; thomas desvenain 
[EMAIL PROTECTED]; zope@zope.org

Sent: Sunday, June 25, 2006 9:37 PM
Subject: Re: [Zope] No joy on 8080.



Yes. -- IV

On Sun, 25 Jun 2006 21:30:58 -0400
 [EMAIL PROTECTED] wrote:
do you see zope  ready to handle requests? at the end of the log 
(meaning your startup is  good?)


- Original Message - From: Ignacio Valdes 
[EMAIL PROTECTED]
To: [EMAIL PROTECTED]; thomas desvenain 
[EMAIL PROTECTED]; zope@zope.org

Sent: Sunday, June 25, 2006 9:04 PM
Subject: Re: [Zope] No joy on 8080.


I did see in event.log that hostname was 0.0.0.0 and I added 
ip-address 129.106.nospam.nospam to it and it now recognizes the 
hostname in the event.log file. Unfortunately, that doesn't change 
anything, it still doesn't seem to respond to 
http://129.106.nospam.nospam:8080 in a browser.


-- IV

On Sun, 25 Jun 2006 20:49:23 -0400
 [EMAIL PROTECTED] wrote:

Do you see anything in your logs?

- Original Message - From: Ignacio Valdes 
[EMAIL PROTECTED]

To: thomas desvenain [EMAIL PROTECTED]; zope@zope.org
Sent: Sunday, June 25, 2006 7:18 PM
Subject: Re: [Zope] No joy on 8080.


Thanks, effective-user is zope and it appears to own the directories 
pertaining to zope. I restarted it using /etc/rc.d/init.d/zope 
restart 
but I still don't get anything on 8080. -- IV


On Mon, 26 Jun 2006 01:01:24 +0200
 thomas desvenain [EMAIL PROTECTED] wrote:
i had this problem : i forgot giving to zope server's 
effective-user the

rights on zope instance directory

(effective-user name is defined in zopeinstance/etc/zope.conf)

2006/6/26, Ignacio Valdes [EMAIL PROTECTED]:


Hello all,

I installed Zope on Fedora Core 5 using yum install zope, I opened
port 8080 with lokkit, then I started it up using zopectl start. 
This

is all on a headless server by ssh so I can't check
http://localhost:8080 but http://server ip address:8080 on my 
browser

doesn't work. I do have xampp apache running as well and can get the
xampp welcome screen to appear but with xampp apache started or
stopped http://server ip address:8080 doesn't do anything. I'm 
baffled

as to what to do next. What should I try?

Thanks!

-- IV
___
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 )





--
Thomas Desvenain
Junior Plone/Zope, Looking for a Job !
Now, trainee at Institut National de Recherche Agronomique
Mathématiques, Informatique et Génôme laboratory
78350 Jouy en Josas
0134652943


___
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 )












___
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 )