(JServConnection.java,
Compiled Code)
at java.lang.Thread.run(Thread.java, Compiled Code)
---
I am running:
Apache 1.3
Cocoon 1.8.2
ApacheJServ 1.1.1
JDK 1.2.2
My classpath (jserv.properties):
wrapper.bin=/usr/local/jdk1.2.2/bin/java
wrapper.classpath=/usr/local/jdk1.2.2
The same over here.
My config:
* SuSE Linux 8.2
* Sun J2SDK 1.4.2
* Tomcat 4.1.24
* Cocoon CVS from yesterday
Antonio Gallardo wrote:
Hi:
Just reporting that Cocoon 2.1 CVS run using Sun Java 1.4.2. My config:
Red Hat Linux 9
Java 1.4.2
Tomcat 4.1.24
Cocoon 2.1 CVS
Best Regards,
Antonio
Hi all -
Just a reminder that I will be giving my "Building Cocoon Applications"
class July 14-17 in Colorado Springs, CO, USA. This is a four-day crash
course in everything you need to know to build Cocoon-based
applications. We cover sitemap logs, XSPs, logicsheets, actions
Hi:
Just reporting that Cocoon 2.1 CVS run using Sun Java 1.4.2. My config:
Red Hat Linux 9
Java 1.4.2
Tomcat 4.1.24
Cocoon 2.1 CVS
Best Regards,
Antonio Gallardo
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional
hi Derek
Thanks a lot for your help...and to the one who put those scripts
It was a real help to me!!
regards
Gautam
>>> [EMAIL PROTECTED] 06/30/03 02:41AM >>>
Gautam
Look at:
http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=105550804911211&w=2
The use of
Gautam
Look at:
http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=105550804911211&w=2
The use of SVG is well described in a set of sample code.
Derek
>>> [EMAIL PROTECTED] 30/06/2003 01:59:30 >>>
hi there,
I want to display an SVG image along side the web
hi there,
I want to display an SVG image along side the web page content on
the users browser(user has Adobe SVG Viewer3.0 installed ) by putting
the SVG document within my XSP page.
As long as my pipeline displays the svg as png raster image
using the SVG2PNG serializer,it works fine.
Hi,
Has anyone encountered performance problems with cocoon:// protocol?
Setup
Cocoon 2.0.4 (the same problem applies for 2.0.5-dev)
Tomcat 4.1.24
JDK 1.3.1
Redhat 7 (and Redhat 8)
The problem seems to be a gradual slowdown in performance when using cocoon:// protocol. The problem does
Hi,
I've setup an Apache / Tomcat / Cocoon integrated configuration. Fortunately
the Apache / Tomcat part works pretty well, but I'm facing problems with the
Cocoon part...I think it's redirection problem as my servlets are served
well, but when I try to access a .xml file it simp
On Fri, Jun 27, 2003 at 11:32:00AM -0400, Geoff Howard wrote:
> At 09:36 AM 6/27/2003, you wrote:
> >Geoff,
> >
> >I think you misunderstood my mail, I *DON'T* have a copy of
> >xmlParserAPIs.jar in the tomcat common/endorsed directory.
>
> Ah, sorry - I thought the situation was reversed.
>
> >H
Justin -
You can't make webapps/cocoon your host's appBase. The appBase must
point to the directory containing the web applications, cocoon being one
of them. So set appBase to just "webapps", and the docBase of the
default Context to "cocoon".
Regards,
Laj
Lajos,
Thanks so much for the quick response. I'm still kind of muddled in the
Tomcat documentation, though.
Here's what I changed in server.xml:
...
However, when I go to http://localhost/ I get a directory listing of
webapps/cocoon/mysite as generated by Tomcat. How do I tell T
Hi Justin -
Easy. Make the path for the cocoon in server.xml "" and
remove/comment out the ROOT . If you don't have an entry for
cocoon in server.xml, then you could even just edit the existing root
definition and change "ROOT" to "cocoon".
Regards,
Laj
How do I configure Tomcat 4.1.24 to run Cocoon sites from the site root?
For example, right now I'm successfully running a Cocoon site from
http://localhost/cocoon/mysite
However, I would like to to configure Tomcat to run mysite from the request
http://localhost/
I'm sure it c
At 09:36 AM 6/27/2003, you wrote:
Geoff,
I think you misunderstood my mail, I *DON'T* have a copy of
xmlParserAPIs.jar in the tomcat common/endorsed directory.
Ah, sorry - I thought the situation was reversed.
However I just found the problem, inspired by some info from the link
you mention. The
, Upayavira
> -Original Message-
> From: Upayavira [mailto:[EMAIL PROTECTED]
> Sent: Friday, June 27, 2003 9:32 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Cocoon to csv not excel
>
> Using XSLT with the text serializer should do it. Just wrap your CSV
> conte
, Upayavira
> -Original Message-
> From: Upayavira [mailto:[EMAIL PROTECTED]
> Sent: Friday, June 27, 2003 9:32 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Cocoon to csv not excel
>
> Using XSLT with the text serializer should do it. Just wrap your CSV
> conte
So can I use an xsl to create the node? I have a xsp that creates an
xml file that I don't want to change.
Tim Bachta
-Original Message-
From: Upayavira [mailto:[EMAIL PROTECTED]
Sent: Friday, June 27, 2003 9:32 AM
To: [EMAIL PROTECTED]
Subject: Re: Cocoon to csv not excel
33, Tim Bachta wrote:
> Is there a way to create a csv file using cocoon? I have looked
> through the developers handbook with no luck. Thank you.
>
>
>
> Tim Bachta
>
>
>
>
>
>
> --
ded for
> other webapps, remove it and try again. If it is needed, use the
> Paranoid servlet described at
> http://wiki.cocoondev.org/Wiki.jsp?page=EndorsedLibsProblem.
>
> Geoff
>
> At 10:17 AM 6/26/2003, you wrote:
> >Hi,
> >
> >I am attempting to install coco
Is there a way to create a csv file using cocoon? I have looked through
the developers handbook with no luck. Thank you.
Tim Bachta
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL
ng to install cocoon 2.1-m2 in tomcat 4.1.24 under windows
XP.
I first install tomcat specialised for JDK 1.4 jakarta-tomcat-4.1.24-LE-jdk14.
I am running JDK 1.4.1_01 from SUN. I install into c:\Tomcat41 because
of a suggestion on the mailing list that spaces in the install path can
be problematic.
Hi,
I am attempting to install cocoon 2.1-m2 in tomcat 4.1.24 under windows
XP.
I first install tomcat specialised for JDK 1.4 jakarta-tomcat-4.1.24-LE-jdk14.
I am running JDK 1.4.1_01 from SUN. I install into c:\Tomcat41 because
of a suggestion on the mailing list that spaces in the install
A quick look at their HTTP headers reports Cocoon 2.0.4.
Upayavira
On 27 Jun 2003 at 10:26, Darren Petrie wrote:
> Not sure but I think this redesigned site is running Cocoon.
> http://www.ctg.albany.edu
>
> They mention Cocoon in their well written XML:A New Web Site
> Arch
Not sure but I think this redesigned site is running Cocoon.
http://www.ctg.albany.edu
They mention Cocoon in their well written XML:A New Web Site
Architecture
http://www.ctg.albany.edu/publications/reports/xml
Darren
-
To
See: http://trixml.org/confschedule.shtml
My friend, author Conrad D'Cruz, and I will present an Intro To Cocoon 2
presentation (Friday 4:45 - 45 minutes long)
Following this, we'll have a 1.5 hour hands on training for Cocoon 2
(12:30).
The intent is to introduce Cocoon to Java deve
t-
Von: Markus Heussen [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 26. Juni 2003 21:35
An: [EMAIL PROTECTED]
Betreff: Sendmail within xsp page under Cocoon 2.0.4 problem
Hi all,
I try to get the sendmail logicsheet running within a xsp page, but it
doesn't work :-(
I followed the instruc
Title: Nachricht
There
is a Cocoon bean in Cocoon 2.1dev. Using it should do the
job.
Reinhard
-Original Message-From: David Cypers
[mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 1:56
PMTo: [EMAIL PROTECTED]Subject: Can i invoke
cocoon from within a swing
test
my.smtp.host
test
ok
failed
and set the namespace to
xmlns:sendmail="http://apache.org/cocoon/sendmail/1.0";.
I'm using the Cocoon 2.0.4 version and tomcat 4.1.24. I don't have a local
smtp host installed, but a smtp host which is definitel
Hi all -
I've got a problem using Cocoon 2.0.3 in that I can't seem to delete a
record from the database I'm using. Didn't see anything on the archive
list related to this. I can add records just fine, but when I execute
the code to delete a record,
In addition to my previous questions, I was wondering how to use Cocoon
to get data via SOAP, connecting to a web-server that requires basic
authentication? I can't find any docs/references on this at all ! :(
I've been using the following as a reference, as well as the standard
C
At 09:25 AM 6/26/2003, you wrote:
> which version of cocoon are you using? Also, which
> servlet container are you running cocoon in?
See mail-subject...
Andreas
Oops, needed to widen my window. So, which tutorial?
Geoff
--
> which version of cocoon are you using? Also, which
> servlet container are you running cocoon in?
See mail-subject...
Andreas
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
At 08:00 AM 6/26/2003, you wrote:
Akhona Damane wrote:
Hello
I am stuck!
I want to start with Publishing XML Documents in HTML and PDF, but I
can't seem to find a way of working on my Cocoon.
The tutorials command me to work on http://localhost:8080/cocoon/mount/
but I can't ope
David Cypers wrote:
Hi there,
I need to generate PDF and Excel output from within a swing
application. Is this possible with Cocoon, without deploying cocoon on
a webserver? What I mean is that, can I package the cocoon libraries
(and configuration files) with my swing application, and invoke
Hi there,
I need to generate PDF and Excel output from within a swing application.
Is this possible with Cocoon, without deploying cocoon on a webserver? What
I mean is that, can I package the cocoon libraries (and configuration files)
with my swing application, and invoke it at the client
Akhona Damane wrote:
Hello
I am stuck!
I want to start with Publishing XML Documents in HTML and PDF, but I can't seem to find a way of working on my Cocoon.
The tutorials command me to work on http://localhost:8080/cocoon/mount/ but I can't open up mount directory.
to be hon
On 26.Jun.2003 -- 10:12 AM, Bruno PIERRE wrote:
> Thanks,
>
> It was already in my favorites, but it is not clear.
> i don't know how to list all the table, all the column of a table with their
> type (in SQL).
Most DBMS have special tables for the meta data. I don't know how
hsqldb does it. Anyw
Hello
I am stuck!
I want to start with Publishing XML Documents in HTML and PDF, but I can't seem to
find a way of working on my Cocoon.
The tutorials command me to work on http://localhost:8080/cocoon/mount/ but I can't
open up mount directory.
Please, help me asap
Thank
;[EMAIL PROTECTED]>
Sent: Thursday, June 26, 2003 9:39 AM
Subject: Re: cocoon interface for HSQLDB
> On 25.Jun.2003 -- 11:58 PM, Bruno Pierre wrote:
> > Hi everybody,
> >
> > I'm looking for a cocoon interface (mounted subsitemap) for managing a
HSQLDB like phpmyadmin for mys
On 25.Jun.2003 -- 11:58 PM, Bruno Pierre wrote:
> Hi everybody,
>
> I'm looking for a cocoon interface (mounted subsitemap) for managing a HSQLDB like
> phpmyadmin for mysql.
>
> Has anyone heard about this? Do I have to do it by myself?
None that I am aware of.
>
Hello Alberto,
I hope my comments can be at least a bit of help:
XSP is a similar approach to JSP. It's more about scripting and not real
"SoC" or let's better say, it can be simply misused and so break the "SoC".
The better approach seems to be an XForms framew
Hello Lincoln,
we deploy Cocoon 2.0.4 as it is (not as War, but uncompressed, setting a
symlink named "cocoon.war" to our webapps/ROOT directory) in JBoss 3.0.6
+ Tomcat 4.1.18. The symlink allows changes in Cocoon without redeploy.
Joerg
Mitchell, Lincoln L. wrote:
I am trying to
No, but I guess it's more an issue with Dynamo than with Cocoon. So it
would be better to ask on a Dynamo forum, wouldn't it? I'm not a J2EE
expert, but we use JBoss and AFAIK we simply deploy (uncompressed, no
WAR) Cocoon as it is.
Joerg
Barback, Lisa R wrote:
I am trying to
Hi everybody,
I'm looking for a cocoon interface (mounted subsitemap) for
managing a HSQLDB like phpmyadmin for mysql.
Has anyone heard about this? Do I have to do it by
myself?
if i have to, does someone have a good reference for the SQL
of HSQLDB because everything i found is r
I am trying to Install Cocoon on Dynamo 5.1.1.
I have created am EAR file from the Cocoon WAR file. I have also created a
DAR file from the EAR file. When I start the dynamo server, the DAR file
appears to load correctly.
->loadingApplication : Loading J2EE application from:
D:\
Hi,
I got Cocoon 2.1 pre-M1 working on JBoss 3.0.7 with nothing like this
kind of complication. You have to get accustomed to the new Cocoon
build process (since we don't have a binary distribution anymore) but
once its built I simply put my cocoon app into the cocoon WAR and drop
I am trying to get cocoon (any version) working with Jbos-3.0.6 and have tried
following the instruction you mentioned on the apache site but to no avail as only
Jboss 2 is mentioned. I also browsed the cocoon mailing list and it seems others have
had this problem but I don't understan
Hi,
in my application i'm using the paginator transformer. This transformer gets
its pagesheet rules from an external file. In my case the paginator
pagesheet is addressed over the cocoon protocol:
where the pagesheet is created based on data from the database:
The Page
Thanks for the information.
Upayavira <[EMAIL PROTECTED]> wrote:
> What may be the cause of following ??> Opening database: C:\Program Files\Apache Group\Tomcat> 4.1\webapps\cocoon\WEB-INF\db\cocoondb HSQLDB server 1.7.1 is running> Use SHUTDOWN to close normally. Use [
> What may be the cause of following ??
> Opening database: C:\Program Files\Apache Group\Tomcat
> 4.1\webapps\cocoon\WEB-INF\db\cocoondb HSQLDB server 1.7.1 is running
> Use SHUTDOWN to close normally. Use [Ctrl]+[C] to abort abruptly
That is the HSQL database starting up that i
I have to construct an intranet at my company where employees
will register their activity during the day.
The site involves form validation, business logic, and the use of a
database.
Before becoming aware of Cocoon, I thought I would build the site this way:
- a layer of java classes that interfac
cat/4.1.18server.properties not found, using command line or default propertiesOpening database: C:\Program Files\Apache Group\Tomcat 4.1\webapps\cocoon\WEB-INF\db\cocoondbHSQLDB server 1.7.1 is runningUse SHUTDOWN to close normally. Use [Ctrl]+[C] to abort abruptlyTue Jun 24 19:04:40 IST 2003 Listening
cat/4.1.18server.properties not found, using command line or default propertiesOpening database: C:\Program Files\Apache Group\Tomcat 4.1\webapps\cocoon\WEB-INF\db\cocoondbHSQLDB server 1.7.1 is runningUse SHUTDOWN to close normally. Use [Ctrl]+[C] to abort abruptlyTue Jun 24 19:04:40 IST 2003 Listening
At 09:39 AM 6/24/2003, you wrote:
I am able to access localhost:8080/cocoon/ from my browser.
Does that mean my install is working correctly ?
Yes. What made you think you had a problem to begin with?
Geoff
-
To unsubscribe
On Tuesday, June 24, 2003, at 09:39 AM, Gururaja H wrote:
I am able to access localhost:8080/cocoon/ from my browser.
Does that mean my install is working correctly ?
It's certainly a good indication, but I wouldn't say it was working
correctly without testing everything. Go t
I am able to access localhost:8080/cocoon/ from my browser.
Does that mean my install is working correctly ?
David Crossley <[EMAIL PROTECTED]> wrote:
Gururaja H wrote:>> I am having problem installing cocoon 2.0.4 on Tomcat 4.1.18> on Windows 2000(on Sun J2SDK 1.3.1_08. I have
Hi,
I am having problem installing cocoon 2.0.4 on Tomcat 4.1.18
on Windows 2000(on Sun J2SDK 1.3.1_08. I have down loaded the prebuilt binaries and
copied the cocoon.war to %CATALINA%\webapps directory.
When I start the Tomcat I get the following message:
C:\Program Files\Apache Group\Tomcat
Ok thanks Geoff
I'll let you know if I get into a clean patch.
Thanks again !
Geoff Howard wrote:
Well, I think that compiling and running the tests is not optional because
if something is failing a unit test, you'd want to know. However, the
present
problem is not a real problem but a fake one
Well, I think that compiling and running the tests is not optional because
if something is failing a unit test, you'd want to know. However, the present
problem is not a real problem but a fake one! My understanding is that
it's just a problem of the real package having moved without its tests.
I
Thanks for your answer Geoff !
By "squeeze", I thought "brutaly delete the compile-tests depends clause
in the compile targer", to avoid the problem. As I didn't get deep into
this tests, I don't know what could depend on this.
But why is "compile-tests" not optional, as "compile-deprecated" ? N
Not sure what you mean by squeeze the depends clause, but the root
problem needs to get fixed. It either means removing the tests for
deprecated items, or modifying the build to exclude deprecated tests
when deprecated is excluded (which means creating a deprecated test
directory somewhere and mov
Hi all,
I'm trying to build a mini-clean webapp, but the "compile-tests" target
seems to depend on deprecated stuffs, as said in the comment of the
build file.
What is the cleanest solution ? Is this target necessary to build the
webapp, or not ?
Can I squeeze the depends clause of "compile" ta
shankar wrote:
Hi,
I need to call web services using cocoon? how to do this?
Any links/examples, pls mail me.
Shankar
check Cocoon 2.1, it has some nice samples about it.
At any rate, take a look at the soap logicsheet (it works in 2.0.x as well).
Regards
for a given
request treatment. But I don't know if it would be true on a production
environment or with another sitemap implementation... Is there any docs
about multi-threading in cocoon?
Thanks for your help
Alex
-
To unsu
Hi,
I need to call web services using cocoon? how to do this?
Any links/examples, pls mail me.
Shankar
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
В сообщении от Пятница 20 Июнь 2003 20:20 Andreas Kühne
написал(a):
Andreas!
I'm trying to use JBoss 4.0 with Cocoon 2.0.4.
My question is how can I configure standart EJB (if it's exist) for working
with Oracle and which way can I use it from XSP .
hen between the and
-1
Ralph
At 6/20/2003 09:45 AM, you wrote:
How do you set that? I
am using weblogic 8.1.
-Original Message-
From: Ralph Goers
[mailto:[EMAIL PROTECTED]]
Sent: 20 June 2003 17:17
To: [EMAIL PROTECTED]
Subject: Re: Cocoon in BEA Weblogic
Thanks. I resolved my
Title: RE: Cocoon in BEA Weblogic
How do you set that? I am using weblogic 8.1.
-Original Message-
From: Ralph Goers [mailto:[EMAIL PROTECTED]]
Sent: 20 June 2003 17:17
To: [EMAIL PROTECTED]
Subject: Re: Cocoon in BEA Weblogic
Thanks. I resolved my problem. The default
Hi Denis !
> Does anybody know where can I find some examples about using EJB components
> under JBoss from Cocoon XSP?
Where is your problem ?
You got all everything to call a EJB, because your just in Java Code ... get a JNDI
context, find a home interface and call th
also performance problems!
We are desparate and we don't know how to solve this problem! I'm greatful for
any ehlp or hints!
Thanks
Uwe
[EMAIL PROTECTED] schrieb:
> Does anyone have experience with running Cocoon in Weblogic? We are seeing
> terrible performance just accessing
> From: Bertrand Delacretaz [mailto:[EMAIL PROTECTED]
>
> > i need something like this for documentation in our intranet
> > i want people here to be able to add update ar delete something
>
> JSPWiki is IMO one of the best wiki implementations around.
> I think TWiki (http://twiki.org/) still bea
...Access control: Define groups and impose fine grained read and
write access restrictions based on groups and users
Can be very helpful in making Wikis accepted by reluctant people, even
though you'd probably turn it off after a few weeks of use
;-)
...seem to be ones missing from JSPWiki b
Bertrand
You're right about TWiki - I originally picked JSPWiki in the
hope that (in the long-term at least) it could be perhaps
linked into Cocoon somehow ... perhaps generating XML
from the structured text? I also was not very attracted by
the cgi-bin/perl technology used in TWiki.
Bro
1. is it powered (served) by cocoon or not
no, it is JSPWiki from http://www.jspwiki.org/
2. is it open source ?
yes
i need something like this for documentation in our intranet
i want people here to be able to add update ar delete something
JSPWiki is IMO one of the best wiki implementations
if (i<(longueur-1)) {
chaine=chaine+" OR ";
}
};
and i think that the second error depends on the first...
i don't know why there is an illegal start of type on line 272...
If someone see...
thancks
Alex
leo leonid a écrit :
Did you already look at the generat
;(longueur-1)) {
chaine=chaine+" OR ";
}
};
and i think that the second error depends on the first...
i don't know why there is an illegal start of type on line 272...
If someone see...
thancks
Alex
leo leonid a écrit :
Did you already look at the generated java source?
http://wiki.cocoondev.org/Wiki.jsp?page=SystemInfo
Reinhard
> -Original Message-
> From: Stavros Kounis [mailto:[EMAIL PROTECTED]
> Sent: Friday, June 20, 2003 11:41 AM
> To: [EMAIL PROTECTED]
> Subject: wiki.cocoondev.org - is cocoon based?
>
>
>
> hi pe
Hi,
How to call webservices from cocoon?
Any examples / links appreciated,
Thanks in Advance,
shankar
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
> -Original Message-
> From: Stavros Kounis [mailto:[EMAIL PROTECTED]
> Sent: 20 June 2003 10:41
> To: [EMAIL PROTECTED]
> Subject: wiki.cocoondev.org - is cocoon based?
>
>
>
> hi people
>
> i have 2 question about wiki in cocoondev
>
> 1. i
hi people
i have 2 question about wiki in cocoondev
1. is it powered (served) by cocoon or not
2. is it open source ?
i need something like this for documentation in our intranet
i want people here to be able to add update ar delete something
thnx
stavros
nutes!
As I see with 8.1 there are also performance problems!
We are desparate and we don't know how to solve this problem! I'm greatful for
any ehlp or hints!
Thanks
Uwe
[EMAIL PROTECTED] schrieb:
> Does anyone have experience with running Cocoon in Weblogic? We are
Did you already look at the generated java source?
([work-dir]/cocoon-files/org/apache/www/[projek-dirs]/
comp_rech_xsp.java)
/leo
On Freitag, Juni 20, 2003, at 12:14 Uhr, ntic wrote:
Hello,
I have some little trouble with this XSP script :
The aims of this one is to get some POST
Hello,
I have some little trouble with this XSP script :
The aims of this one is to get some POST variables, to build a query,
compute it and show the result with XSLT stylesheet.
I use cocoon 2.0.4
j2sdk1.4.1_02
But cocoon says that to me :
org.apache.cocoon.ProcessingException: Language
Hi!
Does anybody know where can I find some examples about using EJB components
under JBoss from Cocoon XSP?
Thanx.
--
Best regards,
Denis Svishchev
ZAO "Mobicom-Kavkaz"
-
To unsubscribe, e-ma
Hello,
I have some little trouble with this XSP script :
The aims of this one is to get some POST variables, to build a query,
compute it and show the result with XSLT stylesheet.
I use cocoon 2.0.4
j2sdk1.4.1_02
But cocoon says that to me :
org.apache.cocoon.ProcessingException: Language
Does anyone have experience with running Cocoon in Weblogic? We are seeing
terrible performance just accessing the hello.html in the cocoon sample
(1-5 transactions per second). On the same box using Jetty we can get
close to 50. This is with Weblogic Server 8.1.
Ralph
Title: RE: Cocoon for CD-Rom based applications?
Unfortunately for my purposes, I really don't think using Linux, even running
from a CD, would "fly" with the Banks. Also, they probably would not like
software that requires a reboot, as many of these programs are more "
Title: RE: Cocoon for CD-Rom based applications?
Hi Stavros,
Thanks for your response,
>> I used JDK, Jetty and Cocoon some time ago on CD. Works perfectly. You can also use
>> HypersonicSQL as SQL-DB, it has a read-only mode.
>>
I haven't looked at HypersonicSQL -
Title: RE: Cocoon for CD-Rom based applications?
Bertand wrote:
>> Actually you don't need to "install" anything (in the sense of messing
>> with Registry settings under Windows for example) to run Cocoon, simply
>> copying the directories that contai
Wrong list. Send such mails to cocoon-users and/or cocoon-dev.
Cocoon 1.7.4 is obsolete.
Andreas
- Original Message -
From: "Samuel Kock" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 18, 2003 1:04 PM
Subject: Cocoon and other servlets?
>
Did you add to the section in the root
sitemap?
> -Original Message-
> From: Peter Klotz [mailto:[EMAIL PROTECTED]
> Sent: Mittwoch, 18. Juni 2003 11:48
> To: [EMAIL PROTECTED]
> Subject: Cocoon 2.1 migration problem with sub-sitemap
>
>
> Hi,
>
> I ha
Hi,
I have migrated a sub-sitemap from Cocoon 2.0.4 to 2.1m3.
With 2.0.4 everything worked fine, now with 2.1 I only get empty pages.
The reason seems to be that the sub-sitemap in cocoon/sims is never
really called. Whenever I call a URL with sims/something I get empty
page with NO errors
Derek Hohls wrote:
All in all, the ideal would be a CD that does not require rebooting
into a "foreign" O/S.
yes, I see that point, but besides the other facts mentioned, what is
appealing to me is that fact, that you could create an "company internal
learning server" extremly easily with th
Also, the Knoppix download is for an 'iso' image of the CD -
as you say, "someone" will have to modify the distribution,
so that tomcat, cocoon and your app is included and autostarted.
The other downside is, I guess, that the users then no longer
have access to their regular ap
for the cocoon application also to other clients in the company
and eventually solve the problem that way. so the system admins could
easily offer one machine as "knoppix/Cocoon" server, as there are *no*
modifications on the system required except one reb
I used JDK, Jetty and Cocoon some time ago on CD. Works perfectly. You can also use
HypersonicSQL as SQL-DB, it has a read-only mode.
The problem is the performance. As Java uses a lot of small files the startup takes a
while and the cd-rom works permanently.
I think the best way is to say the
tomcat, cocoon and your app is
included and autostarted!
(3) boot from this CD/DVD and thats it: no installation required, no
harddisk space.
advantages:
-- you could access the complete linux environment including things like
mySQL databases
-- no manipulation on the user system required
-- you
ossible.?
> > Installing a JVM is probably reasonable, and
> > since Cocoon seems pretty "tightly packaged" installing it doesn't
> > seem too extensive either...
>
> Actually you don't need to "install" anything (in the sense of messing
e the person who will do it...
"I'm pretty sure this works" is what I can say from my experience, I've
done similar things which worked, but not with Cocoon yet.
I don't need this feature now, so I'm not going to test it myself
(unless I had *copious free time* or I
1 - 100 of 6137 matches
Mail list logo