RE: Cocoon-2.0b1 -- build fails

2001-06-06 Thread Gary Clark

I had the same problem.  I copied the files from an earlier CVS (Monday)
version I had.  Also, during the build I got:

prepare-src-22:
Could not find file
/usr/xml-cocoon2/src/org/apache/cocoon/environment/http/RequestWrapper22.jav
a to copy.

It compiles cleanly after copying that file from the same CVS version, but
it does not run. :-(

Tomcat 3.2.2, Cocoon2-b1 and Java 1.3.0 from blackdown (build
Blackdown-1.3.0-RC1).  I'm still working through the
cocoon/WEB-INF/logs/cocoon.log file.

Gary A. Clark
Systems Programmer
Software Services Group
JELD-WEN Information Systems

> -Original Message-
> From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, June 06, 2001 8:14 AM
> To:   cocoon-users
> Subject:  Cocoon-2.0b1 -- build fails
> 
> Hi folks
> 
> Just now I downloaded the Cocoon-2.0b1.tar.gz (9930213 bytes)
> and tried to build it after setting my JAVA_HOME on a linux box.
> 
>The build fails with the following message
> Regards
> Joseph Rajkumar
> ==
> [rajkumar@gman CocoonTwo]$ ./build.sh  -Dinclude.webapp.libs=yes webapp
> Buildfile: build.xml
> init:
> --- Apache Cocoon 2.0b1 [1999-2001] 
> generate-java-code:
> Transforming into
> /home/rajkumar/CocoonTwo/build/cocoon/src/org/apache/cocoon/components/bro
> wser
> 
> Loading stylesheet
> /home/rajkumar/CocoonTwo/src/org/apache/cocoon/components/browser/BrowserI
> mpl.xsl
> 
> Failed to read stylesheet BrowserImpl.xsl
> 
> BUILD FAILED
> 
> /home/rajkumar/CocoonTwo/build.xml:297:
> javax.xml.transform.TransformerConfigurationException: File
> "file:/home/rajkumar/CocoonTwo/src/org/apache/cocoon/components/browser/Br
> owserImpl.xsl"
> not found.
> --- Nested Exception ---
> 
> Total time: 5 seconds
> 
> 
> 
> -
> Please check that your question has not already been answered in the
> FAQ before posting. 
> 
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>

-
Please check that your question has not already been answered in the
FAQ before posting. 

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




RE: [C2]: Missing files in distribution - solved

2001-06-06 Thread Gary Clark

It compiles much better now, thanks.

Gary A. Clark
Systems Programmer
Software Services Group
JELD-WEN Information Systems

> -Original Message-
> From: Carsten Ziegeler [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, June 06, 2001 9:28 AM
> To:   [EMAIL PROTECTED]; Cocoon-Users@Xml. Apache. Org
> Subject:  AW: [C2]: Missing files in distribution - solved
> 
> And again my appologies...
> 
> There was another "bug" in the build script for the
> distribution which made compiling impossible.
> I fixed this and redistributed the dist to the server.
> 
> Now the distribution builds very well.
> 
> Again sorry, hope things are not getting worse...
> 
> 
> Carsten 
> 
> Open Source GroupsunShine - b:Integrated
> 
> Carsten Ziegeler, S&N AG, Klingenderstrasse 5, D-33100 Paderborn
> www.sundn.de  mailto: [EMAIL PROTECTED] 
> 
> 
> 
> > Carsten Ziegeler wrote:
> > 
> > Hi,
> > 
> > unfortunately some files were missing in the distribution
> > of the beta1, e.g. the build.xml.
> > 
> > Without wanting to cause big problems I just put a new
> > distribution with the missing files in the dist directory
> > of the xml.apache.org server.
> > This is not the real solution I know, but creating a b2
> > only for the missing files is perhaps overdoing it.
> > 
> > The build.xml file for the 2.1-dev and 2.0b1-dev are
> > corrected, so only when you really build the dist 
> > for 2.0b1 the files are missing. 
> > 
> > Sorry for this problems,
> > 
> > 
> > Carsten 
> > 
> > Open Source GroupsunShine - b:Integrated
> > 
> > Carsten Ziegeler, S&N AG, Klingenderstrasse 5, D-33100 Paderborn
> > www.sundn.de  mailto: [EMAIL PROTECTED] 
> > 
> > 
> > 
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, email: [EMAIL PROTECTED]
> > 
> 
> -
> Please check that your question has not already been answered in the
> FAQ before posting. 
> 
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>

-
Please check that your question has not already been answered in the
FAQ before posting. 

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




RE: Turbine without ESQL

2001-06-06 Thread Gary Clark

First, setup cocoon.properties (I'm creating a new pool called 'mypool'
which connects to a postgresql database called mydb).

processor.xsp.pool.database.mypool.driver=org.postgresql.Driver
processor.xsp.pool.database.mypool.url=jdbc:postgresql://localhost/mydb
processor.xsp.pool.database.mypool.username=myid
processor.xsp.pool.database.mypool.password=mypassword
processor.xsp.pool.database.mypool.maxConnections=3
processor.xsp.pool.database.mypool.expiryTime=360

(There may be more stuff needed to setup depending on your database)

Now, just replace the following lines:

  org.postgresql.Driver
  jdbc:postgresql://localhost/test
  test
  test

with:

  mypool



Gary A. Clark
Systems Programmer
Software Services Group
JELD-WEN Information Systems

> -Original Message-
> From: Oskar Werewka [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, June 06, 2001 9:53 AM
> To:   [EMAIL PROTECTED]
> Subject:  Turbine without ESQL
> 
> 
> Can somebody just send me a fragment
> of code, which gets connections from
> Turbine pool?
> 
> COCOON 1.8.2
> 
> It will be very niece for me ;)
> 
> Thanks,
> Oskar Werewka
> 
> 
> 
> -- 
> 
> Kamera wideo Sony, 5000 zl
> wygraj w konkursie eMarketu i Onet.pl [ http://konkursy.onet.pl/emarket ]
> 
> 
> -
> Please check that your question has not already been answered in the
> FAQ before posting. 
> 
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>

-
Please check that your question has not already been answered in the
FAQ before posting. 

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




RE: Turbine without ESQL

2001-06-06 Thread Gary Clark

Sorry, I'm still scratching my head with C2.  Try xml.apache.org and go into
the Turbine part of the site.  I recall seeing some docs in there, but I
don't recall exactly where they were.

Gary A. Clark
Systems Programmer
Software Services Group
JELD-WEN Information Systems

> -Original Message-
> From: Oskar Werewka [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, June 06, 2001 11:16 AM
> To:   [EMAIL PROTECTED]
> Subject:  RE: Turbine without ESQL
> 
> 
> Thank you, but I have written my question wrong, I would like
> to use turbine inside my java helper classes, so I have to use:
> 
>  org.apache.turbine.services.db.PoolBrokerService
>  org.apache.turbine.util.db.pool.DBConnection
> 
> Can you help me? And sorry again.
> 
> 
> >First, setup cocoon.properties (I'm creating a new pool called 'mypool'
> >which connects to a postgresql database called mydb).
> >
> >processor.xsp.pool.database.mypool.driver=org.postgresql.Driver
> >processor.xsp.pool.database.mypool.url=jdbc:postgresql://localhost/mydb
> >processor.xsp.pool.database.mypool.username=myid
> >processor.xsp.pool.database.mypool.password=mypassword
> >processor.xsp.pool.database.mypool.maxConnections=3
> >processor.xsp.pool.database.mypool.expiryTime=360
> >
> >(There may be more stuff needed to setup depending on your database)
> >
> >Now, just replace the following lines:
> >
> >   org.postgresql.Driver
> >   jdbc:postgresql://localhost/test
> >   test
> >   test
> >
> >with:
> >
> >   mypool
> >
> >
> >
> >Gary A. Clark
> >Systems Programmer
> >Software Services Group
> >JELD-WEN Information Systems
> >
> > > -Original Message-
> > > From: Oskar Werewka [SMTP:[EMAIL PROTECTED]]
> > > Sent: Wednesday, June 06, 2001 9:53 AM
> > > To:   [EMAIL PROTECTED]
> > > Subject:  Turbine without ESQL
> > >
> > >
> > > Can somebody just send me a fragment
> > > of code, which gets connections from
> > > Turbine pool?
> > >
> > > COCOON 1.8.2
> > >
> > > It will be very niece for me ;)
> > >
> > > Thanks,
> > > Oskar Werewka
> > >
> > >
> > >
> > > --
> > >
> > > Kamera wideo Sony, 5000 zl
> > > wygraj w konkursie eMarketu i Onet.pl [
> http://konkursy.onet.pl/emarket ]
> > >
> > >
> > > -
> > > Please check that your question has not already been answered in the
> > > FAQ before posting. 
> > >
> > > To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> > > For additional commands, e-mail: <[EMAIL PROTECTED]>
> >
> >-
> >Please check that your question has not already been answered in the
> >FAQ before posting. 
> >
> >To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> >For additional commands, e-mail: <[EMAIL PROTECTED]>
> 
> 
> 
> -- 
> 
> Kamera wideo Sony, 5000 zl
> wygraj w konkursie eMarketu i Onet.pl [ http://konkursy.onet.pl/emarket ]
> 
> 
> -
> Please check that your question has not already been answered in the
> FAQ before posting. 
> 
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>

-
Please check that your question has not already been answered in the
FAQ before posting. 

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




[C2]: with Tomcat 3.2.2

2001-06-06 Thread Gary Clark

Here is what I have found so far with Tomcat 3.2.2 and C2 (RedHat 7.1, fresh
install of Tomcat):

- Follow the instruction at
http://xml.apache.org/cocoon/cocoon2/install.html
- Add the  as shown with Tomcat 4.0 (can someone verify this is
needed?)
- Set your DISPLAY variable if :0.0 is incorrect (sitemap will not compile
without X11, Batik seems to be the cause)

At this point, cocoon just does not respond.  No error messages found yet
(other then DB connections not made in cocoon.log).  My browser (IE) has
been waiting for >15 minutes and has not timed out, but the Linux box is at
0% cpu usage.

Gary A. Clark
Systems Programmer
Software Services Group
JELD-WEN Information Systems


-
Please check that your question has not already been answered in the
FAQ before posting. 

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




RE: use connection pool in esql

2001-06-06 Thread Gary Clark

Did you restart your servlet server (Tomcat in my case)?  The change won't
take effect until you do.  If you did, look in the log files of your servlet
server and see if you can find out why the connection failed.

Gary A. Clark
Systems Programmer
Software Services Group
JELD-WEN Information Systems

> -Original Message-
> From: Fang Huang [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, June 06, 2001 11:32 AM
> To:   [EMAIL PROTECTED]
> Subject:  use connection pool in esql
> 
> Hi, I was trying to use connection pool in esql, but I still got error:
> java.lang.RuntimeException: Could not open pooled connection: mypool
> 
> In cocoon.properties, I add mypool definition as follows:
> processor.xsp.pool.database.mypool.driver=oracle.jdbc.driver.OracleDriver
> processor.xsp.pool.database.mypool.url=jdbc:oracle:thin:@oracle.gl.umbc.ed
> u:1521:GL
> processor.xsp.pool.database.mypool.username=user
> processor.xsp.pool.database.mypool.password=user
> processor.xsp.pool.database.mypool.maxConnections=3
> processor.xsp.pool.database.mypool.expiryTime=360
> 
> And in my xsp file, I use:
> 
>   mypool
>   
>   ...
> 
> I can get the correct results when I use
> 
>   oracle.jdbc.driver.OracleDriver
>   jdbc:oracle:thin:@oracle.gl.umbc.edu:1521:GL
>   user
>   user
>   
> 
> What's wrong with the connection pool? Thanks.
> 
> Fang
> 
> 
> -
> Please check that your question has not already been answered in the
> FAQ before posting. 
> 
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>

-
Please check that your question has not already been answered in the
FAQ before posting. 

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




RE: Internal server error

2001-06-06 Thread Gary Clark

Yee-haw!  (Did I just give my US. West coast location away?)  That was all I
was missing.  Thanks for the info!

Gary A. Clark
Systems Programmer
Software Services Group
JELD-WEN Information Systems

> -Original Message-
> From: Bryan Murphy [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, June 06, 2001 1:18 PM
> To:   [EMAIL PROTECTED]
> Subject:  Re: Internal server error
> 
> Comment out every entry in your sitemap.xmap file that contains 'svg' 
> minus the quotes.  sitemap.xmap is located in the webapps/cocoon 
> directory.  You might have to uncompress the war archive to modify it. 
> Restart tomcat, and everything should work EXCEPT for the svg stuff.   
> If you want to use the svg stuff, you're out of luck till somebody fixes 
> that problem.
> 
> Rajkumar, Joseph wrote:
> 
> > Hi Folks
> > I am using latest Cocoon-2.0b1 with Tomcat-3.2.2 and following
> > the instructions to the letter and this is what I get
> > Regards
> > Joseph Rajkumar
> >
> > Instructions followed: http://xml.apache.org/cocoon2/install.html
> > PS: why is the sitemap hander's sitemap *NOT* available and how can I
> > make it available
> > ==
> > Cocoon 2 - Internal server error
> >
> > type internal-server-error
> > message The sitemap handler's sitemap is not available.
> > description org.apache.cocoon.ProcessingException: The sitemap 
> > handler's sitemap is not available.
> > sender org.apache.cocoon.servlet.CocoonServlet
> > source Cocoon servlet
> > request-uri
> > /cocoon/
> > exception
> > org.apache.cocoon.ProcessingException: The sitemap handler's sitemap 
> > is not available.
> > path-info
> > stacktrace
> > org.apache.cocoon.ProcessingException: The sitemap handler's sitemap 
> > is not available.
> > at 
> > org.apache.cocoon.sitemap.Manager.setupProcessing(Manager.java:179)
> > at org.apache.cocoon.sitemap.Manager.invoke(Manager.java:93)
> > at org.apache.cocoon.Cocoon.process(Cocoon.java:293)
> > at 
> > org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:471)
> > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
> > at 
> > org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:405)
> > at org.apache.tomcat.core.Handler.service(Handler.java:287)
> > at 
> > org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
> > at 
> >
> org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:
> 797) 
> >
> > at 
> > org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
> > at 
> >
> org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(Htt
> pConnectionHandler.java:213) 
> >
> > at 
> >
> org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
> > at 
> >
> org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:501)
> 
> >
> > at java.lang.Thread.run(Thread.java:484)
> >  
> >  
> >
> > 
> >
> >
> >   Cocoon 2 - Internal server error
> >
> > 
> >
> > *type* internal-server-error
> >
> > *message*_The sitemap handler's sitemap is not available._
> >
> > *description*_org.apache.cocoon.ProcessingException: The sitemap 
> > handler's sitemap is not available._
> >
> > *sender* org.apache.cocoon.servlet.CocoonServlet
> >
> > *source* Cocoon servlet
> >
> > *request-uri*
> >
> >/cocoon/
> >
> > *exception*
> >
> >org.apache.cocoon.ProcessingException: The sitemap handler's sitemap is
> not available.
> >
> > *path-info*
> >
> > *stacktrace*
> >
> >org.apache.cocoon.ProcessingException: The sitemap handler's sitemap is
> not available.
> > at
> org.apache.cocoon.sitemap.Manager.setupProcessing(Manager.java:179)
> > at org.apache.cocoon.sitemap.Manager.invoke(Manager.java:93)
> > at org.apache.cocoon.Cocoon.process(Cocoon.java:293)
> > at
> org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:471)
> > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
> > at
> org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:405)
> > at org.apache.tomcat.core.Handler.service(Handler.java:287)
> > at
> org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
> > at
> org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:
> 797)
> > at
> org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
> > at
> org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(Htt
> pConnectionHandler.java:213)
> > at
> org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
> > at
> org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:501)
> > at java.lang.Thread.run(Thread.java:484)
> >
> > --

[C2] sitemap recompile issue

2001-06-06 Thread Gary Clark

Cocoon2-b1
Tomcat 3.2.2
JDK 1.3.0
RedHat Linux 7.1

Although the sitemap compiles correctly at startup, if I modify the
sitemap.xmap file, I get the following messages in the log after every
request.

The procedure I used was:
1) Stop Tomcat
2) Touch sitemap.xmap
3) Start Tomcat
4) Access a cocoon generated web page
5) Touch sitemap.xmap
6) Refresh web page

Looking in cocoon.log, there are no ERROR messages after loading the page
the first time (step 4).  However, after touching sitemap.xmap to make
cocoon think the file was modified, I start getting ERRORs in the log file.

The sitemap is the default one with all references to svg commented out.
These are all of the messages for Thread-33 in cocoon.log (which is
generating the error).  Any ideas/pointers?

DEBUG   84246   [cocoon  ] (Thread-33): Making URL from
file:/usr/jakarta-tomcat-3.2.2/webapps/cocoon/sitemap.xmap
DEBUG   84250   [cocoon  ] (Thread-33): ComponentFactory creating new
instance of
org.apache.cocoon.components.language.markup.sitemap.SitemapMarkupLanguage.
DEBUG   85020   [cocoon  ] (Thread-33): Holding object in memory. Key:
jar:file:/usr/jakarta-tomcat-3.2.2/webapps/cocoon/WEB-INF/lib/cocoon.jar!/or
g/apache/cocoon/components/language/markup/sitemap/java/sitemap.xsl
DEBUG   85021   [cocoon  ] (Thread-33): ComponentFactory decommissioning
instance of
org.apache.cocoon.components.language.markup.sitemap.SitemapMarkupLanguage.
ERROR   85022   [cocoon  ] (Thread-33): Error compiling sitemap

Gary A. Clark
Systems Programmer
Software Services Group
JELD-WEN Information Systems


-
Please check that your question has not already been answered in the
FAQ before posting. 

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




[C2] pooling setup question

2001-06-07 Thread Gary Clark

I'm trying to get pooling to work with esql under C2b1.  Without pools, it
works fine.  IE, if I use the following.

org.postgresql.Driver
jdbc:postgresql://localhost/develop
devtool


My cocoon.conf contains:

  

  
  jdbc:postgresql://localhost/develop
  devtool
  

  

When I change it to devtool I the the following
error:
org.apache.cocoon.ProcessingException: Failed to execute
pipeline.:org.apache.cocoon.ProcessingException: Failed to execute
pipeline.:org.apache.cocoon.ProcessingException: Exception in
ServerPagesGenerator.generate():java.lang.RuntimeException: Could not get
the datasource java.sql.SQLException: You cannot get a Poolable before the
pool is initialized

So, how do I get the pool to initialize?  I've tried to find something in
the examples, but I must be missing something.

Gary A. Clark
Systems Programmer
Software Services Group
JELD-WEN Information Systems


-
Please check that your question has not already been answered in the
FAQ before posting. 

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




RE: [C2] pooling setup question

2001-06-12 Thread Gary Clark

I did, but that may be the problem.  It seems to be an issue with
Avalon/Excalibur, but I don't know enough to even get started with them.
This is another good place in C2 for some extra documentation (hint, hint
;-).

Gary A. Clark
Systems Programmer
Software Services Group
JELD-WEN Information Systems

> -Original Message-
> From: Lajos Moczar [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, June 12, 2001 5:35 AM
> To:   [EMAIL PROTECTED]
> Subject:  Re: [C2] pooling setup question
> 
> Anyone have ideas on this? I'm also getting this exception. I was also 
> confused about the  tags - although this is how cocoon.xconf comes 
> out of CVS, the documentation shows . Do I presume 
> correctly that the documentation is out of date?
> 
> Regards,
> 
> Lajos Moczar
> Galatea IS Inc.
> 
> 
> HALLOWELL,KARL (HP-Cupertino,ex1) wrote:
> 
> > I too am receiving this error. The esql sample works without pooling,
> but I
> > get the same exception with the esql:pool mentioned below. BTW, my setup
> > uses C2 with Tomcat 4.0b5 and Oracle 8i with the thin client jdbc
> driver.
> > 
> > 
> > Karl Hallowell [EMAIL PROTECTED]
> > 
> > 
> >> -Original Message-
> >> From: Gary Clark [mailto:[EMAIL PROTECTED]]
> >> 
> >> 
> >> I'm trying to get pooling to work with esql under C2b1.  
> >> Without pools, it
> >> works fine.  IE, if I use the following.
> >> 
> >> org.postgresql.Driver
> >> jdbc:postgresql://localhost/develop
> >> devtool
> >> 
> >> 
> >> My cocoon.conf contains:
> >> 
> >>   
> >> 
> >>   
> >>   jdbc:postgresql://localhost/develop
> >>   devtool
> >>   
> >> 
> >>   
> >> 
> >> When I change it to devtool I the the following
> >> error:
> >> org.apache.cocoon.ProcessingException: Failed to execute
> >> pipeline.:org.apache.cocoon.ProcessingException: Failed to execute
> >> pipeline.:org.apache.cocoon.ProcessingException: Exception in
> >> ServerPagesGenerator.generate():java.lang.RuntimeException: 
> >> Could not get
> >> the datasource java.sql.SQLException: You cannot get a 
> >> Poolable before the
> >> pool is initialized
> >> 
> >> So, how do I get the pool to initialize?  I've tried to find 
> >> something in
> >> the examples, but I must be missing something.
> >> 
> >> Gary A. Clark
> >> Systems Programmer
> >> Software Services Group
> >> JELD-WEN Information Systems
> >> 
> >> 
> >> -
> >> Please check that your question has not already been answered in the
> >> FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
> >> 
> >> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> >> For additional commands, e-mail: <[EMAIL PROTECTED]>
> >> 
> > 
> > -
> > Please check that your question has not already been answered in the
> > FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
> > 
> > To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> > For additional commands, e-mail: <[EMAIL PROTECTED]>
> 
> 
> -
> Please check that your question has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
> 
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>

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

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




RE: C2: recommended method for accessing Database, esp. for nested queries?

2001-06-13 Thread Gary Clark

C1 had a nested connection in its example (part of it is shown below), but
I've not tried it with C2.  Depending on your needs, a more complex SQL
statement may work as well.  The major factor is how much information from
department_table you want and if it is OK to repeat it with each member.

The following is from Cocoon 1.8.3-DEV sample file esql.xml:

  
select id,name from department_table

  header info
  

  
  
  
org.postgresql.Driver
jdbc:postgresql://localhost/test
test
test

  select name from user_table where department_id =


  

  

  


Gary A. Clark
Systems Programmer
Software Services Group
JELD-WEN Information Systems

> -Original Message-
> From: Götz Botterweck [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, June 13, 2001 6:00 AM
> To:   [EMAIL PROTECTED]
> Subject:  C2: recommended method for accessing Database, esp. for
> nested queries?
> 
> I'm already using the ESQL. Now I'd like to do nested queries. Somewhat
> like that
> 
> QUERY
>   retrieve departments
>   FOR EACH department d
>   retrieve all members of d
>   /FOR EACH
> /QUERY
> 
> I've seen the file ../docs/samples/sql/sql-page.xml with the
>  tag. Is something similar possible with ESQL?
> 
> Thanks for any hints.
> GB
> 
> -
> Please check that your question has not already been answered in the
> FAQ before posting. 
> 
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>

-
Please check that your question has not already been answered in the
FAQ before posting. 

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




RE: Internal-server-error?

2001-06-13 Thread Gary Clark

Since you didn't indicate which platform, I can't tell you the exact
problem, but if you are running under UNIX, then the problem is you do not
have access to the X server (or one is not running).  You have two basic
choices.  Start some kind of X server (some people are using xvfb) or
comment out all references to svg in sitemap.xmap.  Look through the mail
list archive for more specifics.

Gary A. Clark
Systems Programmer
Software Services Group
JELD-WEN Information Systems

> -Original Message-
> From: Tord Öström [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, June 13, 2001 7:38 AM
> To:   [EMAIL PROTECTED]
> Subject:  Internal-server-error?
> 
> Hi
> 
> We are trying to run Cocoon2 on Tomcat 3.2.2 and have followed the
> installations instructions, but it will not work.
> 
> When we are trying to access the http://localhost:8080/cocoon/
> we get the following message in our browser:
> 
> -
> type internal-server-error
> 
> message The sitemap handler's sitemap is not available.
> 
> description org.apache.cocoon.ProcessingException: The sitemap handler's
> sitemap is not available.
> 
> sender org.apache.cocoon.servlet.CocoonServlet
> 
> source Cocoon servlet
> 
> request-uri
> 
> /cocoon/
> 
> exception
> 
> org.apache.cocoon.ProcessingException: The sitemap handler's sitemap is
> not available.
> 
> path-info
> 
> stacktrace
> 
> org.apache.cocoon.ProcessingException: The sitemap handler's sitemap is
> not available.
> at
> org.apache.cocoon.sitemap.Manager.setupProcessing(Manager.java:178)
> at org.apache.cocoon.sitemap.Manager.invoke(Manager.java:95)
> at org.apache.cocoon.Cocoon.process(Cocoon.java:329)
> at
> org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:488)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
> at
> org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:405)
> at org.apache.tomcat.core.Handler.service(Handler.java:287)
> at
> org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
> at
> org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:
> 797)
> at
> org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
> at
> org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(Htt
> pConnectionHandler.java:213)
> at
> org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
> at
> org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:501)
> at java.lang.Thread.run(Thread.java:484)
> -
> 
> The log file is attached.
> 
> What could be the problem?
> You would do us a big favour if you send us a mail with the instructions
> to fix the problem.
> 
> 
> /Tord << File: cocoon.log >>  << File: ATT130647.txt >> 

-
Please check that your question has not already been answered in the
FAQ before posting. 

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




[C2] How do I install a taglib?

2001-06-15 Thread Gary Clark

OK, I'm lame.  I've read everything I could find so if its out there, I
missed it.  How do I install a taglib under C2b1?


Here is the taglib (testing.xml)


http://apache.org/xsp";
  xmlns:testing="http://www.jeld-wen.com/testing/1.0";
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
>
 
   A Testing Message
 



Here is the test page (testing.xsl)


http://apache.org/xsp";
xmlns:xsp-request="http://apache.org/xsp/request/2.0";
xmlns:testing="http://www.jeld-wen.com/testing/1.0";
>
 
  
 



In cocoon.xconf, I've added


  
  http://www.jeld-wen.com/devtool/1.0"/>
  


I admit I'm guessing the value of  should work based on examples
from C1, but I don't know for sure.

I've read the XSP Logicsheet Guide on the C2 website, but it indicates that
I should go to the C2 website to get information about installing a
logicsheet :-/  Any pointers?

BTW, I'll be adding  nodes next, so I do need this to be a taglib
instead of just an XSLT transformation.

TIA,
Gary A. Clark
Systems Programmer
Software Services Group
JELD-WEN Information Systems


-
Please check that your question has not already been answered in the
FAQ before posting. 

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




RE: [C2] How do I install a taglib?

2001-06-18 Thread Gary Clark

Yes, I had referenced esql while putting it together, but I must have missed
something.  I recreated it at home and got it working.  I have some
finishing touches and some install comments then I'll post it here for
others to enjoy.

Gary A. Clark
Systems Programmer
Software Services Group
JELD-WEN Information Systems

> -Original Message-
> From: giacomo [SMTP:[EMAIL PROTECTED]]
> Sent: Saturday, June 16, 2001 11:38 AM
> To:   [EMAIL PROTECTED]
> Subject:  RE: [C2] How do I install a taglib?
> 
> On Fri, 15 Jun 2001, Gary Clark wrote:
> 
> Did you looked at the other taglibs shipped with C2 (especially
> esql.xsl).
> 
> Giacomo
> 
> > OK, I'm still lame, but not as much as before.  I've added the following
> > lines to my taglib and now it generates a .java file.
> >
> >  
> >   
> >
> >
> >   
> >  
> >
> > Now the problem is that the generated file begins with 'package ;'
> instead
> > of 'package some.name.here.we.hope;' which, of course, won't compile.
> Any
> > ideas?
> >
> > Gary A. Clark
> > Systems Programmer
> > Software Services Group
> > JELD-WEN Information Systems
> >
> > > -Original Message-
> > > From: Gary Clark
> > > Sent: Friday, June 15, 2001 3:06 PM
> > > To:   '[EMAIL PROTECTED]'
> > > Subject:  [C2] How do I install a taglib?
> > >
> > > OK, I'm lame.  I've read everything I could find so if its out there,
> I
> > > missed it.  How do I install a taglib under C2b1?
> > >
> > >
> > > Here is the taglib (testing.xml)
> > >
> > > 
> > >  > >   version="1.0"
> > >   xmlns:xsp="http://apache.org/xsp";
> > >   xmlns:testing="http://www.jeld-wen.com/testing/1.0";
> > >   xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
> > > >
> > >  
> > >A Testing Message
> > >  
> > > 
> > >
> > >
> > > Here is the test page (testing.xsl)
> > >
> > > 
> > >  > > language="java"
> > > xmlns:xsp="http://apache.org/xsp";
> > > xmlns:xsp-request="http://apache.org/xsp/request/2.0";
> > > xmlns:testing="http://www.jeld-wen.com/testing/1.0";
> > > >
> > >  
> > >   
> > >  
> > > 
> > >
> > >
> > > In cocoon.xconf, I've added
> > >
> > > 
> > >   
> > >> > value="http://www.jeld-wen.com/devtool/1.0"/>
> > >> > value="file:///home/garyc/work/testing.xsl"/>
> > > 
> > >
> > > I admit I'm guessing the value of  > > value="file:///home/garyc/work/testing.xsl"/> should work based on
> > > examples from C1, but I don't know for sure.
> > >
> > > I've read the XSP Logicsheet Guide on the C2 website, but it indicates
> > > that I should go to the C2 website to get information about installing
> a
> > > logicsheet :-/  Any pointers?
> > >
> > > BTW, I'll be adding  nodes next, so I do need this to be a
> > > taglib instead of just an XSLT transformation.
> > >
> > > TIA,
> > > Gary A. Clark
> > > Systems Programmer
> > > Software Services Group
> > > JELD-WEN Information Systems
> > >
> >
> > -
> > Please check that your question has not already been answered in the
> > FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
> >
> > To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> > For additional commands, e-mail: <[EMAIL PROTECTED]>
> >
> >
> >
> >
> 
> 
> -
> Please check that your question has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
> 
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>

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

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




RE: How 2 serve a simple .html File?

2001-06-18 Thread Gary Clark

For purely static content, you should use a web server (apache comes to mind
:) since it will be less resource intensive and much faster.

Gary A. Clark
Systems Programmer
Software Services Group
JELD-WEN Information Systems

> -Original Message-
> From: Mariano Kamp [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, June 18, 2001 8:55 AM
> To:   [EMAIL PROTECTED]
> Subject:  How 2 serve a simple .html File?
> 
> Hi there,
> 
>   how do I server static content like images and html files with cocoon?
> This 
> stuff is not generating any xml?! So how can it be integrated in the
> sitemap?
> 
> Mariano
> 
> -
> Please check that your question has not already been answered in the
> FAQ before posting. 
> 
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>

-
Please check that your question has not already been answered in the
FAQ before posting. 

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




RE: How 2 serve a simple .html File?

2001-06-18 Thread Gary Clark

I'm not sure if cocoon could/should handle that case.  For me, apache is
available anyway for other content so using it for static pages / graphics /
javascript is a natural choice.  If you don't want to deploy a web server,
how about using a simple Java servlet?  It won't be as fast, but that might
fill your need.

Gary A. Clark
Systems Programmer
Software Services Group
JELD-WEN Information Systems

> -Original Message-
> From: Mariano Kamp [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, June 18, 2001 9:04 AM
> To:   [EMAIL PROTECTED]
> Subject:  Re: How 2 serve a simple .html File?
> 
> ;-) Alright, but what about single sign on, etc. We just have 3% of our 
> documents static.
> 
> Mariano
> 
> > For purely static content, you should use a web server (apache comes to
> > mind
> >
> > :) since it will be less resource intensive and much faster.
> >
> > Gary A. Clark
> > Systems Programmer
> > Software Services Group
> > JELD-WEN Information Systems
> >
> > > -Original Message-
> > > From: Mariano Kamp [SMTP:[EMAIL PROTECTED]]
> > > Sent: Monday, June 18, 2001 8:55 AM
> > > To:   [EMAIL PROTECTED]
> > > Subject:  How 2 serve a simple .html File?
> > >
> > > Hi there,
> > >
> > >   how do I server static content like images and html files with
> cocoon?
> > > This
> > > stuff is not generating any xml?! So how can it be integrated in the
> > > sitemap?
> > >
> > > Mariano
> > >
> 
> -
> Please check that your question has not already been answered in the
> FAQ before posting. 
> 
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>

-
Please check that your question has not already been answered in the
FAQ before posting. 

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




RE: How 2 serve a simple .html File?

2001-06-18 Thread Gary Clark



Gary A. Clark
Systems Programmer
Software Services Group
JELD-WEN Information Systems

> -Original Message-
> From: Mariano Kamp [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, June 18, 2001 9:45 AM
> To:   [EMAIL PROTECTED]
> Subject:  Re: How 2 serve a simple .html File?
> 
> Gary,
> 
>   I do see your point and I would agree for most cases. On the other hand,
> 
> putting apache or a servlet, so to speak a different webapp (or getting
> rid 
> of the paradigm that the sitemap is the only place to define the behaviour
> of 
> your webapp) into the game makes things more complicate to maintain and 
> deploy. 
> 
> Thanks anyway,
> Mariano
> 
> On Monday 18 June 2001 06:13 pm, you wrote:
> > I'm not sure if cocoon could/should handle that case.  For me, apache is
> > available anyway for other content so using it for static pages /
> graphics
> > / javascript is a natural choice.  If you don't want to deploy a web
> > server, how about using a simple Java servlet?  It won't be as fast, but
> > that might fill your need.
> >
> > Gary A. Clark
> > Systems Programmer
> > Software Services Group
> > JELD-WEN Information Systems
> >
> > > -Original Message-
> > > From: Mariano Kamp [SMTP:[EMAIL PROTECTED]]
> > > Sent: Monday, June 18, 2001 9:04 AM
> > > To:   [EMAIL PROTECTED]
> > > Subject:  Re: How 2 serve a simple .html File?
> > >
> > > ;-) Alright, but what about single sign on, etc. We just have 3% of
> our
> > > documents static.
> > >
> > > Mariano
> > >
> > > > For purely static content, you should use a web server (apache comes
> to
> > > > mind
> > > >
> > > > :) since it will be less resource intensive and much faster.
> > > >
> > > > Gary A. Clark
> > > > Systems Programmer
> > > > Software Services Group
> > > > JELD-WEN Information Systems
> > > >
> > > > > -Original Message-
> > > > > From: Mariano Kamp [SMTP:[EMAIL PROTECTED]]
> > > > > Sent: Monday, June 18, 2001 8:55 AM
> > > > > To:   [EMAIL PROTECTED]
> > > > > Subject:  How 2 serve a simple .html File?
> > > > >
> > > > > Hi there,
> > > > >
> > > > >   how do I server static content like images and html files with
> > >
> > > cocoon?
> > >
> > > > > This
> > > > > stuff is not generating any xml?! So how can it be integrated in
> the
> > > > > sitemap?
> > > > >
> > > > > Mariano
> > >
> > > -
> > > Please check that your question has not already been answered in the
> > > FAQ before posting. 
> > >
> > > To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> > > For additional commands, e-mail: <[EMAIL PROTECTED]>
> >
> > -
> > Please check that your question has not already been answered in the
> > FAQ before posting. 
> >
> > To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> > For additional commands, e-mail: <[EMAIL PROTECTED]>
> 
> -
> Please check that your question has not already been answered in the
> FAQ before posting. 
> 
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>

-
Please check that your question has not already been answered in the
FAQ before posting. 

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




RE: How 2 serve a simple .html File?

2001-06-18 Thread Gary Clark

Very true.  Now that we both know about map:read, it looks like we have a
better solution.

Gary A. Clark
Systems Programmer
Software Services Group
JELD-WEN Information Systems

> -Original Message-
> From: Mariano Kamp [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, June 18, 2001 9:45 AM
> To:   [EMAIL PROTECTED]
> Subject:  Re: How 2 serve a simple .html File?
> 
> Gary,
> 
>   I do see your point and I would agree for most cases. On the other hand,
> 
> putting apache or a servlet, so to speak a different webapp (or getting
> rid 
> of the paradigm that the sitemap is the only place to define the behaviour
> of 
> your webapp) into the game makes things more complicate to maintain and 
> deploy. 
> 
> Thanks anyway,
> Mariano
> 
> On Monday 18 June 2001 06:13 pm, you wrote:
> > I'm not sure if cocoon could/should handle that case.  For me, apache is
> > available anyway for other content so using it for static pages /
> graphics
> > / javascript is a natural choice.  If you don't want to deploy a web
> > server, how about using a simple Java servlet?  It won't be as fast, but
> > that might fill your need.
> >
> > Gary A. Clark
> > Systems Programmer
> > Software Services Group
> > JELD-WEN Information Systems
> >
> > > -Original Message-
> > > From: Mariano Kamp [SMTP:[EMAIL PROTECTED]]
> > > Sent: Monday, June 18, 2001 9:04 AM
> > > To:   [EMAIL PROTECTED]
> > > Subject:  Re: How 2 serve a simple .html File?
> > >
> > > ;-) Alright, but what about single sign on, etc. We just have 3% of
> our
> > > documents static.
> > >
> > > Mariano
> > >
> > > > For purely static content, you should use a web server (apache comes
> to
> > > > mind
> > > >
> > > > :) since it will be less resource intensive and much faster.
> > > >
> > > > Gary A. Clark
> > > > Systems Programmer
> > > > Software Services Group
> > > > JELD-WEN Information Systems
> > > >
> > > > > -Original Message-
> > > > > From: Mariano Kamp [SMTP:[EMAIL PROTECTED]]
> > > > > Sent: Monday, June 18, 2001 8:55 AM
> > > > > To:   [EMAIL PROTECTED]
> > > > > Subject:  How 2 serve a simple .html File?
> > > > >
> > > > > Hi there,
> > > > >
> > > > >   how do I server static content like images and html files with
> > >
> > > cocoon?
> > >
> > > > > This
> > > > > stuff is not generating any xml?! So how can it be integrated in
> the
> > > > > sitemap?
> > > > >
> > > > > Mariano
> > >
> > > -
> > > Please check that your question has not already been answered in the
> > > FAQ before posting. 
> > >
> > > To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> > > For additional commands, e-mail: <[EMAIL PROTECTED]>
> >
> > -
> > Please check that your question has not already been answered in the
> > FAQ before posting. 
> >
> > To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> > For additional commands, e-mail: <[EMAIL PROTECTED]>
> 
> -
> Please check that your question has not already been answered in the
> FAQ before posting. 
> 
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>

-
Please check that your question has not already been answered in the
FAQ before posting. 

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




[C2] Example Taglib

2001-06-19 Thread Gary Clark

The attached file contains a simple taglib and includes full install
instructions.  If someone from the development team would like to, please
feel free to add it to the distribution.

 <> 



Gary A. Clark
Systems Programmer
Software Services Group
JELD-WEN Information Systems


 empty-taglib.xsl

-
Please check that your question has not already been answered in the
FAQ before posting. 

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


RE: creating logicsheets in C2

2001-06-19 Thread Gary Clark

Something like this will set it up as a taglib.  Put in the same section as
the rest of the builtin-logicsheet tags.

   
 
 http://apache.org/empty-taglib/1.0"/>
 
   

I've just posted an example taglib with full install instructions.  Note
that 'file:///' (three slashes) is correct for an absolute path name in the
href.

Gary A. Clark
Systems Programmer
Software Services Group
JELD-WEN Information Systems

> -Original Message-
> From: Grzegorz Stelmaszek [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, June 19, 2001 6:17 AM
> To:   [EMAIL PROTECTED]
> Subject:  creating logicsheets in C2
> 
> hello,
> 
> I've a question concerning logicsheets and C2: what to put into the
> cocoon.xconf for the logicsheet to work, cause I can't find it out :(.
> 
> Any help is welcome,
>   greg
> 
> 
> -
> Please check that your question has not already been answered in the
> FAQ before posting. 
> 
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>

-
Please check that your question has not already been answered in the
FAQ before posting. 

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




RE: The sitemap handler's sitemap is not available

2001-06-20 Thread Gary Clark

That is a great email!  Has anyone converted it for inclusion in the FAQ?

Gary A. Clark
Systems Programmer
Software Services Group
JELD-WEN Information Systems

> -Original Message-
> From: Guangzu Wang (Houston) [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, June 20, 2001 9:50 AM
> To:   '[EMAIL PROTECTED]'
> Subject:  RE: The sitemap handler's sitemap is not available
> 
> After I read Eirik Dentz email in the archive
> (http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=99187677417717&w=2)
> again, I checked my Linux box and found a Xvfb server (XFree86-Xvfb) is
> already installed and running. So I set up the DISPLAY by:
> shell$ export DISPLAY=:0
> and I run Tomcat 4.0 b5 with C2 from my comfortable remote desk, bingo!
> Cheers!
> 
> Guangzu
> 
> -
> Please check that your question has not already been answered in the
> FAQ before posting. 
> 
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>

-
Please check that your question has not already been answered in the
FAQ before posting. 

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




RE: RedHat 7.1

2001-07-04 Thread Gary Clark

I have it running on two RedHat 7.1 boxes.  The JVM was the hardest part.
The one I'm using is from http://www.blackdown.com/ and worked
out-of-the-tar.  Once I got 'java -version' to work, so did Tomcat and
Cocoon.

Gary A. Clark
Systems Programmer
Software Services Group
JELD-WEN Information Systems

> -Original Message-
> From: Eduardo Yanez [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, July 04, 2001 9:25 AM
> To:   [EMAIL PROTECTED]
> Subject:  RE: RedHat 7.1
> 
> I had a problem with Sun?s JVM and Redhat 7.1, but after i fix it, Tomcat
> 3.2.2 and Cocoon 1.8.x works fine in my box.
> 
> Regards,
> Eduardo Yanez.
> 
> -Original Message-
> From: Miles Elam [mailto:[EMAIL PROTECTED]]
> Sent: Martes, 03 de Julio de 2001 07:12 p.m.
> To: [EMAIL PROTECTED]
> Subject: RedHat 7.1
> 
> 
> Is anyone else running Cocoon2b1 on a RedHat 7.1
> system with either the Sun or the IBM 1.3.x JVM?  I've
> been having no end of trouble getting it to work on
> three different boxes.  Google searches turn up
> reports of problems with Tomcat (for example).  I
> tried the solutions for Tomcat-related JVM problems
> (although my Tomcat4b5 seems to work fine with JSPs
> and other servlets) to no avail.
> 
> The error I get is a ServletException on init().  Root
> cause is "java.lang.NoClassDefFoundError:
> javax/xml/parsers/ParserConfigurationException".  I
> built the WAR file as documented in the INSTALL file
> both with a change to the "extra-classpath" parameter
> in web.xml (specifying the location of my Tomcat's
> servlet.jar archive) and without.
> 
> I haven't seen anything in the docs or the mailing
> list archives that solves my problem.
> Is there someone out there that can confirm that they
> are also having problems on a RedHat 7.1 system or if
> they are running the same config with no difficulties?
> - Miles
> 
> __
> Do You Yahoo!?
> Get personalized email addresses from Yahoo! Mail
> http://personal.mail.yahoo.com/
> 
> -
> Please check that your question has not already been answered in the
> FAQ before posting. 
> 
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>
> 
> 
> 
> -
> Please check that your question has not already been answered in the
> FAQ before posting. 
> 
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>

-
Please check that your question has not already been answered in the
FAQ before posting. 

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