![]() | |
| |||||||
| Home | Register | Blogs | FAQ | Members List | Calendar | Downloads | Arcade | Mark Forums Read |
| Web Development Java/PHP/Perl/ASP and more |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #4 |
| Магистр | Shas net vremeni zakachat'! no poishi na google knigi s etimi nazvaniyami naydesh' tochno Title Size ( Kb ) Java Servlet Programming.pdf 4,424.21 More Servlets and JavaServer Pages.pdf 7,973.09 Servlets v2.3 Spec.pdf 1,290.60 Building Java HTTP servlets.pdf 467.15 Building servlets with session tracking.pdf 479.44 Core Servlets and JavaServer Pages.pdf 11,404.60 Advanced JavaServer Pages.pdf 8,672.48 JavaServer Pages, 1Ed.pdf 2,594.01 JavaServer Pages, 2Ed.rar 5,319.33
__________________ ![]() If you stop, you die! Doc Miles, Crank |
| | |
| | #5 | |
| СволочЪ | Quote:
http://www.jguru.com/faq/view.jsp?EID=160 | |
| | |
| | #6 |
| Магистр | Does anyone know how to do copy file or files from on directory to another with servlet? example. if I start sevlet it should copy a blabla.jar file from folder BLA1 to BLA2 And everything on FreeBSD Server with tomcat Apache Tomcat/5.0.24
__________________ ![]() If you stop, you die! Doc Miles, Crank |
| | |
| | #8 |
| Магистр | A mozhno aveli konkret??' I need to delete folder which was created 30 minutes ago. I thing a threads are the best soolution... IMHO But notice server is hosted so i have just 100% control to Tomcat Webserver and not Unix machine...Thnax in advance
__________________ ![]() If you stop, you die! Doc Miles, Crank |
| | |
| | #9 |
| Дошкольник Join Date: Aug 2004 Location: Oxford
Posts: 141
Rep Power: 5 Reputation:
10 | Hey, Svoy. I found out that the UNIX machine is absolutely not necessary, the java.io.File has the methods mkdir, list, delete, corresponding to mkdir, ls, rm of UNIX. I have already used it yesterday in my jsp project under Linux, works perfectly. You can also try the renameTo method for moving files/folders, but I can't guarantee the result. As for measuring time, I guess threads are indeed a good idea, I just warn you, that up to my experience, the output in new threads doesn't work properly. |
| | |
| | #10 |
| Магистр | Danke Ablertus! Yesterday i asked some collegs at Uni they sad that better to use CHRON JOBS I think it is correct writting, I have to look on internet.... So as far as i understood i have to programm Java class and ask my hoster if they can put it as CHRON JOB!
__________________ ![]() If you stop, you die! Doc Miles, Crank |
| | |
![]() |
| Thread Tools | |
| Display Modes | |
| |