Does stylesheet can take/keep sessionid from outside?

2002-04-23 Thread Peng, Meimin
Title: Does stylesheet can take/keep sessionid from outside? 






Hi, 
I've a question here. Please help. 
Does stylesheet can take/keep session id from outside?? 
Thanks.
--Zoe


CONFIDENTIALITY NOTICE: The information in this e-mail is privileged and confidential. Any use, copying or dissemination of any portion of this e-mail by or to anyone other than the intended recipient(s) is unauthorized. If you have received this e-mail in error, please reply to sender and delete it from your system immediately.




RE: want to sure that i can output some WML from some XML

2002-04-04 Thread Peng, Meimin



Hello, 

I 
though wap simulator just support wml files. 
xml 
needs to be apply stylesheet in order to transform to wml document. 

how to 
do it? I don't know. I am newbie in cocoon. 
still 
trying to figure out how to deploy a simplest application in 
cocoon...


  -Original Message-From: Rami Amiri 
  [mailto:[EMAIL PROTECTED]]Sent: Wednesday, March 27, 2002 
  3:10 PMTo: [EMAIL PROTECTED]Subject: want to 
  sure that i can output some WML from some XML
  
  : Hi Nokia Developers.I am still suffering from the following problem.I 
  have Nokia Toolkit installed, and I want to load and run a XML file from 
  toolkit. At first, my toolkit has been successfully configured with apache 
  server and i could load just WML file from the Root server, but I could not 
  load XML file from the same root. i want to sure i can output some wml from 
  xml input (using Cocoon -1.7.4) from the following program: 
  
  
  
  
  
  Welcome to our serviece 
  
  go 
  
  
  
  
  
  
  
  the compiler did not give me any error message, but WAP june 2000 
  simulator alert me with the following : 
  404 Not found 
  NOT Found 
  The requested URL /cocoon/samples/example-portfolio.xml was not 
  found on this server 
  Apache/1.3.23 
  Server at 127.0.0.1 
  Port 80 
  Regards 
  Rami 
  
  
  
  MSN Photos is the easiest way to share and print your photos: Click 
  Here- 
  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]>


CONFIDENTIALITY NOTICE:  The information in this e-mail is privileged and confidential.  Any use, copying or dissemination of any portion of this e-mail by or to anyone other than the intended recipient(s) is unauthorized.  If you have received this e-mail in error, please reply to sender and delete it from your system immediately.


RE: newbie help in classpath

2002-03-29 Thread Peng, Meimin
Title: RE: newbie help in classpath





Hi, 
This is my error message when I use cocoon-2.0.2-src and try to biuld  c:\cocoon-2.0.2.\build.bat all 
Thanks. 


-Original Message-
From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 28, 2002 8:29 PM
To: [EMAIL PROTECTED]
Subject: RE: newbie help in classpath



USE PLAIN TEXT EMAIL!
And do not use system classpath variables.


 It told me that I need to recompile with -deprecation and build
failed.


What's the error?


Vadim


-Original Message-
From: Peng, Meimin [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, March 28, 2002 6:16 PM
To: '[EMAIL PROTECTED]'
Subject: newbie help in classpath


Hi, 
I am newbie for cocoon. got stuck somewhere and couldn't make cocoon
work. Please help.  
I download both cocoon-2.0.2-src.zip and cocoon-2.0-bin.zip. 
follow the http://xml.apache.org/cocoon/installing/index.html try to
make cocoon work. 
The sys env I have is: jdk1.3.1; tomcat3.2 
First, I try to use cocoon-2.0.2-src to install concoon. But, I couldn't
find the cocoon.war file under 
cocoon/build/cocoon/ directory. The solution I have is I copy the
cocoon.war from binary code and deploy it in the tomcat
directory. 
This is error message I got when I run http://localhost:8080/cocoon/
(the currently app I have in tomcat are still running correctly)
Cocoon 2 - Internal server error 

 
type fatal 
message SAX2 driver class org.apache.xerces.parsers.SAXParser not found 
description java.lang.ClassNotFoundException:
org.apache.xerces.parsers.SAXParser 
sender org.apache.cocoon.servlet.CocoonServlet 
It seems like I didn't set the correct classpth. 
Here is the setting: java_home is c:\jdk1.3.1; tomcat_home is
c:\jakarta-tomcat 
System variable is: 
.;C:\jdk1.3.1\lib\tools.jar;C:\SQLLIB\java\db2java.zip;C:\SQLLIB\java\ru
ntime.zip;C:\SQLLIB\java\sqlj.zip;C:\SQLLIB\bin 
Second, I try to use binary code to build cocoon.war file 
I use this command \build.bat -Dinclude.webapp.libs=yes webapp 
It told me that I need to recompile with -deprecation and build failed.
The API is too old. 
What can I do to create a new war file in cocoon?? 
any ideas?? Thank a million. 
--Zoe 
CONFIDENTIALITY NOTICE:  The information in this e-mail is privileged
and confidential.  Any use, copying or dissemination of any portion of
this e-mail by or to anyone other than the intended recipient(s) is
unauthorized.  If you have received this e-mail in error, please reply
to sender and delete it from your system immediately.



-
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]


CONFIDENTIALITY NOTICE: The information in this e-mail is privileged and confidential. Any use, copying or dissemination of any portion of this e-mail by or to anyone other than the intended recipient(s) is unauthorized. If you have received this e-mail in error, please reply to sender and delete it from your system immediately.

 







error.log
Description: Binary data

-
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]


newbie help in classpath

2002-03-28 Thread Peng, Meimin
Title: newbie help in classpath





Hi, 
I am newbie for cocoon. got stuck somewhere and couldn't make cocoon work. Please help. 
I download both cocoon-2.0.2-src.zip and cocoon-2.0-bin.zip. 
follow the http://xml.apache.org/cocoon/installing/index.html try to make cocoon work. 
The sys env I have is: jdk1.3.1; tomcat3.2
First, I try to use cocoon-2.0.2-src to install concoon. But, I couldn't find the cocoon.war file under
cocoon/build/cocoon/ directory. The solution I have is I copy the cocoon.war from binary code and deploy it in the tomcat

directory.
This is error message I got when I run http://localhost:8080/cocoon/ (the currently app I have in tomcat are still running correctly)

Cocoon 2 - Internal server error

type fatal
message SAX2 driver class org.apache.xerces.parsers.SAXParser not found
description java.lang.ClassNotFoundException: org.apache.xerces.parsers.SAXParser
sender org.apache.cocoon.servlet.CocoonServlet


It seems like I didn't set the correct classpth.
Here is the setting: java_home is c:\jdk1.3.1; tomcat_home is c:\jakarta-tomcat
System variable is: 
.;C:\jdk1.3.1\lib\tools.jar;C:\SQLLIB\java\db2java.zip;C:\SQLLIB\java\runtime.zip;C:\SQLLIB\java\sqlj.zip;C:\SQLLIB\bin


Second, I try to use binary code to build cocoon.war file 
I use this command \build.bat -Dinclude.webapp.libs=yes webapp
It told me that I need to recompile with -deprecation and build failed. The API is too old. 
What can I do to create a new war file in cocoon?? 


any ideas?? Thank a million. 
--Zoe


CONFIDENTIALITY NOTICE: The information in this e-mail is privileged and confidential. Any use, copying or dissemination of any portion of this e-mail by or to anyone other than the intended recipient(s) is unauthorized. If you have received this e-mail in error, please reply to sender and delete it from your system immediately.