BackTalk to Document The Zope Book (2.6 Edition)/Zope Concepts and Architecture
[email protected] Thu, 22 Apr 2004 16:55:19 -0400
| Newsgroups | gmane.comp.web.zope.zdp |
|---|---|
| Message-ID | <[email protected]> |
A comment to the paragraph below was recently added via http://zope.org/Documentation/Books/ZopeBook/2_6Edition/ZopeArchitecture.stx#3-14
---------------
The URL of an object is most simply composed of its 'host',
'port', and 'path'. So for the Zope object with the path '/Bob'
on the Zope server at 'http://localhost:8080', the URL would be
'http://localhost:8080/Bob'. Visting a URL of a Zope object
directly is termed *calling the object through the web*. This
causes the object to be evaluated and the result of the
evauluation is returned to your web browser.
% Anonymous User - Mar. 9, 2004 5:42 pm:
Bastante simple No?
% Anonymous User - Apr. 6, 2004 1:01 pm:
evauluation should be evaluation
% Anonymous User - Apr. 14, 2004 2:45 pm:
why the url contains port...is there anyway can remove it?
% Anonymous User - Apr. 22, 2004 4:55 pm:
Yes, just run on the browser default port (80) instead of the Zope (also Tomcat) default (8080). How to
change this in the configuration is left as an excercise for the reader. :)
_______________________________________________
ZDP maillist - [email protected]
http://mail.zope.org/mailman/listinfo/zdp