I have created a j2ee project using:
1)DB2 (as database server)
2)WAS-CE server to deploy the application
3)eclipse to code.
as was-ce server is running too slow I want to change to any other server.
my question is:
can I change to any other server? What are your views about tomcat and sql server? The most important question is what changes should I make in my web app to adapt a different server?Is the changes in the web.config file sufficient to adapt different servers having the same database server?
in hope of a good response.
robin