Hi Santiago,
I'm using JServ v1.1.1 and Cocoon portlet seems to be
working again for me.
I had to change my httpd.conf configuration file
(local URLs are now handled as 'http://127.0.0.1:80/...'
instead of 'http://localhost:80/...') in order to allow
the server to listen on 127.0.0.1:80.
---- httpd.conf ----
#
# Listen: Allows you to bind Apache to specific IP addresses and/or
# ports, in addition to the default. See also the <VirtualHost>
# directive.
#
#Listen 3000
Listen 127.0.0.1:80
Listen yourhostname:80
--------------------
Thanks,
J. Carlos
-----Mensaje original-----
De: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]En nombre de Santiago Gala
Enviado el: lunes, 04 de septiembre de 2000 12:14
Para: JetSpeed
Asunto: JServ and latest cvs version
For those out there using JServ with apache, and running versions from
the cvs tree, I would ask a test:
stop the server, remove all entries in the cache directory coming from
localhost:
_http_localhost*
_http_<yourname>*
_http_127.*
remove also the repository classes, generated by Cocoon
update the cvs, build jetspeed, restart and try the applications.
If you get errors, please report them.
It is a test to check the latest changes regarding cache storage, etc.
I hope this time, everything will be all right.
Thanks in advance for the time taken by the tests.
Regards,
Santiago
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]