Results 1 to 4 of 4

Thread: tomcat spring and glassfish

  1. #1
    Join Date
    Apr 2010
    Posts
    4

    Thumbs down tomcat spring and glassfish

    I have developed an application with tomcat 6 and spring jars.
    I'd like to deploy it in a glassfish container. Is it possible?
    Thnks

  2. #2

    Default

    of course, there is not problem to do it.

  3. #3
    Join Date
    Apr 2010
    Posts
    4

    Default

    I have a problem with JNDI names. I use a mysql connector.
    When i'm look up for the object Connection Pool, i have a message "Name not bound to an object". Still, i'm creating a connection pool and a data source in the Glassfish administration console.

  4. #4
    Join Date
    Apr 2010
    Posts
    4

    Default

    Following error when deploying to Glassfish:

    An error has occured

    Exception while loading the app : java.lang.Exception: java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: java.lang.IllegalArgumentException: java.lang.NullPointerException

    I don't really know what it could be

Posting Permissions

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