Jump to content
We've recently updated our Privacy Statement, available here ×

JasperServer CP 4.7 - JBoss and MySQL are not Certified?


addmaths07

Recommended Posts

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Hey addmaths..,

yes your right both are not certified but JBoss 5.1 is running for sure.

Here a lil tutorial.

  1. Herunterladen von jasperreports-server-cp-4.5.0-bin.zip anschließendes entpacken.
  2. Herunterladen von postgressqlserver.exe anschließendes installieren.
  3. Wechsel in das Verzeichnis ...\buildomatic\sample_conf des Jasperreportserver und kopieren der postgresql_master.properties in das Verzeichnis ...\buildomatic\ des Jasperreportserver.
  4. Umbenennen postgresql_master.properties in default_master.properties.
  5. Die Umbenannte default_master.properties dem Editor öffnen.
  6. Ändern der Daten wie im unteren Codeabschnitt(Achtung Pfadangaben mit \\ trennen und auf eingenen Pfad anpassen!) und anschließendes speichern
    # application server type (default is tomcat6)

    # appServerType = tomcat6
    # appServerType = tomcat5
     appServerType = jboss
    # appServerType = jboss7
    # appServerType = glassfish2
    # appServerType = glassfish3
    # (beta) appServerType = weblogic
    # (beta) appServerType = websphere
    # appServerType = skipAppServerCheck

    # Tomcat app server root dir
    # appServerDir=C:\jasperreports-server-4.7/apache-tomcat

    #appServerDir = c:\\apache-tomcat-6.0.26
    # appServerDir = /home/devuser/apache-tomcat-6.0.26
    # appServerDir = /var/lib/tomcat6

    # JBoss app server root dir
      appServerDir = C:\\jboss-5.1.0
    # appServerDir = /home/devuser/jboss-5.1.0
    # appServerDir = /usr/bin/jboss
  7. Aufrufen CMD --> c: --> cd C:\jasperreports-server-cp-4.5.0-bin\buildomatic --> js-install-ce.bat
  8. Anschließen sollte Build succesfull kommen.
  9. Starten über http://localhost:8080/jasperserver/
  10. Anschließen sollte Build succesfull kommen.

Sry but right now I have no time for translation.

 

Hope it will help you a bit.

greetings

benedikt

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...