compatible version with eclipse3.2wtp
hello....i want to make a web application in eclipse using struts, tomcat as web serverand mySql as DB...can anybody please tell me the version wich will be compatible with each other...
i am using eclipse3.2wtp
so others version will be?
struts version =?
tomcat version =?
mySql version =?
thnx
[345 byte] By [
debduttaa] at [2007-11-27 9:06:29]

> hello....i want to make a web application in eclipse
> using struts, tomcat as web serverand mySql as
> DB...can anybody please tell me the version wich will
> be compatible with each other...
> i am using eclipse3.2wtp
> so others version will be?
> struts version =?
> tomcat version =?
> mySql version =?
> thnx
well i have experienced that if i'm using jdk1.5 to compile the whole application and then run it on tomcat 4.1 on a windows platform then there's a problem...i forgot the error but there is some while u want to run the application in tomcat 4.1...
so you can always go for
jdk 1.5
jakarta struts 2.0.1
tomcat 5.5
mysql 5.2
wht i mentioned here are all stable versions..
Prefer JDK 5 and above with Tomcat 5.5.* (though Java 1.4 path is available)
or use JDK 1.4.* with Tomcat 5.0.*
Struts 2.0.* works well with Java 5 onwards (again backwards for JDK 1.4.* are available)
and Struts 1.2.* words with all the JDK verseion 1.4 onwards
MySQL version should not be a problem till you have a proper JDBC driver
Note: Struts 2.1 is not out yet :)
Message was edited by:
VivekChauhan