facebook

Multiple application servers for development and production?

  1. MyEclipse IDE
  2.  > 
  3. Off Topic
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #227365 Reply

    gcormier
    Member

    Just curious.. we use Websphere 5 as a production application server. WAS5 will provide our datasources for a DB and these would be used in our application…

    Is there any other Application Server (hopefully free) that I could use to develop that would be compatible with WAS? I know IBM is big on the proprietary stuff… That way I could just DEPLOY on my dev server, and also just DEPLOY for my production server without any actual changes..

    Right now I’m thinking I’d need to make a Proxy class that would use the appropriate data source classes depending on the server…

    #227371 Reply

    Riyad Kalla
    Member

    Assuming the data source is just a generic JNDI data source, you should be able to work with JBoss (for EJB) or Tomcat (no EJB) on your dev machine, then deploy, merely changing the JNDI settings to match your datasource. Although I haven’t used WebSphere (for the reason you state).

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Multiple application servers for development and production?

You must be logged in to post in the forum log in