6 Replies Latest reply on Sep 27, 2005 2:08 PM by sudhakartv

    websale application

    stembol

      Hello!

      I found the java files and WebSaleTest.java but where is the web application (jsps...)?

      Thanks a lot

        • 1. Re: websale application
          kukeltje

          in the jbpm.webapp tree in the source (tip: many ide's have a find menu item)

          • 2. Re: websale application
            stembol

            I can find login.jsp, monitor.jsp, task.jsp,... but is it the websale application? I think it is part of the web console. I can't find anything else.

            • 3. Re: websale application
              kukeltje

              look at task.jsp and home.jsp. The websale does not have it 's own ui. It is a basic default one, part of the webapp (including monitoring, admin, etc)

              • 4. Re: websale application
                sudhakartv

                I don't see jbpm.webapp tree after i unzip the jbpm.zip. But I can see C:\jbpm-3.0.1\src\java.webapp. But I still don't see the jsp's.

                Thanks
                -Sudhakar

                • 5. Re: websale application
                  kukeltje

                  sorry..... my fault... I apologize and deeply regret it. It should have said /src/java.webapp and besides that, the jsp's etc are in src/resources/jbpm.war, another BIG mistake from my side. I know it is difficult to use the search function of a IDE or a OS and using the source to see what actually happens. But then again. I should not have made this huge mistake.

                  • 6. Re: websale application
                    sudhakartv

                    I have created a web project in WSAD. I have source and webcontent directories. I copied all the java classes from java.webapp and all the jsps to webcontent directory from web.war file. I also copied web.xml file and now i am getting web.xml file parsing problem.Is this a correct web.xml ?

                    org.xml.sax.SAXParseException: Document root element "web-app", must match DOCTYPE root "null".
                    at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)

                    -Sudhakar