Re: Various bugs with mod_jk and mod_jk2? And does Apache2.0.43+mod_jk2=inevitable hanging?

2003-01-11 Thread Bill Barker
"Raiden" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... > Just as a followup, even though all of the below still holds true, I did > find out my problem with Apache 2.0.43 (it was a DNS misconfiguration that > eventually held Apache up, even though I don't have it resolving host >

RE: [ OT ] what source code control system?

2003-01-11 Thread Schnitzer, Jeff
Renaming the file in the CVS repository makes it impossible to build old versions of your code. If you rename the file within CVS, then CVS thinks that file has always been called the new name. Checking out old tags will give you the file with the new name, not the old name. Most likely this wil

Re: ldap library for tomcat

2003-01-11 Thread Kaustuv Sharma
I too am using the Netscape Directory SDK for Java since 2 years, and it hasn't given me any trouble. It is quite stable and has a good documentation and tutorials to go with it. Regards, Kaustuv - Original Message - From: David Durst To: [EMAIL PROTECTED] Sent: Sunday, Januar

Re: Urgent problem with Singleton

2003-01-11 Thread David Hemingway
Craig, As well as synchronizing that block and setting reloadable="false" in the server.xml I paid close attention to when these extra instances are being created. When the server start and no requests have been received there is only the 1 instance. However as soon as a single request is made ano

Changes in jsps do not appear

2003-01-11 Thread Michael Muratet
Greetings I am using Tomcat 4.1.10 in its standalone mode. My understanding of the documentation is that every time a jsp is requested, the source is checked and reparsed if it is more recent than the object in memory. (Where would this be?) I have a jsp that I have changed, but the changes do no

Webapp specific endorsed dir?

2003-01-11 Thread Mark Woon
Hi all, Is there a way for webapps to declare jars that can override jars in Tomcat's common/endorsed directory? For example, if I want to my webapp to use a specific version of Xerces, independent of what gets distributed with Tomcat, what do I have to do? Right now, with Tomcat 4.1.18, if

Is there a way to use Apache Authentication on jsp pages located ona different server?

2003-01-11 Thread Raiden
I'm using Apache 2.0.43, and Tomcat 4.1.18 (which is located on a separate sever). Is there a way to use Apache basic authentication to authenticate these pages, when they exist on a separate server? When they're on the same server, I can just create a tag, and set the authentication. But how do

Re: Help me please.

2003-01-11 Thread Lajos Moczar
Wasin - When you say "default directory", you mean $CATALINA_HOME/webapps/ROOT? Lajos Wasin Rujikietgumjorn wrote: Dear Whom It May Concern, I am a new user. Using tomcat 4.1.18. Right now I can access localhost (http://localhost:8080). But I can not access my JSP file(hello.jsp) in defa

Help me please.

2003-01-11 Thread Wasin Rujikietgumjorn
Dear Whom It May Concern, I am a new user. Using tomcat 4.1.18. Right now I can access localhost (http://localhost:8080). But I can not access my JSP file(hello.jsp) in default directory as follows : <%@ page contentType="text/html; charset=TIS-620" %> <% out.println("ÊÇÑÊ´Õ¤ÃѺ"); %> W

Re: trouble w/ jk2 vs. Apache2 on OSX 10.2.3: "Segmentation fault$HTTPD -k $ARGV"

2003-01-11 Thread R Blake
i'll certainly give it a try . thanks btw, WHERE do you look to see which version JK2 works with? i've scoured my files, and have clearly missed it (somewhere obvious, no doubt ...) cheers, richard --On Saturday, January 11, 2003 2:37 PM -0800 Robert L Sowders <[EMAIL PROTECTED]> wrote

Re: session across different domains ?

2003-01-11 Thread AAron nAAs
I think you will have to code specifically for Tomcat. The only way to get jsession encoded into your string is with Request.encodeURL or Request.encodeRedirectURL, but they won't do it because Tomcat will determine that encoding wasn't necessary, and will return your string as-is. "isEncodeabl

Re: WebDav Problems (same problem + hint)

2003-01-11 Thread Stratmann, Holger
> The second problem is that webdav does not work correctly (it gets > problems with directory names) when I change its url mapping. Yes, I have the same problem and I really think it's a "bug" in the servlet. It doesn't seem to consider its url mapping internally (not at all or not correctly).

Re: trouble w/ jk2 vs. Apache2 on OSX 10.2.3: "Segmentation fault $HTTPD -k$ARGV"

2003-01-11 Thread Robert L Sowders
You probably have a mismatch between the cvs versions you're using. JK2, at last look, only worked with Apache 2.0.43. Try the older version of Apache, it should work. rls R Blake <[EMAIL PROTECTED]> 01/11/2003 10:04 AM Please respond to "Tomcat Users List" To: [EMAIL PROTE

Re: Basic questions

2003-01-11 Thread Paul Yunusov
On Saturday 11 January 2003 04:55 pm, Steve R Burrus wrote: > Denise, can you figure out why this servlet doesn't seem to work for me at > all. It's called the GreetingServlet.java I am not Denise but I thought I'd throw something on the table. Change your web.xml as shown below. You got your ser

Basic questions

2003-01-11 Thread Denise Mangano
Hey all :) Throughout my learning experience with Tomcat, I have gotten curious about the following things. This is mostly just for informational purposes. Inquiring minds want to know ; ) #1: Is it possible to set Tomcat to restart (as user tomcat) on a schedule? #2: Is there anyway to set

Re: ldap library for tomcat

2003-01-11 Thread David Durst
> Or maybe a free one .. have a look at com.novell.ldap on > http://www.openldap.org .. > > eriam > > Rob A. Augustinus a écrit: > >>import javax.naming.ldap; Netscape has a package that I have used, very stable and solid. I never checked into the licensesing because I was working on a academic pr

Re: session across different domains ?

2003-01-11 Thread Tim Funk
I am at a loss. My last guesses: - Its a programming issue - Your tomcat has virtual hosting set up that tomcat treats localhost/webapp and 192.x.x.x/webapp as different webapps Tim Albrecht Berger wrote: 1 - Is the request going to the same tomcat server? yes, there is only one 2 - Does t

Re: A problem with 4.1.18

2003-01-11 Thread Paul Yunusov
On Saturday 11 January 2003 03:40 pm, Peter Lee wrote: > I asked this earlier, but I still got problems with it. I upgraded to > 4.1.18, but I got some problems with security constraints. > > I have applied a security constraint on a particular url pattern. Only > certain users with a special rolen

Re: Basic questions

2003-01-11 Thread Paul Yunusov
On Saturday 11 January 2003 03:34 pm, Denise Mangano wrote: > Hey all :) > > Throughout my learning experience with Tomcat, I have gotten curious about > the following things. This is mostly just for informational purposes. > Inquiring minds want to know ; ) > > #1: Is it possible to set Tomcat t

RE: Java Bean Scope questions (a lengthy one)

2003-01-11 Thread Denise Mangano
Noel, I actually got this working by using Tim's suggestion of creating a reset method in my bean, then in my controller between my useBean and setProperty tags I call formBean.reset(). Works like a charm!! Thanks for your help!! Denise -Original Message- From: Noel J. Bergman To: Tomc

Re: session across different domains ?

2003-01-11 Thread Tim Funk
1 - Is the request going to the same tomcat server? 2 - Does the url look like this: http://www.foo.com/bar.jsp;jsessionid=ou812 -Tim Albrecht Berger wrote: When you link to the new domain, URL encode the session id into the link. I think either the servlet spec or tomcat docs should tell you y

Re: session across different domains ?

2003-01-11 Thread Albrecht Berger
> When you link to the new domain, URL encode the session id into the > link. I think either the servlet spec or tomcat docs should tell you you > can do this. Hello, I thought that this would work, too. But although I encoded the session id to the new url, the session I got is empty in the new

trouble w/ jk2 vs. Apache2 on OSX 10.2.3: "Segmentation fault$HTTPD -k $ARGV"

2003-01-11 Thread R Blake
hi all, i've successfully installed Apache2 & Tomcat on OSX 10.2.3 both run great in standalone . but Apache2 + Coyote jk2 refuses to launch/function Apache2 is a CVS build, & server-info is: Server Version: Apache/2.1.0-dev (Unix) mod_perl/1.99_07-dev Perl/v5.8.0 PHP/4.4.0-dev mo

Re: WebDav Problems

2003-01-11 Thread Andreas Probst
Hi Zsolt, I don't see the dates on Win2k either. So I really think it's a client problem. I have also a web interface. It shows the dates correctly. I've never realized this problem, because I seldom test with webfolders and the date was always far right (outside the window) so I didn't see th

session across different domains ?

2003-01-11 Thread Albrecht Berger
Hello, is there any way to keep the sessions when changing the domain ? I have only one webapp, but it is distributed acrosss different domains. Thx berger -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: Document Root

2003-01-11 Thread Paul Yunusov
On Saturday 11 January 2003 10:57 am, Jonathan Villa wrote: > I just started messing around with Tomcat and would like to know if I > can change the Document Root to a location which I prefer. For example, > my machine (windows) has 2 partitions, c: and d:. C is where I store my > program files, i

Document Root

2003-01-11 Thread Jonathan Villa
I just started messing around with Tomcat and would like to know if I can change the Document Root to a location which I prefer. For example, my machine (windows) has 2 partitions, c: and d:. C is where I store my program files, including Apache, Netbeans, Tomcat, etc. And D is where I have sourc

Re: WebDav Problems

2003-01-11 Thread Zsolt Koppany
I have the problem under Windows-98 and 2000. If I understand you correctly you don't have this problem with tomcat and slide and the client it W-2000. Is that correct? Zsolt On Sat, 2003-01-11 at 15:37, Andreas Probst wrote: > Hi Zsolt, > > it might be, that it's a client problem, i.e. Webfold

Re: [ OT ] what source code control system?

2003-01-11 Thread Larry Meadors
I did not know this trick! If it is this simple, you gotta wonder...why no "cvs rename" command... Larry >>> [EMAIL PROTECTED] 01/10/03 17:03 PM >>> Renaming things is trivial, just get the administrator to rename it for you. mv $CVSROOT/src/foo.java,v $CVSROOT/src/bar.java,v. Or if you d

RE: ldap library for tomcat

2003-01-11 Thread Rob A. Augustinus
import javax.naming.ldap; -Original Message- From: Fathi Ben Nasr [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 11, 2003 5:40 To: 'Tomcat Users List' Subject: ldap library for tomcat Hello, Can someone tell me where can I find a free (open source or a like) ldap.jar for tomc

Re: HTTP Status 404 with Tomcat 4.1.18

2003-01-11 Thread Paul Yunusov
On Saturday 11 January 2003 08:13 am, Nihita Goel wrote: > I have added the Context information in server.xml as > > > > > > I checked the localhost log file and I can see messages > Webapploader[/myapp]:Deploying class repositories to work directory > $CATALINA_HOME/work/Standalone/localhost/mya

Re: interesting java.lang.NullPointerException error when first viewing an index.jsp page - refresh once and page loads correctly

2003-01-11 Thread Paul Yunusov
On Friday 10 January 2003 05:49 pm, Brandon Rodak wrote: > Paul, > > Here is a link to the Java - http://www.flex-internet.com/java.txt > > Thanks again for your help > > Brandon Rodak > Web Services > Computer Marketing Corporation > http://www.cmcflex.com & http://www.flex-internet.com Brandon,

Re: WebDav Problems

2003-01-11 Thread Andreas Probst
Hi Zsolt, it might be, that it's a client problem, i.e. Webfolders isn't working correctly. I had issues with Webfolders of Windows 98. The same installation of Slide (which does WebDAV) worked on Windows 2000 Webfolders. Unfortunately I can't tell you more about this, it's just a thought. An

WebDav Problems

2003-01-11 Thread Zsolt Koppany
Hi, I use tomcat-4.1.18 and have the following problems with webdav. The Windows Client (webdav folder) does not show the modification dates of the files neither over the list nor for properties (I'm not sure whether thats called properties because I use German Windows, but I mean selecting a file

RE: Need help w. servlet mapping tag.

2003-01-11 Thread Larry Isaacs
Since the exception states that the problem is at line 14 (I'm not sure that refers to the beginning or ending tag), I don't think this web.xml is the one with the problem. Unfortunately, which web.xml isn't identified by the exception. Perhaps additional information in the log will help pinpoin

Re: filters - need to ADD a header to incoming request

2003-01-11 Thread Tim Funk
If you need to set the Header on response you can have your servlet/JSP do that. Otherwise, your filter can call response.setHeader(...). -Tim David Orriss Jr wrote: Another Q.. Wouldn't I *also* have to extend getHeaderNames so that the new request header would *know* about the name *as well

Re: HTTP Status 404 with Tomcat 4.1.18

2003-01-11 Thread Nihita Goel
I have added the Context information in server.xml as I checked the localhost log file and I can see messages Webapploader[/myapp]:Deploying class repositories to work directory $CATALINA_HOME/work/Standalone/localhost/myapp WebappLoader[/myapp]: Deploy class files /WEB-INF/classes to $CATALIN

ldap library for tomcat

2003-01-11 Thread Fathi Ben Nasr
Hello, Can someone tell me where can I find a free (open source or a like) ldap.jar for tomcat as I want to set up tomcat to authenticate users aginst an openldap directory server. TIA. Fathi B.N. (See attached file: smime.p7s) smime.p7s Description: Binary data -- To unsubscribe, e-mail:

Re: Various bugs with mod_jk and mod_jk2? And doesApache2.0.43+mod_jk2=inevitable hanging?

2003-01-11 Thread Raiden
Almost forgot... I'm using Tomcat 4.1.18. -Raiden On Sat, 11 Jan 2003, Raiden wrote: > Hello, > > I wanted to get Apache 2.0.43 and mod_jk2 working. They seemed to setup > fine, and handle requests just great. But after a while, Apache starts > hanging on every other request. I tried mod_jk,

Various bugs with mod_jk and mod_jk2? And does Apache2.0.43+mod_jk2=inevitablehanging?

2003-01-11 Thread Raiden
Hello, I wanted to get Apache 2.0.43 and mod_jk2 working. They seemed to setup fine, and handle requests just great. But after a while, Apache starts hanging on every other request. I tried mod_jk, and it still does this. I removed all traces of both mod_jks, and it still does eventually start