Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17

Thread: Deploying SDN Web App on Heroku

  1. #11
    Join Date
    Jan 2009
    Location
    Huntington Beach, CA
    Posts
    718

    Default

    I have to wait till after work to make the jms changes. In a few hours.

    Thanks

    Mark

  2. #12
    Join Date
    Jan 2011
    Location
    Dresden, Germany
    Posts
    525

    Default

    done

    http://eventgate.herokuapp.com

    Cheers

    Michael

  3. #13
    Join Date
    Jan 2009
    Location
    Huntington Beach, CA
    Posts
    718

    Default

    Thanks Michael. Now have to figure out why my jsp includes are failing. Which is why the real look and feel and working javascript is missing.

    Mark

  4. #14
    Join Date
    Jan 2009
    Location
    Huntington Beach, CA
    Posts
    718

    Default

    Do you remember the changes that you made to my pom and any other file? I can't get my app to work anymore, even locally. It just won't do any jsp rendering anymore, no el evaluation, no includes working and I can't seem to figure it out and git history isn't showing me your changes.

    Thanks

    Mark

  5. #15
    Join Date
    Jan 2011
    Location
    Dresden, Germany
    Posts
    525

    Default

    I send you a file.

  6. #16

    Default

    Well I think it looks much better now, the only thing that breaks is that your ActiveMQMessage broker starts a managementContext with JMX enabled so that it listens on port 1099 on the public interface which Heroku doesn't like (only the PORT env-variable might be listened on). I have no clue about AMQP configuration regarding this stuff. There are lots of entries in the spring forums and elsewhere. You can probably figure that out in seconds.

  7. #17
    Join Date
    Jan 2009
    Location
    Huntington Beach, CA
    Posts
    718

    Default

    I don't have any JMS stuff in it anymore.

    It is also odd how some URLs worked before in my app, but not when deployed out to Heroku. Not all of them but a good 35% of them that work locally, don't work on Heroku. But I can figure that out myself.

    Mark

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •