Re: I feel stupid. COCOON + TOMCAT

2002-10-02 Thread Jacob L E Blain Christen

 This is not the case.  I believe the documentation to be out of date for
 this but for as long as I have been using cocoon (a few months now)
 there has been a downloadable binary for the latest release that is
 compiled for and works with the 1.4 JVM.  It is accessible alongside
 the normal cocoon binaries.
 
 Are you using database connections, too?

here is a link to the 2.0.3 JVM 1.3- release tarball:
-- http://xml.apache.org/dist/cocoon/cocoon-2.0.3-src.tar.gz
and here is a link to the 2.0.3 JVM 1.4+ release tarball:
-- http://xml.apache.org/dist/cocoon/cocoon-2.0.3-vm14-bin.tar.gz

what's the mystery here?  i've ran this (the release compiled for 1.4)
from day one with no problems.  granted i've only ran just about every
sample in the default release and not setup my own db connections yet
but i know a few of the samples i hit were connecting to the hypersql
database that is bundled with cocoon.  so now that i've made a firm
statement i will go an verify that i can talk to _my_ database =)

--
Jacob L E Blain Christen
Entheal LLC

-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]




Re: I feel stupid. COCOON + TOMCAT

2002-10-02 Thread Jerry Fowler

I've been using the 1.4 JVM cocoon binary with an Oracle connection 
using the stock Oracle thin JDBC driver for queries quite successfully. 
Cannot yet attest to viability of update/insert/delete.

Bobby Mitchell wrote:



 This is not the case.  I believe the documentation to be out of date for
 this but for as long as I have been using cocoon (a few months now)
 there has been a downloadable binary for the latest release that is
 compiled for and works with the 1.4 JVM.  It is accessible alongside
 the normal cocoon binaries.

 Are you using database connections, too?
 


-- 
Jerry Fowler
Bioinformatics, Xeotron Corporation
+1 713.842.2121 x292
8275 El Rio, Suite 130
Houston, Texas 77054


-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]




Re: I feel stupid. COCOON + TOMCAT

2002-10-02 Thread Mauro Daniel Ardolino

CONFIRMATION: IT WORKS.
Now Cocoon is working on my linux pc.  It was all a problem of
permissions.  I'm using it with Eclipse (by the Tomcat Plugin).
There are some problems using it in debug mode, but they are about
permissions too.

I can see the main page of cocoon.  But now...I CAN'T EXECUTE MY PREVIOUS
APPLICATIONS ANY MORE!!!

I get this message (on the web browser):
HTTP Status 503 - Servlet Cocoon2 is currently unavailable.

It's strange because my applications do not use cocoon (not yet!).

Any ideas?

Reggards.

-- Mauro

On Wed, 2 Oct 2002, Jerry Fowler wrote:

 I've been using the 1.4 JVM cocoon binary with an Oracle connection 
 using the stock Oracle thin JDBC driver for queries quite successfully. 
 Cannot yet attest to viability of update/insert/delete.
 
 Bobby Mitchell wrote:
 
 
 
  This is not the case.  I believe the documentation to be out of date for
  this but for as long as I have been using cocoon (a few months now)
  there has been a downloadable binary for the latest release that is
  compiled for and works with the 1.4 JVM.  It is accessible alongside
  the normal cocoon binaries.
 
  Are you using database connections, too?
  
 
 
 

-- 
Ing.Mauro Daniel Ardolino
Departamento de Desarrollo y Servicios
Altersoft
Billinghurst 1599 - Piso 9
C1425DTE - Capital Federal
Tel/Fax: 4821-3376 / 4822-8759
mailto: [EMAIL PROTECTED]
website: http://www.altersoft.com.ar


-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]




Re: I feel stupid. COCOON + TOMCAT

2002-10-02 Thread Jacob L E Blain Christen

I am using a nearly identical platform (cocoon 2.0.3 on one machine and
2.1-dev on another).  Make sure that in your tomcat server.xml file
that for the Host element it has the unpackWARs=true attribute.

[snip]
 c) If you want to use Cocoon with JDK 1.4, you have to download the source
 distribution and build it by hand.
[snip]

This is not the case.  I believe the documentation to be out of date for
this but
for as long as I have been using cocoon (a few months now) there has been
a downloadable binary for the latest release that is compiled for and works
with the 1.4 JVM.  It is accessible alongside the normal cocoon binaries.

--
Jacob L E Blain Christen
Entheal LLC


-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]




Re: I feel stupid. COCOON + TOMCAT

2002-10-01 Thread Peter Nuetzel . inglobo

Hi Mauro,

check the tomcat logfiles in $TOMCAT_HOME/logs. There should be hint to
what went wrong.

-peter



Von: Mauro Daniel Ardolino [EMAIL PROTECTED]

Hi! I think I'll go mad.  About a week ago I was trying to install cocoon
on tomcat on windows: I couldn't and I thought it was a windows problem.
Some of you were trying to help me.

Now after some changes I am working on RH73.  I've installed Tomcat 4.1.12
and still can't make cocoon to deploy.

I downloaded the cocoon 2.0.3 binary distribution, and put the cocoon.war
inside the tomcat_home/webapps folder.  I restarted Tomcat and nothing
happens.  The folder cocoon does not apear inside webapps and of
course I'm not seeing the http://localhost:8080/cocoon presentation page.

I feel really stupid.  What am I doing wrong (again)?

Thanks in advance.

-- Mauro

--
Ing.Mauro Daniel Ardolino
Departamento de Desarrollo y Servicios
Altersoft
Billinghurst 1599 - Piso 9
C1425DTE - Capital Federal
Tel/Fax: 4821-3376 / 4822-8759
mailto: [EMAIL PROTECTED]
website: http://www.altersoft.com.ar






-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]




Re: I feel stupid. COCOON + TOMCAT

2002-10-01 Thread Mauro Daniel Ardolino

It's strange.  Nothing in $TOMCAT_HOME/logs of today and nothing about
cocoon.

Any other ideas?

Thanks.

Mauro


On Tue, 1 Oct 2002, Peter Nuetzel . inglobo wrote:

 Hi Mauro,
 
 check the tomcat logfiles in $TOMCAT_HOME/logs. There should be hint to
 what went wrong.
 
 -peter
 
 
 
 Von: Mauro Daniel Ardolino [EMAIL PROTECTED]
 
 Hi! I think I'll go mad.  About a week ago I was trying to install cocoon
 on tomcat on windows: I couldn't and I thought it was a windows problem.
 Some of you were trying to help me.
 
 Now after some changes I am working on RH73.  I've installed Tomcat 4.1.12
 and still can't make cocoon to deploy.
 
 I downloaded the cocoon 2.0.3 binary distribution, and put the cocoon.war
 inside the tomcat_home/webapps folder.  I restarted Tomcat and nothing
 happens.  The folder cocoon does not apear inside webapps and of
 course I'm not seeing the http://localhost:8080/cocoon presentation page.
 
 I feel really stupid.  What am I doing wrong (again)?
 
 Thanks in advance.
 
 -- Mauro
 
 --
 Ing.Mauro Daniel Ardolino
 Departamento de Desarrollo y Servicios
 Altersoft
 Billinghurst 1599 - Piso 9
 C1425DTE - Capital Federal
 Tel/Fax: 4821-3376 / 4822-8759
 mailto: [EMAIL PROTECTED]
 website: http://www.altersoft.com.ar
 
 
 
 
 
 
 -
 Please check that your question  has not already been answered in the
 FAQ before posting. http://xml.apache.org/cocoon/faq/index.html
 
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail:   [EMAIL PROTECTED]
 
 

-- 
Ing.Mauro Daniel Ardolino
Departamento de Desarrollo y Servicios
Altersoft
Billinghurst 1599 - Piso 9
C1425DTE - Capital Federal
Tel/Fax: 4821-3376 / 4822-8759
mailto: [EMAIL PROTECTED]
website: http://www.altersoft.com.ar


-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]




Re: I feel stupid. COCOON + TOMCAT

2002-10-01 Thread Antonio Gallardo Rivera

OK, I am using the same plataform like you:

Red Hat 7.3 (lastest updates)
J2SDK 1.4.1 (from Sun)
Tomcat 4.1.12
Cocoon 2.1 (lastest CVS), before I used well 2.0.3 from distribution.

1-The process of install is well documented in:

http://xml.apache.org/cocoon/installing/index.html

2-Some tips:

a) Check you have configured the variable $JAVA_HOME

You can check this just writing on the command prompt:

echo $JAVA_HOME

b) If you will use Java 1.4:
Create %JAVA_HOME%\jre\lib\endorsed directory. 
Copy xerces-XXX.jar, xalan-XXX.jar, and the xml-apis.jar from the .\lib\core\
to the %JAVA_HOME%\jre\lib\endorsed\ directory. 
c) If you want to use Cocoon with JDK 1.4, you have to download the source 
distribution and build it by hand. 

Please read it the document carefully and feel free to ask back :)

Regards,

Antonio Gallardo






El Martes, 01 de Octubre de 2002 14:21, Mauro Daniel Ardolino escribió:
 Hi! I think I'll go mad.  About a week ago I was trying to install cocoon
 on tomcat on windows: I couldn't and I thought it was a windows problem.
 Some of you were trying to help me.

 Now after some changes I am working on RH73.  I've installed Tomcat 4.1.12
 and still can't make cocoon to deploy.

 I downloaded the cocoon 2.0.3 binary distribution, and put the cocoon.war
 inside the tomcat_home/webapps folder.  I restarted Tomcat and nothing
 happens.  The folder cocoon does not apear inside webapps and of
 course I'm not seeing the http://localhost:8080/cocoon presentation page.

 I feel really stupid.  What am I doing wrong (again)?

 Thanks in advance.

 -- Mauro

-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]




Re: I feel stupid. COCOON + TOMCAT

2002-10-01 Thread Mauro Daniel Ardolino

Thanks a lot.  I red some of these documentation.

I think the main problem is a linux file permission problem.
I've changed some permissions to some files and folders and it seems that
the deploy is being done at startup (following the eclipse debug
console).  Now I have some other problems while trying to browse.
If I cannot solve them I'll tell you.

-- Mauro


On Tue, 1 Oct 2002, Antonio Gallardo Rivera wrote:

 OK, I am using the same plataform like you:
 
 Red Hat 7.3 (lastest updates)
 J2SDK 1.4.1 (from Sun)
 Tomcat 4.1.12
 Cocoon 2.1 (lastest CVS), before I used well 2.0.3 from distribution.
 
 1-The process of install is well documented in:
 
 http://xml.apache.org/cocoon/installing/index.html
 
 2-Some tips:
 
 a) Check you have configured the variable $JAVA_HOME
 
 You can check this just writing on the command prompt:
 
 echo $JAVA_HOME
 
 b) If you will use Java 1.4:
   Create %JAVA_HOME%\jre\lib\endorsed directory. 
   Copy xerces-XXX.jar, xalan-XXX.jar, and the xml-apis.jar from the .\lib\core\
   to the %JAVA_HOME%\jre\lib\endorsed\ directory. 
 c) If you want to use Cocoon with JDK 1.4, you have to download the source 
 distribution and build it by hand. 
 
 Please read it the document carefully and feel free to ask back :)
 
 Regards,
 
 Antonio Gallardo
 
 
 
 
 
 
 El Martes, 01 de Octubre de 2002 14:21, Mauro Daniel Ardolino escribió:
  Hi! I think I'll go mad.  About a week ago I was trying to install cocoon
  on tomcat on windows: I couldn't and I thought it was a windows problem.
  Some of you were trying to help me.
 
  Now after some changes I am working on RH73.  I've installed Tomcat 4.1.12
  and still can't make cocoon to deploy.
 
  I downloaded the cocoon 2.0.3 binary distribution, and put the cocoon.war
  inside the tomcat_home/webapps folder.  I restarted Tomcat and nothing
  happens.  The folder cocoon does not apear inside webapps and of
  course I'm not seeing the http://localhost:8080/cocoon presentation page.
 
  I feel really stupid.  What am I doing wrong (again)?
 
  Thanks in advance.
 
  -- Mauro
 
 -
 Please check that your question  has not already been answered in the
 FAQ before posting. http://xml.apache.org/cocoon/faq/index.html
 
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail:   [EMAIL PROTECTED]
 
 

-- 
Ing.Mauro Daniel Ardolino
Departamento de Desarrollo y Servicios
Altersoft
Billinghurst 1599 - Piso 9
C1425DTE - Capital Federal
Tel/Fax: 4821-3376 / 4822-8759
mailto: [EMAIL PROTECTED]
website: http://www.altersoft.com.ar


-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]




Re: I feel stupid. COCOON + TOMCAT

2002-10-01 Thread Jacob L E Blain Christen

I am using a nearly identical platform (cocoon 2.0.3 on one machine and
2.1-dev on another).  Make sure that in your tomcat server.xml file
that for the Host element it has the unpackWARs=true attribute.

[snip]
 c) If you want to use Cocoon with JDK 1.4, you have to download the source
 distribution and build it by hand.
[snip]

This is not the case.  I believe the documentation to be out of date for
this but for as long as I have been using cocoon (a few months now)
there has been a downloadable binary for the latest release that is
compiled for and works with the 1.4 JVM.  It is accessible alongside
the normal cocoon binaries.

--
Jacob L E Blain Christen
Entheal LLC


-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]




Re: I feel stupid. COCOON + TOMCAT

2002-10-01 Thread Antonio Gallardo Rivera

I was thinked about that. Can be your firewall the sorce of all the problems?

Check if you have the permission to allow listen in the port 8080 or if 
another app is there listening.

Because, if TOMCAT if totally sillent (logs are empty), that means tomcat is 
not getting the request.

What about first checking, tomcat:

http://localhost:8080/

Antonio Gallardo



El Martes, 01 de Octubre de 2002 14:21, Mauro Daniel Ardolino escribió:
 Hi! I think I'll go mad.  About a week ago I was trying to install cocoon
 on tomcat on windows: I couldn't and I thought it was a windows problem.
 Some of you were trying to help me.

 Now after some changes I am working on RH73.  I've installed Tomcat 4.1.12
 and still can't make cocoon to deploy.

 I downloaded the cocoon 2.0.3 binary distribution, and put the cocoon.war
 inside the tomcat_home/webapps folder.  I restarted Tomcat and nothing
 happens.  The folder cocoon does not apear inside webapps and of
 course I'm not seeing the http://localhost:8080/cocoon presentation page.

 I feel really stupid.  What am I doing wrong (again)?

 Thanks in advance.

 -- Mauro

-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]