You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Kevan Miller (JIRA)" <ji...@apache.org> on 2007/10/04 11:27:50 UTC

[jira] Commented: (GERONIMO-3457) Drools BRMS issue using geronimo 2.0.1-jetty6

    [ https://issues.apache.org/jira/browse/GERONIMO-3457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532366 ] 

Kevan Miller commented on GERONIMO-3457:
----------------------------------------

I don't see how Geronimo could be causing this error. I may be proven wrong, but I don't think we inclde a w3c dom implementation in our Geronimo 2.0 distributions. So, not sure how we could be responsible for an xslt and w3c mismatch in the the JRE.

How are you setting up your java environment for java service wrapper? Are you sure you're using G 2.0.1?

> Drools BRMS issue using geronimo 2.0.1-jetty6
> ---------------------------------------------
>
>                 Key: GERONIMO-3457
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3457
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Jetty
>    Affects Versions: 2.0.1
>         Environment: geronimo 2.0.1-jetty6
> windows
> drools-jbrms 4.0.1
>            Reporter: Bhagwath Vadyala
>         Attachments: drools-error-screenshot.doc, geronimo-jetty-server-log.txt
>
>
> We are having an issuing testing drools BRMS 4.0.1 on geronimo 2.0.1 jetty 6 version.
> It deploys fine but when we open the url http://localhost:8080/drools-jbrms, its not redirecting to correct page.
> We use the same drools-jbrms war file and deploy on jboss-tomcat it works fine and redirects to the correct page.
> We posted the issue to JBOSS and here is the response from them.
> Michael Neale commented on JBRULES-1150:
> ----------------------------------------
> ok the URL in the browser it wrong.
> Ideally you will put in:
> http://localhost:8080/drools-jbrms
> and it *should* redirect to :
> http://localhost:8080/drools-jbrms/org.drools.brms.JBRMS/JBRMS.html
> if it doesn't - then it is a bug with how geronimo is redirecting.
> The index.jsp, which is default, has:
>    <%
>        String redirectURL = "org.drools.brms.JBRMS/JBRMS.html";
>        response.sendRedirect(redirectURL);
>    %>
> which should work as it does on every other app server tried so far.
> unfortunately we don't have resources to support every purmutation of app servers/web containers so this will require some experimentation. please let me know how you go.
> ..................................................................................
> Please let me know how to fix this issue.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.