YumeiWavrek lu

Greenhorn
+ Follow
since Oct 02, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by YumeiWavrek lu

just because of configuration issue I guess. It would be great if someone can point to me where I can download this particular version.

in the tutorial, particularly mention the version and I have 3.0.1 on my machine, it doesn't work.

thanks,

Yumei
Hi,

I'm trying to follow this link to do some struts exercise.

http://javaboutique.internet.com/tutorials/three/

however, I couldn't find the particular version of Eclipse (3.0M4).
can anyone out there point me to the right link? all I can find is latest version of Eclipse, which is 3.0.1

thanks,

Yumei
Joyce,

Thank you very much and I got that smiling face of Tomcat in front of me now. One of the ports is used by my old version of JRE, I think.

thanks,

Yumei
19 years ago
thank you mike.

but what's that mean? I do have Eclipse and JRE on my machine but I removed them all(uninstall) and reinstall the JDK and tomcat.

the problem is persistant.

How do I check the port is being used?

Yumei
19 years ago
OK, Here's the message I got from DOS screen.

Binding Exception. can anyone help me?

thanks,


Yumei

INFO: Installing web application at context path from URL file:C:\jakarta-tomca
t-5.0.16\webapps\ROOT
Oct 19, 2004 1:10:30 PM org.apache.catalina.core.StandardHostDeployer install
INFO: Installing web application at context path /servlets-examples from URL fil
e:C:\jakarta-tomcat-5.0.16\webapps\servlets-examples
Oct 19, 2004 1:10:30 PM org.apache.catalina.core.StandardHostDeployer install
INFO: Installing web application at context path /tomcat-docs from URL file:C:\j
akarta-tomcat-5.0.16\webapps\tomcat-docs
Oct 19, 2004 1:10:30 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on port 8080
Oct 19, 2004 1:10:31 PM org.apache.jk.common.ChannelSocket init
INFO: JK2: ajp13 listening on /0.0.0.0:8009
Oct 19, 2004 1:10:31 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/80 config=C:\jakarta-tomcat-5.0.16\conf\jk2.proper
ties
Oct 19, 2004 1:10:31 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 13179 ms
StandardServer.await: create[8005]: java.net.BindException: Address already in u
se: JVM_Bind
java.net.BindException: Address already in use: JVM_Bind
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:331)
at java.net.ServerSocket.bind(ServerSocket.java:318)
at java.net.ServerSocket.<init>(ServerSocket.java:185)
at org.apache.catalina.core.StandardServer.await(StandardServer.java:535
)
at org.apache.catalina.startup.Catalina.await(Catalina.java:637)
at org.apache.catalina.startup.Catalina.start(Catalina.java:599)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:297)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:398)
Oct 19, 2004 1:10:32 PM org.apache.catalina.core.StandardService stop
INFO: Stopping service Catalina
Oct 19, 2004 1:10:32 PM org.apache.coyote.http11.Http11Protocol destroy
INFO: Stoping http11 protocol on 8080 Catalina:type=ThreadPool,name=http8080
19 years ago
Here's the message I got in log file.

Can anybody make some suggestion?

thanks,

Yumei

2004-10-19 12:31:38 StandardContext[/balancer]org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]
2004-10-19 12:31:41 StandardContext[/jsp-examples]ContextListener: contextInitialized()
2004-10-19 12:31:41 StandardContext[/jsp-examples]SessionListener: contextInitialized()
2004-10-19 12:31:42 StandardContext[/servlets-examples]ContextListener: contextInitialized()
2004-10-19 12:31:42 StandardContext[/servlets-examples]SessionListener: contextInitialized()
2004-10-19 12:31:45 StandardContext[/servlets-examples]SessionListener: contextDestroyed()
2004-10-19 12:31:45 StandardContext[/servlets-examples]ContextListener: contextDestroyed()
2004-10-19 12:31:45 StandardContext[/jsp-examples]SessionListener: contextDestroyed()
2004-10-19 12:31:45 StandardContext[/jsp-examples]ContextListener: contextDestroyed()
19 years ago
Hello,

I am trying to run Tomcat on my machine and had following problem.

Run Startup under bin directory, window Dos did fire up the second dos window and it's running but it shuts down automatically and no any error message and didn't display welcome page for me.

My Tomcat version is 5.0.16 and under XP Home Edition.

Is anybody out there had same experience?

thanks,

Yumei
19 years ago
Eric,

Thank you for your response and I'll try that approach.

Yumei
Hello,

I try to follow the Eclipse's SWT Designer building ClientBilling application. However, after create a table, tablecolumn, I found there are no tableItem available under SWT controls.

Does anybody run same problem?

here's the tutorial I try to use.

http://www.cs.umanitoba.ca/~eclipse/

12. An Eclipse GUI Builder (Instantiations SWT/Swing Designer) tutorial

thanks,

Yumei
Hello,

I am new to IDE Eclipse. I installed the eclipse on windows2000 professional and installed the jre under c:\eclipse folder

C:\eclipse\jre\bin I downloaded eclipse-platform-3.0.1-win32.zip

then run eclipse but no java available under window->open perspective.
Do I need specify the path somewhere in Eclipse? I tried several ways and didn't work.

can someone help me?

thanks,

Yumei