After changing the port, it still can not run. I got the same error.
Maybe the system configuration is not right, or maybe something else, I don't know.
I plan to do the same work in Linux. I hope...
Type: Posts; User: yunkun_yang; Keyword(s):
After changing the port, it still can not run. I got the same error.
Maybe the system configuration is not right, or maybe something else, I don't know.
I plan to do the same work in Linux. I hope...
Moment ago, I try this command "catalina jpda run", I got the err below:
ERROR: transport error 202: connect failed: Connection refused ["transport.c",L4
1]
ERROR: JDWP Transport dt_socket...
my catalina.bat is like below:
set JPDA_ADDRESS=8000
set JPDA_TRANSPORT=dt_socket
@echo off
if "%OS%" == "Windows_NT" setlocal
rem...
set JPDA_ADDRESS=8000
set JPDA_TRANSPORT=dt_socket
After I add it, I can't start server now.
I guess maybe the port is used by other applications.
I use jdk1.5.
I have another two questions.
First, when I build a war file and copy it to CATALINA_HOME/webapps, I must restart tomcat to see the modification?
Second, when I try to debug app in eclipse, but I...
This document is very helpful.
So thanks for your lots of helps in time.
It may be difficult to debug.
So could tomcat be nested in eclipse?
I have read this tutorial, but I don't know how to deploy a web apps to a web server as tomcat.
hi all
Is there any tutorial about how to develop a Spring apps using eclipse?
Thanks!
It's very userful. I think I can build a developing environment now!
Thank you!
By the way, which tools I can use to develop? Eclipse or other?
I think I have found a way to learn it now by reading these xml files!
Thanks a lot!
I have deployed it successfully.
I mean how do I understand the code and the architecture?
I hava a book <<expert one-on-one J2EE Development without EJB>>.
I must read the book fully?
...
I'll be developing a web app using Spring, but I am a new to it.
I was planning on studying jpetstore first, but when I downloaded the code, I did know how to startup. I think maybe it is difficult...