RE: [SOLVED] RE: Problem with JSP in mounted sitemap

2002-03-29 Thread Konstantin Piroumian

> From: yuryx [mailto:[EMAIL PROTECTED]] 
> Piroumian, Konstantin wrote:
> 
> >Good evening!
> >
> >It seems that I've solved the problem with JSPs. Patch will be 
> >available in CVS tomorrow.
> >
> >Regards,
> >Konstantin Piroumian
> >[EMAIL PROTECTED]
> >
> Thanx by good news, but where I had download this patch? 
> Please, I need this :)

I have problems with sending emails to cocoon-dev. Maybe because of
migration of our mail server to a new domain. In a few minutes the patch
will be posted to Bugzilla, but I don't know when will it be applied.

Konstantin
[EMAIL PROTECTED]

> 
> Thanx.
> Yury.
> 
> 
> 
> -
> 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: [SOLVED] RE: Problem with JSP in mounted sitemap

2002-03-28 Thread yuryx

Piroumian, Konstantin wrote:

>Good evening!
>
>It seems that I've solved the problem with JSPs. Patch will be available in
>CVS tomorrow.
>
>Regards,
>Konstantin Piroumian
>[EMAIL PROTECTED] 
>
Thanx by good news, but where I had download this patch?
Please, I need this :)

Thanx.
Yury.



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




[SOLVED] RE: Problem with JSP in mounted sitemap

2002-03-28 Thread Piroumian, Konstantin

Good evening!

It seems that I've solved the problem with JSPs. Patch will be available in
CVS tomorrow.

Regards,
Konstantin Piroumian
[EMAIL PROTECTED] 


-Original Message-
From: Chitharanjan Das [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, March 28, 2002 6:37 PM
To: [EMAIL PROTECTED]
Subject: RE: Problem with JSP in mounted sitemap


Hello,
Use the fully qualified path for the JSP file
 
i.e not just sample.jsp but from the context root
for eg:

 
where / = context directory
omc = mount directory 
 
It should work in Cocoon 2.0.1...
 
Cocoon 2.02 has problems with JSP generator as well as JSP reader.
Konstantin is working to solve it
 
REgds,
Chiths   


 
 
-Original Message-
From: yuryx [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, March 28, 2002 6:54 AM
To: [EMAIL PROTECTED]
Subject: Problem with JSP in mounted sitemap
 
Hi all!

Now I have the following problem :)

When I declare jsp generator in matcher within mounted sitemap I have error
about:



type Status report
message
/usr/local/jakarta/catalina-4.0.4/webapps/cocoon/mobicom-info/omc/sample.jsp
description The requested resource
(/usr/local/jakarta/catalina-4.0.4/webapps/cocoon/mobicom-info/omc/sample.js
p) is not available.




in  mounted sitemap.xmap  I  declare  following:














  
 
 
  





I use Cocoon 2.0.2 and Tomcat 4.0.4 now.
This don't work  in  Cocoon  2.0.1 and Tomcat 4.0.1 also...

Can anyone help me by problem?

Thanx.
Yury.
 
- Please
check that your question has not already been answered in the FAQ before
posting. To unsubscribe, e-mail: For additional commands, e-mail: 

-
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: Problem with JSP in mounted sitemap

2002-03-28 Thread Chitharanjan Das









Hello,

    Use
the fully qualified path for the JSP file

 

    i.e not just sample.jsp
but from the context root

    for eg:

    <map:generate type="jsp" src="/omc/docs/jsp/sample.jsp"/>

 

    where
/ = context directory

    omc = mount directory 

 

It should work in Cocoon 2.0.1………..

 

Cocoon 2.02 has problems with JSP generator as well as JSP reader. Konstantin is working to solve it….

 

REgds,

Chiths       



 

 

-Original Message-
From: yuryx
[mailto:[EMAIL PROTECTED]] 
Sent: Thursday, March 28, 2002 6:54 AM
To: [EMAIL PROTECTED]
Subject: Problem with JSP in
mounted sitemap

 

Hi all!

Now I have the following problem :)

When I declare jsp generator in matcher within mounted sitemap I have error
about:







type Status report

message /usr/local/jakarta/catalina-4.0.4/webapps/cocoon/mobicom-info/omc/sample.jsp

description The
requested resource
(/usr/local/jakarta/catalina-4.0.4/webapps/cocoon/mobicom-info/omc/sample.jsp)
is not available.








in  mounted sitemap.xmap  I  declare  following:

    
        
        
        
        
        
        

    
    
    
        

  
 
 
  
        
    



I use Cocoon 2.0.2 and Tomcat 4.0.4 now.
This don't work  in  Cocoon  2.0.1 and Tomcat 4.0.1 also...

Can anyone help me by problem?

Thanx.
Yury.
 






-
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: Problem with JSP in mounted sitemap

2002-03-28 Thread Piroumian, Konstantin

I am fighting with that problem. JSPReader already working. Now I try to
figure out what's wrong with the JSPGenerator. 

The most strange thing is that the message in log says that: 'no pipeline
matched' my request. But the pipeline with the needed matcher is there and
JSPReader works from the same sitemap.

Hope to solve that problem today...

--
Konstantin Piroumian
[EMAIL PROTECTED] 


-Original Message-
From: yuryx [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, March 28, 2002 5:54 PM
To: [EMAIL PROTECTED]
Subject: Problem with JSP in mounted sitemap


Hi all!

Now I have the following problem :)

When I declare jsp generator in matcher within mounted sitemap I have error
about:



type Status report
message
/usr/local/jakarta/catalina-4.0.4/webapps/cocoon/mobicom-info/omc/sample.jsp
description The requested resource
(/usr/local/jakarta/catalina-4.0.4/webapps/cocoon/mobicom-info/omc/sample.js
p) is not available.



in  mounted sitemap.xmap  I  declare  following:














  
 
 
  





I use Cocoon 2.0.2 and Tomcat 4.0.4 now.
This don't work  in  Cocoon  2.0.1 and Tomcat 4.0.1 also...

Can anyone help me by problem?

Thanx.
Yury.
 
- Please
check that your question has not already been answered in the FAQ before
posting. To unsubscribe, e-mail: For additional commands, e-mail: 

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




Problem with JSP in mounted sitemap

2002-03-28 Thread yuryx




Hi all!

Now I have the following problem :)

When I declare jsp generator in matcher within mounted sitemap I have error
about:

type Status report
message /usr/local/jakarta/catalina-4.0.4/webapps/cocoon/mobicom-info/omc/sample.jsp
description The requested resource (/usr/local/jakarta/catalina-4.0.4/webapps/cocoon/mobicom-info/omc/sample.jsp)
is not available.

in šmounted sitemap.xmap šI šdeclare šfollowing:

ššš 
ššš ššš 
ššš ššš 
ššš ššš 
ššš ššš 
ššš ššš 
ššš ššš 

ššš 
ššš 
ššš 
ššš ššš 

š 
 
 
š 
ššš ššš 
ššš 



I use Cocoon 2.0.2 and Tomcat 4.0.4 now.
This don't work šin šCocoon š2.0.1 and Tomcat 4.0.1 also...

Can anyone help me by problem?

Thanx.
Yury.
š




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