thank u buddy...... i was able to install tomcat in a system where iis is altready present..... but the problem is am not able to open jsp with tomcat.... in the url when i give htttp://localhost/8080...
i am getting a msg this page cann be displayed...
is it because iis is running in the same system ......seems to be a compatability problem at con forguration level...........
can any body help me .......................
thanks in advance
friends...
thank u very much.. have successfully installed tomcat..
i am able to access jsp also...
but the new problem ic i am noy able to connect my jsp applications to mssql server........
am getting a error as shown below
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
org.apache.jasper.JasperException: Exception in JSP: /ADlog1.jsp:60
57: Connection conn = null;
58:
59:
60: Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver");
61:
62: String jdbcUrl = "jdbc:microsoft:sqlserver://localhost;DatabaseName=project";
63: conn = DriverManager.getConnection(jdbcUrl, "", "");