Re: building mod_jk on solaris

2002-05-11 Thread Darya Chernikhova
try looking here: http://www.osxgnu.org/software/java/jakarta/ D On Sat, 11 May 2002, Jakarta Tomcat Newsgroup wrote: > Subject: Re: building mod_jk on solaris > From: "Jack Gao" <[EMAIL PROTECTED]> > === > Sorry, I don't have any experience with FreeBSD. > > Jack > "Peter Choe" <[EMAIL PROTE

Re: building mod_jk on solaris

2002-05-11 Thread @Basebeans.com
Subject: Re: building mod_jk on solaris From: "Jack Gao" <[EMAIL PROTECTED]> === Sorry, I don't have any experience with FreeBSD. Jack "Peter Choe" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... > thanks for the info. do you have an idea where i can get it for freebsd > 3.x? i

[ANNOUNCEMENT] Tomcat 4.0.4 Beta 3 released

2002-05-11 Thread Remy Maucherat
The third beta release of Tomcat 4.0.4 has been released. This release includes bugfixes and small feature additions over Tomcat 4.0.2/4.0.3 (please refer to the release notes for the complete list). Release notes: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.4-b3/RELEAS E-NOT

Tomcat valve behaviour overview

2002-05-11 Thread jfc100
Hi, Can anyone give a brief summary of the circumstances under which a valve implementation is invoked (form-based would be great)? I'm thinking specifically about *when* and *why* it gets invoked. And even more specifically whether or not it should be invoked under certain circumstances - wh

Tomcat 3.3.x & VisualAge 3.5.3

2002-05-11 Thread donggen zhang
Has anyone installed Tomcat3.3.x in VisualAge for Java 3.5.3? or anywhere I can get the instructions for installation ? thanks a lot donggen -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: JSP Include Directive

2002-05-11 Thread Chris Shen HOTMAIL
when you use the include directive, the code, or the jsp file, is inserted at compile time...in other words, if you modify the contest of the file that's being included, in order for the modification to take effects, you must also re-compile your script that is including the modified file...i hope

Tomcat 4.0.1 PersistentManager with JDBCStore

2002-05-11 Thread Grant Edwards
Hi, Where applicable I have configured my element inside my element to have the same jdbc config (driverName, connectionURL, connectionName,connectionPassword) as my JDBCRealm. The JDBCRealm works fine but the JDBCStore seems to be misbehaving. Tomcat (4.0.1) starts fine, no exceptions thro

Re: servlet-mapping with *.suffix problem

2002-05-11 Thread Luuk de Vries
- Original Message - From: "Craig R. McClanahan" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Saturday, May 11, 2002 6:15 PM Subject: Re: servlet-mapping with *.suffix problem > > > On Sat, 11 May 2002, Luuk de Vries wrote: > > > Date: Sat, 11 May 2002 17:58:41

Re: servlet-mapping with *.suffix problem

2002-05-11 Thread Craig R. McClanahan
On Sat, 11 May 2002, Luuk de Vries wrote: > Date: Sat, 11 May 2002 17:58:41 +0200 > From: Luuk de Vries <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: servlet-mapping with *.suffix problem > > Hi, > I have a working application using Red

servlet-mapping with *.suffix problem

2002-05-11 Thread Luuk de Vries
Hi, I have a working application using RedHat Linux6.2+jdk.1.3+Apache+mod_jk+tomcat3 which I migrated to the most recent RedHat Linux7.2+jdk1.4+Apache+mod_webapp+Tomcat4.0.3. After the usual minor problems with migrations, the application worked fine again. With the exception of the following deta

Re: Use Tomcat

2002-05-11 Thread Chiming Huang
Thank you for your recommendation. I will give it a try. Chiming "Tulan W. Hu" <[EMAIL PROTECTED]> wrote: I don't think VirtualHost will help. I think you can setup one tomcat with three webapp locations. Each of them uses a different webapp location, so that they will not messup other

Re: context

2002-05-11 Thread Mattias Brändström
Hello again! I am resending my email about my Conext/DB problem hoping that someone will take a look at it now. =) Have I configured my Context incorrectly? All documentation I have read suggests that I have done things the right way. But since it is the first time I am doing this kind of stu

Re: Loosing identity when switching to non-protected webresource

2002-05-11 Thread jfc100
jfc100 wrote: > Hi, > > I am experiencing the exact same problem. Here is my post to the > struts list: > >> Hi, >> >> >> Has anyone encountered the following situation using form-based auth >> in catalina? >> >> >> 1. login successfully using 'j_security_check'; >> >> 2. the next request happe

Re: Re[2]: Encoding problem (?)

2002-05-11 Thread Alexander Höglind
Okey, I missed that one, but "*" means any url-character and that includes "/" (root). Cheers, Alexander Höglind [EMAIL PROTECTED] - Original Message - From: "Jacob Kjome" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, April 25, 2002 8:43 PM Subject: Re

JSP Include Directive

2002-05-11 Thread Frederick Aubert
Hi, According to the JSP docs on Sun website, one can use to include static content, such as methods that will be reused from different components of the webapp. I wanted to share a ³securityCheck² method to reuse from each single places where security was required. I did place my code in a incl

Re: Domain name not IP Address in Tomcat.

2002-05-11 Thread Tore Skogly
What OS do you use? You can add the the hostname in your hosts file. On Unix(es)/Linux it is /etc/hosts On Windows2000 it is c:\winnt\system32\drivers\etc\hosts (I think...) But if you're connected to the internet you should be able to reach your applications using the domain name. DNS should t

Re: Tomcat, mod_jk and Apache...again!

2002-05-11 Thread Tore Skogly
Finally someone sharing my point of view...:-) I have seen this done using Tomcat 3.2.4, but not with mod-jk.. I'll have to check the server.xml file on that system more carefully to see if I can get any hints... My web administration would be easier if my jsps can be located together with my s

Re: Apache/Tomcat meet Visa

2002-05-11 Thread Graham Leggett
Brian Tol wrote: > In particular, the bottom half of page 12 refers to "Network encryption > (VPN) may be used betweeen any merchant system and any back-end > database" and on page 14: "When transmitting data across networks, > always use encryption techniques..." > > If I'm reading this correct

Any idea about Session object Failue?

2002-05-11 Thread Rajesh Harikrishnan
Hi All, Thanks for your reply for my previous question on 'Session Problem'. In addition to the previous subject, i still could'nt figure out the exact problem in my application. After a close watch, i found some where in the application the existing 'Session object' is being 'Written Over

Re: connector issues: mod_webapp and mod_jk

2002-05-11 Thread Lars Nielsen Lind
I have been using Apache 1.3.24 and Jakarta-Tomcat 4.0.3 with OpenSSL 0.9.6c and mod_ssl 2.8.8-1.3.24 and I have observed some troubles too. I have made a with list-data. When the page loads it works fine - but ocassionally the user gets a nullpointer exception when pressing the Next button that