port:
After installed RESIN, Tomcat, run, then access 8080 port, the result will pop up a prompt box, say what to enter the username and password, the domain name is XDB, inexplicable.
I found out the Internet, I realized that Oracle is in my monsters, online saying is Oracle's httpserver to give 8080 ports.
JDK:
After the Eclipse was installed, it always prompted an error while running. At first glance, I clearly put the path, classpath all the JDK1.4, how to take a JDK1.3, I found it, I found it. :
When Eclipse first launched in the configuration, it will first grab the JDK path in Path (JavaC.exe is used by JDK directory. When we don't have a JDK Path path, Eclipse will grab the login. The machine code inside the file HKEY_LOCAL_MACHINE / SOFTWARE / JavaSoft / Java Runtime Environment. Just experimenting, Path canceled, change the Curc CurrentVersion to 0.0, (using JRE 0.0 version) .... Can't catch the Eclipse reconfiguration.
This is a netizen's post. I looked at it. It seems that I caught the JDK under the PATH, but I read it directly from the registry (Eclipse3.09m)
The final solution is a shortcut: Eclipse.exe -vm "c: /j2sdk1.4.0/bin/javaw.exe", getting the work.