Search:

Type: Posts; User: yunkun_yang; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    19
    Views
    20,849

    After changing the port, it still can not run. I...

    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...
  2. Replies
    19
    Views
    20,849

    Moment ago, I try this command "catalina jpda...

    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...
  3. Replies
    19
    Views
    20,849

    my catalina.bat is like below: set...

    my catalina.bat is like below:

    set JPDA_ADDRESS=8000
    set JPDA_TRANSPORT=dt_socket
    @echo off
    if "%OS%" == "Windows_NT" setlocal
    rem...
  4. Replies
    19
    Views
    20,849

    set JPDA_ADDRESS=8000 set...

    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.
  5. Replies
    19
    Views
    20,849

    I have another two questions. First, when I...

    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...
  6. Replies
    19
    Views
    20,849

    This document is very helpful. So thanks for...

    This document is very helpful.
    So thanks for your lots of helps in time.
  7. Replies
    19
    Views
    20,849

    It may be difficult to debug. So could tomcat be...

    It may be difficult to debug.
    So could tomcat be nested in eclipse?
  8. Replies
    19
    Views
    20,849

    I have read this tutorial, but I don't know how...

    I have read this tutorial, but I don't know how to deploy a web apps to a web server as tomcat.
  9. Replies
    19
    Views
    20,849

    Is there any tutorial about Eclipse?

    hi all
    Is there any tutorial about how to develop a Spring apps using eclipse?

    Thanks!
  10. Replies
    10
    Views
    1,702

    It's very userful. I think I can build a...

    It's very userful. I think I can build a developing environment now!
    Thank you!
  11. Replies
    10
    Views
    1,702

    By the way, which tools I can use to develop?...

    By the way, which tools I can use to develop? Eclipse or other?
  12. Replies
    10
    Views
    1,702

    I think I have found a way to learn it now by...

    I think I have found a way to learn it now by reading these xml files!
    Thanks a lot!
  13. Replies
    10
    Views
    1,702

    I have deployed it successfully. I mean how do...

    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?
    ...
  14. Replies
    10
    Views
    1,702

    Is there any good sample about spring?

    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...
Results 1 to 14 of 14