install

is it possible to install apache tomcat in a system where IIS is already present
[87 byte] By [gania] at [2007-10-3 0:43:17]
# 1
I think you can do this as long as they listen on different ports.
angrycata at 2007-7-14 17:37:43 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

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

gania at 2007-7-14 17:37:43 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
i think iis is running on same prot as tomcat.. so the page cannot be display it sees the iis and not the tomcat.. http://localhost:80 to access tomcat
jgalacambraa at 2007-7-14 17:37:43 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 4
hello friend, iis is working on port 80 ......... so i cannot use that for my tomcat...
gania at 2007-7-14 17:37:43 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 5
my doubt is since iis is microsoft product it does nt allow any other server operatable... i think that is why jsp is not bein able to open..think microsoft vs SUN
gania at 2007-7-14 17:37:43 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 6
my suggestion is try to reinstall tomcat and specify the post to 8081 .. or or i think there is a setting in the server.xml that specifies the port for tomcat to run try to find that.. server.xml is located in the conf diretory.. after changing the port restart tomcat
jgalacambraa at 2007-7-14 17:37:43 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 7

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, "", "");

gania at 2007-7-14 17:37:43 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 8
i am also getting an class path not found error even after setting the class path variable
gania at 2007-7-14 17:37:43 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 9
what is the full stack trace?
jgalacambraa at 2007-7-14 17:37:43 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...