one path working, one not

2010-04-27 Thread Angela Day
I have one path working, and the other not working Http Status 404 - /csea/Login.m type Status report message /csea/Login.m description The requested resource (/csea/Login.m) is not available. They are both defined on the same tomcat 5.5.28 server server.xml

RE: JAR files still locked after Context.stop()

2010-04-27 Thread Caldarale, Charles R
> From: Jamie [mailto:ja...@stimulussoft.com] > Subject: Re: JAR files still locked after Context.stop() > > I figure out that it is only the Javamail mail.jar file that > is locked. For some reason, Windows wont let go of it, but all > other appear to be fine. You could always put that jar in T

Re: JAR files still locked after Context.stop()

2010-04-27 Thread Jamie
Hi Charles / Konstantin Thanks for all your help. I figure out that it is only the Javamail mail.jar file that is locked. For some reason, Windows wont let go of it, but all other appear to be fine. Regards, Jamie On 2010/04/27 07:50 PM, Caldarale, Charles R wrote: From: Jamie [mailto:ja..

Re: SSL Problem with Tomcat 5.5.25 on Windows 2003 Server

2010-04-27 Thread Abdullah Teke
On Tue, Apr 27, 2010 at 8:49 PM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Abdulla, > > On 4/27/2010 10:09 AM, Abdullah Teke wrote: >>> On Tue, Apr 27, 2010 at 5:03 PM, Pid wrote: >>> The list often strips attachments, it's better to post the contents of >>>

Re: SSL Problem with Tomcat 5.5.25 on Windows 2003 Server

2010-04-27 Thread Abdullah Teke
On Tue, Apr 27, 2010 at 8:56 PM, Caldarale, Charles R wrote: >> From: Abdullah Teke [mailto:abdullaht...@gmail.com] >> Subject: Re: SSL Problem with Tomcat 5.5.25 on Windows 2003 Server >> >> This is my server.xml. > >> > If you're using port 443 for HTTPS traffic, why are you using 8080 for HTTP

RE: SSL Problem with Tomcat 5.5.25 on Windows 2003 Server

2010-04-27 Thread Caldarale, Charles R
> From: Abdullah Teke [mailto:abdullaht...@gmail.com] > Subject: Re: SSL Problem with Tomcat 5.5.25 on Windows 2003 Server > > This is my server.xml. > redirectPort="8443" This should be 443, not 8443. You're either not actually using this server.xml, or something else is listening on 443, or

RE: JAR files still locked after Context.stop()

2010-04-27 Thread Caldarale, Charles R
> From: Jamie [mailto:ja...@stimulussoft.com] > Subject: Re: JAR files still locked after Context.stop() > > I've check them out in YourKit profiler thoroughly. All threads in the > main web application are exiting cleanly. Not threads, classes. Use the heap profiler to see if any of your webapp

Re: SSL Problem with Tomcat 5.5.25 on Windows 2003 Server

2010-04-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Abdulla, On 4/27/2010 10:09 AM, Abdullah Teke wrote: >> On Tue, Apr 27, 2010 at 5:03 PM, Pid wrote: >> The list often strips attachments, it's better to post the contents of >> the file, inline. (Makes it easier to suggest edits, too). FWIW, it loo

Re: JAR files still locked after Context.stop()

2010-04-27 Thread Konstantin Kolinko
2010/4/27 Jamie : > > I've check them out in YourKit profiler thoroughly. All threads in the main > web application are exiting cleanly.  Is there is a way to call the > WebAppClassloader to unload a particular JAR file? > JAR file, as well as any opened file, is an OS resource. Just GC() is not e

Re: JAR files still locked after Context.stop()

2010-04-27 Thread Jamie
Hi Chuck I've check them out in YourKit profiler thoroughly. All threads in the main web application are exiting cleanly. Is there is a way to call the WebAppClassloader to unload a particular JAR file? Jamie On 2010/04/27 05:31 PM, Caldarale, Charles R wrote: From: Jamie [mailto:ja...@sti

RE: slow upload

2010-04-27 Thread Caldarale, Charles R
> From: Pid [mailto:p...@pidster.com] > Subject: Re: slow upload > > Is the computer doing anything else at the time you experience slow > uploads? > > Does it have any other functions that might cause lots of disk access? And tell us exactly how you're doing the upload - the WebDAV servlet, a c

RE: deleted page not immediately invalidated

2010-04-27 Thread Caldarale, Charles R
> From: M.H.G. Emmerig [mailto:m.h.g.emme...@dnb.nl] > Subject: Re: deleted page not immediately invalidated > > Jamie is not an alias for me ;-) Didn't think so. > we are using version 6.0.16 on windows 2003 SP1 Any chance of trying it on a Tomcat version that's less than two years old (6.0.2

Re: slow upload

2010-04-27 Thread Pid
On 27/04/2010 16:38, Raquel Pau wrote: > Hello, > > We are using tomcat 6.0.24 with the default configuration in Windows 7. > We want to upload files(CSVs). When we try to upload any file, the > number of bytes reads every time changes. In general, the process is > fast because the time required i

Re: deleted page not immediately invalidated

2010-04-27 Thread M.H.G. Emmerig
Jamie is not an alias for me ;-) we are using version 6.0.16 on windows 2003 SP1 Met vriendelijke groet Milko Emmerig afd. BEIT-ICT-VOI-Middleware De Nederlandsche Bank tel: +31205242056 Konstantin

slow upload

2010-04-27 Thread Raquel Pau
Hello, We are using tomcat 6.0.24 with the default configuration in Windows 7. We want to upload files(CSVs). When we try to upload any file, the number of bytes reads every time changes. In general, the process is fast because the time required is a few number of seconds. However, sometimes

RE: deleted page not immediately invalidated

2010-04-27 Thread Caldarale, Charles R
> From: Jamie [mailto:ja...@stimulussoft.com] > Subject: Re: deleted page not immediately invalidated > > Ok. As I said, I am using the latest version. What version you're using has nothing to do with this thread, unless "Jamie" is an alias for "M.H.G. Emmerig". - Chuck THIS COMMUNICATION MA

RE: JAR files still locked after Context.stop()

2010-04-27 Thread Caldarale, Charles R
> From: Jamie [mailto:ja...@stimulussoft.com] > Subject: Re: JAR files still locked after Context.stop() > > I can see in the profiler that there are no running threads pertaining > to the main web app. What about classes related to the webapp? There's no guarantee that the Tomcat kludge for me

Re: deleted page not immediately invalidated

2010-04-27 Thread Jamie
Ok. As I said, I am using the latest version. Thanks for attemping to help anyway. On 2010/04/27 05:24 PM, Konstantin Kolinko wrote: 2010/4/27 M.H.G. Emmerig: What could be causing this behaviour? Some tomcat versions work like that. See bugzilla for more details. I have no clue o

Re: deleted page not immediately invalidated

2010-04-27 Thread Konstantin Kolinko
2010/4/27 M.H.G. Emmerig : > > > What could be causing this behaviour? > Some tomcat versions work like that. See bugzilla for more details. I have no clue on what Tomcat version you are using, etc. etc. Best regards, Konstantin Kolinko ---

Re: deleted page not immediately invalidated

2010-04-27 Thread Pid
On 27/04/2010 15:45, M.H.G. Emmerig wrote: > > > hello > > We have a website which has it's content on a filesystem. > all pages are jsp, with caching off. > > when we change a jsp, it get's recompiled at once when refreshing the page, > so the new content is displayed. This is correct. > > no

Re: JAR files still locked after Context.stop()

2010-04-27 Thread Jamie
Konstantin As a matter of fact, yes, I do have className="org.apache.catalina.core.JreMemoryLeakPreventionListener" /> in server.conf and it does not appear to helping. I still cannot delete any JAR file after called Context.stop(). I can see in the profiler that there are no running threads

RE: deleted page not immediately invalidated

2010-04-27 Thread Caldarale, Charles R
> From: M.H.G. Emmerig [mailto:m.h.g.emme...@dnb.nl] > Subject: deleted page not immediately invalidated > > now, when we delete a page from the filesystem and we do a refresh, it > displays the page, when we do another refresh we get a page not found. > I would expect a page not found after the f

Re: How to configure ProxyPassReverse for SSL redirect

2010-04-27 Thread Timo Meinen
Here are some debug information to this problem. The message is logged just after the 302 redirect to the https. The Context-Path of the application is /spike: [Tue Apr 27 16:54:39 2010] [debug] mod_proxy_ajp.c(239): proxy: APR_BUCKET_IS_EOS [Tue Apr 27 16:54:39 2010] [debug] mod_proxy_ajp.c(244):

Re: JAR files still locked after Context.stop()

2010-04-27 Thread Konstantin Kolinko
2010/4/27 Jamie : > Konstantin > > I just tried 6.0.26 and no joy. JARs remain locked by Windows. In the auto > update application I call context.stop() immediatel and System.gc() but alas > all JAR files are locked. Any other ideas? > > Jamie > > On 2010/04/27 04:17 PM, Konstantin Kolinko wrote: >

deleted page not immediately invalidated

2010-04-27 Thread M.H.G. Emmerig
hello We have a website which has it's content on a filesystem. all pages are jsp, with caching off. when we change a jsp, it get's recompiled at once when refreshing the page, so the new content is displayed. This is correct. now, when we delete a page from the filesystem and we do a refresh,

Re: JAR files still locked after Context.stop()

2010-04-27 Thread Jamie
Konstantin I just tried 6.0.26 and no joy. JARs remain locked by Windows. In the auto update application I call context.stop() immediatel and System.gc() but alas all JAR files are locked. Any other ideas? Jamie On 2010/04/27 04:17 PM, Konstantin Kolinko wrote: 2010/4/27 Jamie: Hi Kons

Tomcat Job Opportunities at SpringSource

2010-04-27 Thread Colby Berger (c)
I am very interested in speaking to you about a Java EE/Tomcat opportunity with SpringSource/VMware. This is an Senior level position and we are looking for someone that has great communication skills along with the technical skills. This position will be working with Tomcat and S2's tc Serve

Re: JAR files still locked after Context.stop()

2010-04-27 Thread Konstantin Kolinko
2010/4/27 Jamie : > Hi Konstantin > > Thanks. I'll give that a try. Can you confirm whether the options you were > referring to are antiJARLocking="true" antiResourceLocking="true". Is it > still necessary to specify these options in 6.0.26? > Yes, those options. In 6.0.26 you will have JreMemory

Re: SSL Problem with Tomcat 5.5.25 on Windows 2003 Server

2010-04-27 Thread Abdullah Teke
On Tue, Apr 27, 2010 at 5:03 PM, Pid wrote: > On 27/04/2010 14:57, Abdullah Teke wrote: >> On Tue, Apr 27, 2010 at 4:33 PM, Caldarale, Charles R >> wrote: From: Abdullah Teke [mailto:abdullaht...@gmail.com] Subject: SSL Problem with Tomcat 5.5.25 on Windows 2003 Server When i

Re: JAR files still locked after Context.stop()

2010-04-27 Thread Jamie
Hi Konstantin Thanks. I'll give that a try. Can you confirm whether the options you were referring to are antiJARLocking="true" antiResourceLocking="true". Is it still necessary to specify these options in 6.0.26? On 2010/04/27 03:45 PM, Konstantin Kolinko wrote: 2010/4/27 Jamie: Hi Ko

Re: SSL Problem with Tomcat 5.5.25 on Windows 2003 Server

2010-04-27 Thread Pid
On 27/04/2010 14:57, Abdullah Teke wrote: > On Tue, Apr 27, 2010 at 4:33 PM, Caldarale, Charles R > wrote: >>> From: Abdullah Teke [mailto:abdullaht...@gmail.com] >>> Subject: SSL Problem with Tomcat 5.5.25 on Windows 2003 Server >>> >>> When i write browser http://localhost:443 i can see the >>>

Re: SSL Problem with Tomcat 5.5.25 on Windows 2003 Server

2010-04-27 Thread Abdullah Teke
On Tue, Apr 27, 2010 at 4:33 PM, Caldarale, Charles R wrote: >> From: Abdullah Teke [mailto:abdullaht...@gmail.com] >> Subject: SSL Problem with Tomcat 5.5.25 on Windows 2003 Server >> >> When i write browser http://localhost:443 i can see the >> pages and applications. > > Which you shouldn't be

Re: JAR files still locked after Context.stop()

2010-04-27 Thread Konstantin Kolinko
2010/4/27 Jamie : > Hi Konstantin > > Here you go: > > OS: Windows 7 (version 6.1.7600) > Tomcat: 6.0.20 > JRE: 1.6.0_18-b07 > > Thanks for your guidance > The latest v6 is 6.0.26. Try it. For 6.0.20 and earlier you would need additional configuration options to prevent jar locking on Windows. B

Re: JAR files still locked after Context.stop()

2010-04-27 Thread Jamie
Hi Konstantin Here you go: OS: Windows 7 (version 6.1.7600) Tomcat: 6.0.20 JRE: 1.6.0_18-b07 Thanks for your guidance Jamie INFO: Starting Servlet Engine: Apache Tomcat/6.0.20 On 2010/04/27 03:26 PM, Konstantin Kolinko wrote: 2010/4/27 Jamie: I am using the latest version of Tomcat (v6

RE: SSL Problem with Tomcat 5.5.25 on Windows 2003 Server

2010-04-27 Thread Caldarale, Charles R
> From: Abdullah Teke [mailto:abdullaht...@gmail.com] > Subject: SSL Problem with Tomcat 5.5.25 on Windows 2003 Server > > When i write browser http://localhost:443 i can see the > pages and applications. Which you shouldn't be able to - this is indicative of your server.xml being broken. > Bu

Re: JAR files still locked after Context.stop()

2010-04-27 Thread Konstantin Kolinko
2010/4/27 Jamie : > I am using the latest version of Tomcat (v6) > There are about 20 different releases of Tomcat v6. Which one do you use (x.y.z), or are you building it yourself? What are your operation system and Java vendor and versions? Best regards, Konstantin Kolinko --

JAR files still locked after Context.stop()

2010-04-27 Thread Jamie
Greetings I have written an autoupdate web application client whose job it is to update a main Tomcat application. When updating the application, it performs the following operations on the main web application: ((Lifecycle) context).stop(); update existing jar files delete unwanted jar files ((

Re: Problem with starting tomcat5

2010-04-27 Thread André Warnier
Petr Hracek wrote: Hello *, may be you already answered to my problem but I did not find any response why the problem occurs. On the UnixWare I have installed apache 1.3 together with tomcat 5.5.29 and jre 1.4.2. Package apache-tomcat-5.5.29-compat.tar.gz has been already installed as well. Ma

Re: Problem with starting tomcat5

2010-04-27 Thread Pid
On 27/04/2010 12:29, Petr Hracek wrote: > First of all, > - where should be placed servlet.jar file from my application if not in > /opt/repgen/ > servlet/WEB-INF/lib/ Nowhere. Tomcat provides these classes, it's illegal to place them in a WEB-INF/lib. p > When I run the tomcat under user apac

Re: Problem with starting tomcat5

2010-04-27 Thread Petr Hracek
First of all, - where should be placed servlet.jar file from my application if not in /opt/repgen/ servlet/WEB-INF/lib/ When I run the tomcat under user apache then output is following: /# tail -f /var/apache/tomcat/logs/catalina.out WARNING: Default charset ISO-10646-Minimum-European-Subset not s

Re: Problem with starting tomcat5

2010-04-27 Thread Konstantin Kolinko
2010/4/27 Petr Hracek : > WARNING: Default charset ISO-10646-Minimum-European-Subset not supported, > using ISO-8859-1 instead Do not know what prints the above. > Apr 27, 2010 12:15:59 PM org.apache.catalina.core.AprLifecycleListener init > INFO: The Apache Tomcat Native library which allows op

Problem with starting tomcat5

2010-04-27 Thread Petr Hracek
Hello *, may be you already answered to my problem but I did not find any response why the problem occurs. On the UnixWare I have installed apache 1.3 together with tomcat 5.5.29 and jre 1.4.2. Package apache-tomcat-5.5.29-compat.tar.gz has been already installed as well. in the /var/apache/tomcat

Re: EE application server

2010-04-27 Thread Behrang S. Zadeh
Use JBoss or Glassfish for full-blown JavaEE apps. Here you can find the list of all JavaEE 5.0 certified application servers: http://java.sun.com/javaee/overview/compatibility-javaee5.jsp On Tue, Apr 27, 2010 at 5:38 PM, Navid Esfahani wrote: > Hi, > > > > I want to know is this possible to use

Re: How to configure ProxyPassReverse for SSL redirect

2010-04-27 Thread Timo Meinen
Is someone out there, who can explain me, what the problem is? Does the ProxyPassReverse only removes the ContextPath if the protocol (http/https) in the response is the same than in the request? Is it possible to configure the Proxy to ignore the protocol information? Thank you for any hint - I

Re: how to use

2010-04-27 Thread Mark Eggers
Google is your friend: http://openejb.apache.org/tomcat.html A bit dated: http://javanotebook.com/2007/09/28/openejb_3_and_tomcat_6.html Lots of tutorials once you get it installed: http://openejb.apache.org/ejb3-tutorial.html --- On Tue, 4/27/10, Navid Esfahani wrote: From: Navid Esfahani

Re: help migrating

2010-04-27 Thread Aryeh M. Friedman
I found the problem... there was a missing quote in the compile script for the project - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: help migrating

2010-04-27 Thread Pid
On 27/04/2010 09:38, Aryeh M. Friedman wrote: > >> >> Compare the directory listings for: >> >> /path/to/tomcat/lib >> >> for each installation and check that they match, ie have the same jar >> files. >> >> Then compare the lib dir in the deployed app in each server: >> >> /path/to/tomcat/webap

Re: help migrating

2010-04-27 Thread Aryeh M. Friedman
Compare the directory listings for: /path/to/tomcat/lib for each installation and check that they match, ie have the same jar files. Then compare the lib dir in the deployed app in each server: /path/to/tomcat/webapps/myapp/WEB-INF/lib If that doesn't produce any joy, you might need to c

Re: help migrating

2010-04-27 Thread Pid
On 27/04/2010 09:08, Aryeh M. Friedman wrote: > I am migrating from 6.0.20 on FreeBSD 8-RELEASE (i386) where everything > works fine to 6.0.26 on Gentoo (unknown ditro version) Linux (kernel > version 2.6.32.9) where everything works but some of my servlets can't > load some of the classes they cal

help migrating

2010-04-27 Thread Aryeh M. Friedman
I am migrating from 6.0.20 on FreeBSD 8-RELEASE (i386) where everything works fine to 6.0.26 on Gentoo (unknown ditro version) Linux (kernel version 2.6.32.9) where everything works but some of my servlets can't load some of the classes they call. For example: java.lang.NoClassDefFoundError:

Re: how to use

2010-04-27 Thread Pid
On 27/04/2010 09:11, Navid Esfahani wrote: > Hi, > > How to use openEJB and tomcat server for developing enterprise > application in netbeans? http://catb.org/~esr/faqs/smart-questions.html p > *__* > > *Navid Esfahani* > Member of BOD / > IT Mana

Re: Mod_jk 1.2.26 + tomcat 6.0.26 + apache 2.2.12 not working on ubuntu 'karmic'

2010-04-27 Thread Klemens Muthmann
Hi, "I'm a researcher not an administrator." ;) Thanks for the hint with the virtual hosts, chris. I never did anything with this technique (didn't even know apache is capable of such things) but now it works. Regards Klemens Christopher Schultz schrieb: -BEGIN PGP SIGNED MESSAGE

Re: Tomcat classpath fpr jar-within-jar

2010-04-27 Thread Ronald Klop
Op maandag, 26 april 2010 19:00 schreef Christopher Schultz : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ronald, On 4/26/2010 8:53 AM, Ronald Klop wrote: > That is not possible in Java (not only in Tomcat, but not possible in > any java application). You must extract jar B from jar A

SSL Problem with Tomcat 5.5.25 on Windows 2003 Server

2010-04-27 Thread Abdullah Teke
Hi; I have a tomcat 5.5.25 installation on windows 2003 server. I tried to configure ssl on tomcat. When i write browser http://localhost:443 i can see the pages and applications. But when i write https://localhost i cant reach any page or applications. There is no error in the log files. Please he

how to use

2010-04-27 Thread Navid Esfahani
Hi, How to use openEJB and tomcat server for developing enterprise application in netbeans? RGDS __ Navid Esfahani Member of BOD / IT Manager Sobhan Paya Pardaz Co. na...@sobhanpaya.com #60, shahanaghi Alley, Sheikh-Bahaee St, Molla-Sadra Ave.