the authors of the Cocoon
Developer's Handbook, published by SAMS last December.
Regards,
Lajos
800.711.4901
galatea.com
--
Lajos Moczar
Open Source Support, Consulting and Training
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
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
duct called Az,
and have support packages available. The production release of Az 2.0,
coindicentally, is next Monday. If you are interested, please contact me
directly.
Regards,
Lajos
Galatea IS
800.711.4901
[EMAIL PROTECTED]
Ralph Goers wrote:
I am proposing that Cocoon be used in the project
techologies,
I teach participants the basics of building Cocoon applications and work
through a series labs that provide hands-on experience with key Cocoon
concepts.
To find out more, please visit http://www.galatea.com/training or
contact me directly.
Regards,
Lajos,
Galatea IS Inc.
800.
techologies,
I teach participants the basics of building Cocoon applications and work
through a series labs that provide hands-on experience with key Cocoon
concepts.
To find out more, please visit http://www.galatea.com/training or
contact me directly.
Regards,
Lajos,
Galatea IS Inc.
800.
cipants in
each class and so far have 3 in each.
I will most likely be giving a summer course as well, so let me know if
you are interested.
Regards,
Lajos
[EMAIL PROTECTED]
800.711.4901
Lajos Moczar
Open Source Support, Cons
what I suggest above:
all my gif, jpg, css and js references start from the root so never get
to Cocoon.
Regards,
Lajos
SAXESS - Hussayn Dabbous wrote:
Hey, Lajos;
i see we are all very creative people ;-)
Another cool idea how to get around the problem.
The one thing i am *really* uncomfor
mages, /styles, /scripts, etc., etc.
Regards,
Lajos
SAXESS - Hussayn Dabbous wrote:
hy,
thats a very pragmatic idea. i like such approaches.
but, hmm... wouldn't this need lots of "static" links
in your pages ???
i mean, you really must point to the myapp-static pages
with absolu
Mark -
Yup, you do. I use something like:
String myparam = "";
try {
myparam = parameters.getParameter("myparam");
} catch (Exception e) { }
Make sure it comes AFTER the root user tag in your XSP.
Regards,
Lajos
Mark H wrote:
I'm trying to pass par
Hi Richard -
Just catching up - I was up in Denver all day today.
You need Ant 1.5.1 - I think that's the problem. IIRC, isset is not in 1.4.
Regards,
Lajos
Richard Cunliffe wrote:
Me again,
Fixed the "does not exist problem" but I'm now getting the following
err
Apache 2.x
with Tomcat 4.x using Jk.
Regards,
Lajos
Richard Cunliffe wrote:
Hi,
I?m upgrading! Can anyone suggest the best way to connect Apache 2.0.42
and Tomcat 4.0.6. I will be using Cocoon 2.0.4. I have read that the
WARP connecter is the best, but I used Jserv on my older version. There
Thanks Antonio! We appreciate the comments and look forward to reading
your review.
Regards,
Lajos
Antonio Gallardo wrote:
Hi Lajos!
I just write you because I got your book on Jan, 20th and is the best of
the three about Cocoon 2. Thanks again to you and Jeremy. You are really
good writers
t want to, that's just fine. And if, as a result, some
other products does end up capturing the minds and hearts of web
publishers, that is fine too.
Regards,
Lajos
--
Lajos Moczar
Open Source Support, Consulting and
Don't know if you've checked this out already, but Steve Punte has
Cocoon-Orion integration instructions at
http://www.candlelightsoftware.com/orion-cocoon.html.
Regards,
Lajos
e nio wrote:
I tried deploying cocoon2.1 which I have recently
downloaded and compiled, it deploys fine
I can't understand what you are doing w/out seeing the whole XSP.
Typically I do this:
String myQuery = "select * from vwProducts";
pierrefabre
myQuery
Lajos
Yves Vindevogel wrote:
Hi,
I had tried this:
Attached is one from my and Jeremy's book.
Lajos
Lenya L. Khachaturov wrote:
Hello,
I've discovered that there exists an XSP for quering Google Web API. It
was posted to this list by Ugo Cei at 04.19.2002. Could someone please
send it to me? Or maybe there exist more advance
Yves -
Why not build your select statement as a string variable inside an
block after the root user tag, and then reference it thusly:
myQuery
I do this all the time and it works perfectly.
Regards,
Lajos
--
galatea.com
Cocoon training, consulting & support
Book: Cocoon Develop
Jeff -
You'll need to change the DTD for Cocoon's web.xml to version 2.3, thusly:
http://java.sun.com/dtd/web-app_2_3.dtd";>
Cheers,
Lajos
--
galatea.com
Cocoon training, consulting & support
Book: Cocoon Developer's Handbook (SAMS)
Jeff Sexton wrote:
I se
e that if you build
2.0.4 yourself, be sure in include the scratchpad libs.
Regards,
Lajos
Ray Tayek wrote:
hi, newbie here trying to run the samples from the above book on linux.
dropped the war in to tomcat 4.0.1. with jdk1.4.1 and things went
downhill fast.
finaly gave up and installed 1.3.
Hi Soren -
You can download a bundle called Az from http://www.galatea.com/az. It
currently uses 2.0.3, but I'll be upgrading to 2.0.4 this weekend. It is
available on Linux and Windows.
Cheers,
Lajos
Sorin Marti wrote:
Hi All,
I'd like to set up Cocoon with apache. I did it w
If you really didn't want to do it via web.xml, which I would recommend,
you probably could have a pipeline for the resource that did a
and took your user to a fully-qualified secure URL.
Lajos
Miles Elam wrote:
Is there a way to specify that a Cocoon resource only be accessed via a
s
You should use 2.0.3 instead - it is the easiest version to install so
far. Personally, I'd go with JDK 1.3.1, however, 'cause you'll have to
recompile some jars for JDK 1.4.
Lajos
Ferran Urgell wrote:
Hello!
I'm new in the cocoon, and I'm using windows 2000, I
You mean a patched cocoon-2.0.3.jar? Sure, I can do that. The only
actual change was to
org.apache.cocoon.components.ExtendedComponentSelector.java in order to
enable sub-sitemap inheritance of component definitions when using the
interpreted sitemap.
Lajos
Murray Cumming wrote:
On Fri
You can find my own integrated back of Apache, Tomcat and Cocoon at
http://www.galatea.com/az.
When 2.1 hits production, I'll have that version available as well.
Regards,
Lajos
Christian Kissner wrote:
Hi, this is a plea, from an experienced developer, to bundle working
versions of c
Sure, O Great One. Use the WildcardHostMatcher.
Lajos
GreatOne wrote:
Does cocoon support name based virtual hosting?
-
Please check that your question has not already been answered in the
FAQ before posting. <h
I just changed the relevant line to:
fos = new FileOutputStream(file.getCanonicalPath(), append);
Regards,
Lajos
Mark Eggers wrote:
While trying to compile the lastest CVS version of
cocoon, I ran into an issue with the scratchpad
libraries:
In part, from the file
Derek -
Did you declare the MySQL jar in web.xml thusly?
load-class
org.gjt.mm.mysql.Driver
And put the jar where Cocoon will find it?
Regards,
Lajos
Derek Hohls wrote:
I get the following fatal error when trying to load a sub-sitemap:
FATAL_E (2002
with Cocoon will fit some projects better.
Regards,
Lajos
SAXESS - Hussayn Dabbous wrote:
Hy,
while browsing through the cocoon docs, i realised, that
cocoon offers an authentication mechanism on it's own.
Since i'm developing webapplications using tomcat i
naturally use the authen
Chris -
Tomcat will automatically unpack the war file - you don't need to do so
yourself. Also, I recommend you use a new version of Tomcat - like 4.0.5
or 4.1.12. These are preferred over 4.0.1.
Lajos
Chris Bovasso wrote:
I have an install of Tomcat 4.0.1 and I downloaded the .gz fil
me is not yet on the Amazon listing :-(
Lajos
Dave Bettin wrote:
I am looking for a complex sample cocoon app. The app
should take advantage of most cocoon features. Is
anyone aware of such an app?
Thanks,
Dave
__
Do you Yahoo!?
Faith Hill - Excl
What about if you try http://domain/?
You might need a pipeline in the main sitemap to catch a URL that ends
in "domain" without the trailing slash:
Cheers,
Lajos
Marc G. Fournier wrote:
> Okay, as suggested, I replaced mod_webapp with mod_jk2
true.
However, if you must work with mod_webapp, I suggest making cocoon the
default webapp in Tomcat (path="" in the tag). That way, each
"domain" appears to be its own webapp under Tomcat. Then you point
mod_webapp to each specific domain. That is what I do with mod_jk on my
o
Olivier -
Use cocoon_2_0_3_branch.
Lajos
ROSSEL Olivier wrote:
> I need C2.0.4-dev.
> I am currently getting the CVS of HEAD.
> I wonder if HEAD is either C2.0.4-dev? or C2.1-dev?
>
> If HEAD is not C2.0.4-dev, what are the instructions to get it?
>
> Note: may be
xconf.
That is, unless there are changes to those files in CVS.
It is also a good idea to do your own work in a subdirectory of the main
cocoon installation and have your own sub-sitemap. That way, all your
stuff won't get stomped on if you happen to update the main sitemap.
Good luck,
Lajos
Whoops - sorry about the spam. I guess you have to do that at least once
in your career ;)
Lajos
-
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/coc
Hi Ernst -
I am not based in the area you are looking for, but I have extensive
experience with Cocoon and am just wrapping up a book on it. My CV is
attached. I do outsource as well as remote work. Please let me know if I
can be of assistance.
Regards,
Lajos Moczar
--
galatea.com
Cocoon
&& this.parentSelector != null ) {
exists = this.parentSelector.hasComponent( hint );
}
return exists;
}
Lajos
Vadim Gritsenko wrote:
> Christopher Watson wrote:
>
>> Hello
>>
>> I'm having problems with a sub-sitemap
>>
>> I'm on
and in a way that can easily
be maintained later on.
Regards,
Lajos
--
galatea.com
Cocoon training, consulting & support
Gernot Koller wrote:
> Hi!
>
> First, thanks for your very quick replies to my last question!
>
> After quite some time discussing and evaluating we
Again, that's because you are using 2.0.2. JSPGenerator & JSPReader are
BROKEN in 2.0.2. Upgrade to 2.0.3 or search the mail archives for the
patches I posted for these files in 2.0.2
Lajos
Sushil Bhattarai wrote:
> Hi
>
> Like you suggested I put jasper-compiler.jar i
Sushil -
You need to patch JSPGenerator and/or JSPReader in 2.0.2 in order to
make it work. Or, much easier, upgrade to 2.0.3
Regards,
Lajos
galatea.com
Cocoon training, consulting & support
Sushil Bhattarai wrote:
> Hi
>
> I have been unable to run the JSP demo th
uestion is: how does Cocoon know to encapsulate the response in
SOAP? I've searched the source code and can't see where the logic is.
Any clues appreciated.
Regards,
Lajos
--
galatea.com
Cocoon training, consulting & support
-
e you not only display validation errors to the
user, but repopulate valid fields with the data the user already entered.
Regards,
Lajos
galatea.com
Cocoon training, consulting & support
Per Kreipke wrote:
> I can't quite figure out what the right way is to use actions to handle
&g
for the cocoon webapp, and then restart it.
Regards,
Lajos
Wolfgang Weigel wrote:
> hi!
>
> i tried to change the example from
> http://localhost:8080/cocoon/tutorial/home.html by using a mysql-database.
> everything works fine if using the name "personnel" for the
>
Delete Tomcat's work directory for your webapp
($CATALINA_HOME/work/Standalone/localhost ...)
Lajos
Vaskin Kissoyan wrote:
> I'm sometime seeing changes and sometimes not, how do I make sure
> everything is be reflected properly? Is there a way to clear Cocoon's
>
memory.
But in some subsequent posts, I've seen it stated several times that
-Xmx and heapsize should be the same. My question is whether anything
changed in the 2.0.3 StoreJanitor implementation that makes Peter's
suggestions irrelevant, or are they still valid?
Thanks.
Lajos
--
g
stream.
java.io.IOException: The stream has been closed
Happens with IE and Netscape.
Thanks.
Lajos
--
galatea.com
Cocoon training, consulting & support
-
Please check that your question has not already been answered in
helpful to capture these
messages and add them to Cocoon error page? It would certainly help me -
the "Transform error: null pointer exception" doesn't mean very much.
If someone has an idea of where the change needs to be made, unless it
has already been done, I'l
structure.
Regards,
Lajos
galatea.com
Cocoon training, consulting & support
Robert Bourdeau wrote:
>>>It's not that these solutions won't work, but they feel awkward and
>>>seem a little like hacks. I work in a shop where we have multiple
>>>virtu
rt with a leading
forward slash. Thus, if you have a sub-sitemap in a directory called
abc, with a JSP file in abc/jsps/hello.jsp, the src attribute of either
component should be something like:
src="/abc/jsps/hello.jsp"
Cheers,
Lajos
--
galatea.com
Cocoon training, consulting &
. I have gone the XSL route before, and I guess that is what
I'll stick with now.
Thanks,
Lajos
Luca Morandini wrote:
> Lajos,
>
> the substitution in SQL Transformer uses parameters defined in the sitemap,
> which don't fit your bill I presume...
>
> ...but, bei
t I thought I'd ask just the same ... I'm on 2.0.2.
Regards,
Lajos
--
galatea.com
Cocoon training, consulting & support
-
Please check that your question has not already been answered in the
FAQ before postin
ml. If not,
Lucene will ignore it. Of course, http://localhost:8080/cocoon/myapps
has to be a real URI.
Regards,
Lajos
galatea.com
Cocoon training, consulting & support
Maha Al-Yahya wrote:
> Hi Lajos,
> Good for you, but unfourtunately I'm still having a problem running the
>
pache docs, etc.). At least I find them sperfluous, as do many of my
clients. Hence, I typically strip off all included webapps, and make
cocoon the ROOT context.
Regards,
Lajos
Luca Morandini wrote:
> Lajos,
>
> OTOH, the adding of this context will make the Tomcat doc and Tomc
Why not do this in $CATALINA_HOME/conf/server.xml:
Regards,
Lajos
Robert Bourdeau wrote:
> This is more of an Apache question than a Cocoon question, but
> hopefully someone will know what I'm doing wrong here.
>
> Setup: SPARC Solaris 2.7, Apache 1.3.24 w/mod_webapp (
gure
out why a login doesn't work, but I can't find ANYTHING in the logs from
the DatabaseAuthenticatorAction. I haven't fiddled with any logging
setttings.
Am I missing something simple?
TIA,
Lajos
Cocoon training, co
. But for complex operations, like Adam's example, I'll stick
with Cocoon and have the client upgrade their servers, if need be.
Lajos
galatea.com
Andrew Savory wrote:
> Hi,
>
> On Fri, 7 Jun 2002, Luca Morandini wrote:
>
>
>>wait: how many users out there
--
> 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: <[EMA
Sorry, read "logicsheet" instead of "action". Don't know where my mind
has gone ...
Lajos
Lajos Moczar wrote:
> There is already an action included in Cocoon that does validation.
> What's nice is that you define the validation parameters in a definition
nt it.
Lajos
galatea.com
Cocoon training, consulting & support
[EMAIL PROTECTED] wrote:
> So how would I accomplish this with Cocoon. Could I just create a
> component for doing that validation and treat it as a self contained p
mkdir temporarydirectory
cd temporarydirectory
jar xvf $PATH_TO/cocoon.war
rm WEB-INF/lib/xalan-XXX.jar etc.
jar cvf cocoon.war *
Lajos
galatea.com
Ian Tindale wrote:
> I'm following the procedure for installing Cocoon 2.0.2 with Tomcat 4.0.3 with
>j2sdk1.4.0 and in the inst
take the original sitemap.xmap and edit out all the crap between the
tags.
Then I added a new target to ./build.xml:
Optionally, you can strip out extra jars and the stuff in the classes
directory, if you really wanted to get it lean.
Regards,
Lajos
galatea.com
Geoff Howard
I don't know PostgreSQL, but you might try putting the jar file in
cocoon/WEB-INF/lib. I have found cases where cocoon doesn't have access
to the jars in $CATALINA_HOME/common/lib, even though it is supposed to.
If that doesn't fix the problem, you'll have to post the e
Comment out the hsqldb stuff in cocoon.xconf, unless you really need it.
Lajos
daniel robinson wrote:
> List,
>
> Is there some comprehensive DB configure doc for C2? I've looked
> throught the listserv but its very piecemeal (sp?). I keep getting this
> error from
ining/cocoon or call me at 800.711.4901.
Regards,
Lajos
galatea.com
-
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-ma
need
svg in my application, but I do need FOP. If FOP indeed needs batik,
then it looks like I'm stuck with xvfb, Java 1.4 or the eteks.com
version of awt.
Thanks in advance.
Lajos
galatea.com
-
Please check that your question
For GPL/LGPL, see http://www.gnu.org/copyleft/
Regards,
Lajos
galatea.com
Bert Van Kets wrote:
> Ah, I definitely need to brush up my understanding of the license
> agreements.
> Darn, I hate those legal texts.
> Does anybody know a good site where all the different license agree
with Cocoon, Tomcat 4.0.1 is the easiest servlet engine to
start with.
Regards,
Lajos
galatea.com
Jorge Bello wrote:
> May be this is a stupid question. Sorry any way,
> I'm a beginner.
>
> Could someone shed some light about the
> differences between Jboss and Tomcat
I did, but something (I presume in Cocoon) kept unexpectedly bringing
down iPlanet. I ended up switching back to Tomcat.
Regards,
Lajos
Argyn Kuketayev wrote:
> I must test my reporting module written with Cocoon on jBoss/Tomcat,
> iPlanet, IBM WAS, BEA WLS.
>
> My main concer
Hi Joshua:
http://www.galatea.com/flashguides/apache-tomcat-cocoon-win32.xml should
help you.
Regards,
Lajos
Joshua Miller wrote:
> I'm trying to get Cocoon 1.8.2 up and running with Tomcat 3.2.1 on a
> Windows XP machine.
>
> I'm new to Cocoon and I can't
Istvan -
http://www.galatea.com/flashguides/cocoon-tips-2.xml on my site has a
section about MySQL and Cocoon. Don't try with JDK 1.4, though. People
have recently reported problems with the connections under that JDK.
Tisztelettel,
Lajos
galatea.com
Istvan Beszteri wrote:
>
With 1Gb of memory, I suggest starting with something like this and
tuning from there:
-Xms200m -Xmx600m
Regards,
Lajos
galatea.com
Rogier Peters wrote
Reminder that http://www.galatea.com is happily powered by Cocoon 2.0.2
Thanks.
Lajos
-
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html&g
ing to do
with encoding type?
Thanks in advance,
Lajos
galatea.com
sendmail.xsp **
http://apache.org/xsp";
xmlns:sendmail="http://apache.org/cocoon/sendmail/1.0";
>
Hello there
mail.earthlink.net
[EMAIL PROTECTED]
[
Here ya' go. These are taken from one of my courses. I've tested with
Opera and 2 versions of the Openwave SDK.
Regards,
Lajos
galatea.com
** sit
you are using something not in the wml 1.1 DTD, you
might have a problem.
Regards,
Lajos
Ralph Holz wrote:
> Lajos,
>
>> I've tested with both, without any problems. Can I see your sitemap
>> entry?
>
>
> Sure.
>
> This is the sitemap for the
interested, check out
http://www.galatea.com/training/courses.
Regards,
Lajos Moczar
galatea.com
800.711.4901
-
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apac
I've tested with both, without any problems. Can I see your sitemap entry?
Lajos
galatea.com
Ralph Holz wrote:
> Hi,
>
> I try to use Cocoon 2 to serve WML files, which are the products of an
> XSL-T transformation. I'd like to test my results with Opera 6 or the
&g
eliminates this advantage.
Regards,
Lajos
galatea.com
caleb racey wrote:
> What factors limit the size of xml file you can transform to pdf?
>
> I'm testing out one of my pipelines that generates simple pdf from an
> xml file. When using a small (2kb) xml file it all works fine
.
Do you explicitly put your database jars in the CLASSPATH path in
tomcat.sh? You might also try Tomcat 4 - you don't have to edit the
startup script at all. Tomcat 4 is much better at picking up and loading
jars placed in each webapps WEB-INF/lib.
Regards,
Lajos
Derek Hohls wrote
.2 distribution. Not that it is the right way, of course,
but I was in a hurry & didn't have time to figure out why.
Lajos
www.galatea.com
Tegid wrote:
> Hi,
>
> I installed Tomcat 3.2.3 and Cocoon 1.8.2 with the cocoon jars in
> the tomcat/lib/common directory.
Edit the :staticClasspath section and add it. It really
seems like cocoon is just not able to access the jar.
Lajos
galatea.com
Derek Hohls wrote:
> Thanks - they do all already have the mysql_uncomp.jar as well...
>
>
>>>>[EMAIL PROTECTED] 09/11/2001 10:35:02 >>>
>>
lt.password=mypass
processor.xsp.pool.database.default.maxConnections=3
processor.xsp.pool.database.default.expiryTime=360
4) restarted tomcat
Let me know if this still doesn't work & I can send you copies of the
actual files.
Lajos
galatea.com
Derek Hohls wrote:
> You can skip th
Kristof,
I'm curious about your problem; what version of Cocoon & Tomcat are you
running?
Regards,
Lajos
galatea.com
Jozsa Kristof wrote:
> Arno,
>
> I've tried both the cocoon/WEB-INF/classes/ dir, which should be
> auto-included due to the Tomcat con
http://www.galatea.com/flashguides/cocoon-tips-2.xml explains this in
detail.
Lajos
galatea.com
Olivier MOUGEL wrote:
> Hi all,
>
> I'm using mysql with php without great problem but I want to investigate
> the power of XML et Cocoon.
>
> My problem is that my data
Hi folks,
I'm getting up to a 7-hour delay in receiving posts to this list. Is it
just me or is everyone having problems?
Regards,
Lajos
-
Please check that your question has not already been answered in the
FAQ b
Brent,
In my experience, anything over and including 2.0rc1a works better with
JDK 1.3.0/1. I don't know what your exceptions are, but I run Cocoon2
rc1a with Jdk 1.3 in production on several different OSs without problems.
Lajos
galatea.com
Brent L Johnson wrote:
> I've been
in server.xml. Works for me. Then use Apache on top of Tomcat, if you
want to remove the Tomcat port from your URL.
Lajos
galatea.com
Eduardo Godoy Vega wrote:
> OK,
> but I don't want to put my project inside %TOMCAT_HOME% tree ... 'cause I
> delete it from time to tim
Sure it does. What configuration is causing you problems? You still need
to copy the cocoon 1.8.2 jars (xeres, xalan, cocoon, fop, servlet) to
$TOMCAT_HOME/common/lib, and edit the web.xml of whatever web app you
want to cocoonize, but it is still a straightforward process.
Regards,
Lajos
ed it.
I suppose it's theortically possible to put all the jars in
$TOMCAT_HOME/common/lib and reference them individually via the
extra-classpath tag in web.xml, but I've never tried it.
Regards,
Lajos
galatea.com
Jörn Heid wrote:
> Well, I'm a newbie using Tomcat.
> With Resin
If you're not using %TOMCAT_HOME%\webapp\ROOT, you could either rename
"cocoon" to "ROOT", and restart Tomcat, or edit
%TOMCAT_HOME%\conf\server.xml and point the docBase for the "" context
to webapps/cocoon.
Either way, you remove the offending "
e RequestParamAction is that it will post all the
request parameters to the pipeline. Wouldn't this make it the same as if
I explicitly declared the "id" parameter in the sitemap?
Thanks in advance.
Lajos
-
Pleas
should be served where.
My site gives more details on the above. You'll just have to start
experimenting like we are all doing here ;)
Lajos
galatea.com
Simone Gianni wrote:
> Hi all ..
>
> I'm trying to combine cocoon-tomcat with apache in a way that
> instead of
Comment out the 3 svg* serializers from the section
and the pipeline entries that use those serializers.
Lajos
galatea.com
Andreas Grünhagen wrote:
> Hello,
> when I start cocoon2 (with Tomcat 3.3 Beta 2) under Linux or Solaris it
> always tries to establish a connection to
Hi Ling,
What version of Cocoon 2 are you running? I've run 2.0rc1 with Tomcat
3.2.2 after deleting both parser.jar and jaxp.jar, and copying
xerces_1_x_x.jar from the Cocoon2 build directory to %TOMCAT_HOME%\lib.
That did the trick for me.
Lajos
galatea.com
Ling Kok Choon wrote:
Tricks
Flashguide (http://www.galatea.com/flashguides/cocoon-tips-2.xml)
describing how I've done this. Check back early next week if you are
interested.
If I've missed the intent of your question, let me know.
Lajos
galatea.com
Allan Kamau wrote:
> I've installed C2 successfully now I&
Request Test
Request Headers
Request Parameters
Configuration Parameters
=
=
Hope it helps.
Lajos
galatea.com
Luca Morandini wrote:
>
don't have it on your machine, you can view mine at
http://galatea.com/docs/tomcat40/config/host.html. Look for the section
on "Single Sign On".
Hope that helps.
Lajos
galatea.com
Mark S. Kent wrote:
> Marty,
>
> I tried your suggestion, but it didn't work.
what Marty suggested first in the last post on this
thread. SOP is to delete tomcat's work diretory for the cocoon webapp
($TOMCAT_HOME/work/localhost/cocoon) when you fix an error and want to
restart Tomcat and test again.
Lajos
Derek Hohls wrote:
> Lajos
>
> Thanks for the s
Hi Pater:
mod_jk is the 'glue' that Apache uses to talk to Tomcat. With Tomcat 4,
many people are using mod_webapp, which is a newer module. I have posted
mod_jk instructions (using Tomcat 3.2.x) on my web site, and I'll be
posting mod_webapp instructions there this week
1 - 100 of 122 matches
Mail list logo