User Profile

Collapse

Profile Sidebar

Collapse
rdettwyler
rdettwyler
Last Activity: Nov 16 '06, 08:15 PM
Joined: Nov 15 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • rdettwyler
    replied to tomcat 5.5 autodeploy fails
    Never mind. Lousy developers forgot to close a thread, leaving open a file, causing autoDeploy to fail.
    See more | Go to post

    Leave a comment:


  • rdettwyler
    replied to new to unix
    What you need is a FOR loop to get each of the files you need, cat each of them and APPEND ">>" to the target file (if you just write ">", each will overwrite the next):

    > for i in `ls test*`
    do
    cat $i >> bigtest.txt
    done
    >
    See more | Go to post

    Leave a comment:


  • rdettwyler
    started a topic tomcat 5.5 autodeploy fails

    tomcat 5.5 autodeploy fails

    I have tomcat 5.5 working on both linux and Windows. I am using the default configuration. When I copy a WAR file to webapps/, it will be autodeployed successfully but only the first time. If I "touch" that same WAR file, the autodeploy will fail, leaving only the webapps/[appname]/[appname].log file, which it cannot remove. I have to stop tomcat, remove that file, then restart tomcat, touch the WAR file again and only then will it autodeploy....
    See more | Go to post
No activity results to display
Show More
Working...