aspose file tools
The moose likes Developer Certification (SCJD/OCMJD) and the fly likes Issue with starting DVD project in network mode Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Certification » Developer Certification (SCJD/OCMJD)
Reply Bookmark "Issue with starting DVD project in network mode" Watch "Issue with starting DVD project in network mode" New topic
Author

Issue with starting DVD project in network mode

Helen Ma
Ranch Hand

Joined: Nov 01, 2011
Posts: 451
I tried a different way to start the project.
In the command prompt, I type java sampleproject.gui.Application server to start the server
I type localhost , server port 1099.... I click on the "start server" button.
According to the Monkhouse book, I will see the table with DVD information as shown in figure 9.7 in the book. But I did not see this table. On the command prompt , I only see Server started.
Do I need to do something else to start the client?
Roel De Nijs
Bartender

Joined: Jul 19, 2004
Posts: 4352

You need of course to start also the client application in networked mode.

So java sampleproject.gui.ApplicationRunner server will start the application in server mode. When that's up and running, you then call java sampleproject.gui.ApplicationRunner (without parameter). That will start the application in networked mode.

You could also try to run the application in standalone mode to see the table with dvd records (using java sampleproject.gui.ApplicationRunner alone).

Good luck!


SCJA, SCJP (1.4 | 5.0 | 6.0), SCJD
http://www.javaroe.be/
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Issue with starting DVD project in network mode
 
Similar Threads
jboos i nubuntu 9.0
problem in starting jboss 7
new command window
Error While Starting JBoss 5.1.0 GA!!!
Running Application in Network mode