Why IE5 browser no work after started j2ee?

Hi

I use windows 2000 ,JDK 2,j2EE1.3

I use http:localhost:8000 to preview

But it show " no found server or DNS error".

Please help me

Thanks a lot

I started j2ee it show like below:

J2EE server listen port: 1050

Naming service started:1050

Binding DataSource,name=jdbc/DB2,url=jdbc:cloudscape:rmi:CloudscapeDB:create=true

DataSource,name=jdbc/DB1,url=jdbc:cloudscape:rmi:CloudscapeDB:create=true

DataSource,name=jdbc/Cloudscape,url=jdbc:cloudscape:rmi:CloudscapeDB:create=true

DataSource,name=jdbc/EstoreDB,url=jdbc:cloudscape:rmi:CloudscapeDB:create=true

DataSource,name=jdbc/InventoryDB,url=jdbc:cloudscape:rmi:CloudscapeDB:create=true

DataSource,name=jdbc/XACloudscape,url=jdbc/XACloudscape__xa

DataSource,name=jdbc/XACloudscape__xa,dataSource=COM.cloudscape.core.RemoteXaDataSource@352d8

Starting JMS service ... Initialization complete - waiting for client requests

Binding:<JMS Destination:jms/Queue,javax.jms.Queue>

Binding:<JMS Destination:jms/Topic,javax.jms.Topic>

Binding:<JMS Cnx Factory:jms/QueueConnectionFactory,Queue,No properties>

Binding:<JMS Cnx Factory:jms/Queue,javax.jms.Queue>

Binding:<JMS Cnx Factory:TopicConnectionFactory,Topic,No properties>

Binding:<JMS Cnx Factory:TopicConnectionFactory,Topic,No properties>

Starting web service at port:8000

Starting secure web service at port:7000

Apache Tomcat/4.0-b4-dev

Starting web service at port:9191

Apache Tomcat/4.0-b4-dev

J2EE server startup complete.

[1652 byte] By [dong33] at [2007-9-26 6:40:33]
# 1

I have exactly the same problem.

If you have solved it, would you tell me how you did it?

Thanks.

> Hi

> I use windows 2000 ,JDK 2,j2EE1.3

> I use http:localhost:8000 to preview

> But it show " no found server or DNS error".

> Please help me

> Thanks a lot

> I started j2ee it show like below:

> J2EE server listen port: 1050

> Naming service started:1050

> Binding

> DataSource,name=jdbc/DB2,url=jdbc:cloudscape:rmi:Clouds

> apeDB:create=true

> DataSource,name=jdbc/DB1,url=jdbc:cloudscape:rmi:Clouds

> apeDB:create=true

> DataSource,name=jdbc/Cloudscape,url=jdbc:cloudscape:rmi

> CloudscapeDB:create=true

> DataSource,name=jdbc/EstoreDB,url=jdbc:cloudscape:rmi:C

> oudscapeDB:create=true

> DataSource,name=jdbc/InventoryDB,url=jdbc:cloudscape:rm

> :CloudscapeDB:create=true

> DataSource,name=jdbc/XACloudscape,url=jdbc/XACloudscape

> _xa

> DataSource,name=jdbc/XACloudscape__xa,dataSource=COM.cl

> udscape.core.RemoteXaDataSource@352d8

> Starting JMS service ... Initialization complete -

> waiting for client requests

> Binding:<JMS Destination:jms/Queue,javax.jms.Queue>

> Binding:<JMS Destination:jms/Topic,javax.jms.Topic>

> Binding:<JMS Cnx

> Factory:jms/QueueConnectionFactory,Queue,No

> properties>

> Binding:<JMS Cnx Factory:jms/Queue,javax.jms.Queue>

> Binding:<JMS Cnx

> Factory:TopicConnectionFactory,Topic,No properties>

> Binding:<JMS Cnx

> Factory:TopicConnectionFactory,Topic,No properties>

> Starting web service at port:8000

> Starting secure web service at port:7000

> Apache Tomcat/4.0-b4-dev

> Starting web service at port:9191

> Apache Tomcat/4.0-b4-dev

> J2EE server startup complete.

>

hasegawk at 2007-7-1 15:58:45 > top of Java-index,Other Topics,Patterns & OO Design...
# 2
OK no problemBut I no solved it until today.I am very vexatious.
dong33 at 2007-7-1 15:58:45 > top of Java-index,Other Topics,Patterns & OO Design...
# 3

Hi,

I've tried a few things to get it to work, so I'm not sure which factor eventually led to a solution, but here is what I've tried.

First, make sure you installed the right version of j2se(sdk). If you're using j2ee1.3 it'll be j2se 1.3.1_01.

And set JAVA_HOME to point to the directory you've installed j2se 1.3.1_01.

And this may sound silly, but make sure your local host IP address is typed correct! I was trying to open the URL (http://localhost:8000/test.jsp), but I didn't realize till now that I was typing a wrong IP address.

I'm using NT, not 2000, so not sure if it'll work for you, but good luck!

hasegawk at 2007-7-1 15:58:45 > top of Java-index,Other Topics,Patterns & OO Design...
# 4
Very thanks for helpI will try it now.David
dong33 at 2007-7-1 15:58:45 > top of Java-index,Other Topics,Patterns & OO Design...