Re: JkMount error starting Apache

2003-02-12 Thread Barley
Sorry if I'm being dense...here's my LoadModule line: # Load mod_jk LoadModule jk_module /usr/lib/apache/mod_jk.so And here's yours: #Try changing to this # Load mod_jk LoadModule jk_module /usr/lib/apache/mod_jk.so So, you think I should add quotes somewhere? Thanks again, and sorry I'm so

Re: JkMount error starting Apache

2003-02-12 Thread Barley
OK, So, this *was* the problem. When I had tried it before, I guess I had my AddModule line in the wrong place. I tried it again and added the line at the end of all of the other AddModule lines and it fired up just fine. No warning from Apache about the module being already loaded either.

Re: JkMount error starting Apache

2003-02-12 Thread Oscar Carrillo
Glad to hear it. On Wed, 12 Feb 2003, Barley wrote: OK, So, this *was* the problem. When I had tried it before, I guess I had my AddModule line in the wrong place. I tried it again and added the line at the end of all of the other AddModule lines and it fired up just fine. No warning

pager taglib not working after migrating to tomcat 4.1.12 from tomcat 4.0.4

2003-02-12 Thread Ashish Kulkarni
Hi, I have been using the pager tag lib from http://jsptags.com/tags/navigation/pager/index.jsp for controling the number of records to be displayed on each JSP, It was working fine on tomcat4.0.4, but since i migrated to tomcat4.1.12, it is not working I get 10 records on first page, but nothing

JSPC skips files - Please help

2003-02-12 Thread Robert Skoczylas
Folks, I'm trying to compile my jsps using the JSPC class using Tomcat 4.1.12 and ANT 1.5. When running it with the -webapp option, there are no problems, all jsps compile and are placed in the destination dir/package. But we have a requirement to create different packages so I have created

Running the servlet !

2003-02-12 Thread Swapneel Dange
Thanx All ! i got my servler compiled but now when i try to see the same SERVLET using the following address --- http://localhost:8080/swapneel/hello then i get the following errors -- * Error: 500 Location: /swapneel/hello Internal

Re: Taglibs are not interpreted with Tomcat 4.1.18

2003-02-12 Thread Sean Dockery
Your actual tag class implementation should be located in... /WEB-INF/classes/org/sourcepark/taglibs/kato/db_dropdown.class ...which is very different from your... /WEB-INF/classes/org.sourcepark.taglibs.kato.db_dropdown.class This also means that the first line in your db_dropdown.java source

RE: Running the servlet !

2003-02-12 Thread Filip Hanik
does your HelloWorld.java have package swapneel.servlets; as the first statement? Filip -Original Message- From: Swapneel Dange [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 12, 2003 5:17 PM To: [EMAIL PROTECTED] Subject: Running the servlet ! Thanx All ! i got my servler

nsapi_redirector.so

2003-02-12 Thread Craig Pardey
Hi, I have spent a very frustrating 2 days trying to get Tomcat 4.1.8 to work with Netscape Enterprise Server 4 on Solaris 8. Before you ask why, I'll tell you that I don't have any say in the environment. I have tried just about everything I dowloaded the connectors so that I could compile

RE: Running the servlet !

2003-02-12 Thread Swapneel Dange
hey Filip ! thanx man ! i got it running ! i think ur right for the package name ! Swapneel Dange 505-642-4126 http://www.cs.nmsu.edu/~sdange From: Filip Hanik [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: Running the

get User object from tomcat

2003-02-12 Thread fangfang cai
Hi, Does anyone know how to get the User object(MemoryUser object) which contains user's fullname, roles .? Thanks, Fang - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: MY ATTITUDE

2003-02-12 Thread Rosdi bin Kasim
RTFM means Read the friggin' manual. It is used in almost any place My oh my..., I thought it means Read The Fine Manual..., man I was mislead - Original Message - From: Erik Price [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, February 12, 2003

jk2 config -- uri directive for root context?

2003-02-12 Thread Jake Robb
Okay, I've almost got this figured out. I've got JK2 working with Tomcat 4.1.18 and Apache 2.0.44, with much credit due to Paul Branson and his tutorial, found here: http://undergraduate.cs.uwa.edu.au/units/233.410/submissions/bransp02/presen tation.pdf My only remaining problem is that I'm

RE: default error page in tomcat

2003-02-12 Thread unix guy
Thank you John for the quick reply. I am finally able to prevent outsiders from seeing what version of tomcat I am running. - Original Message - From: Turner, John [EMAIL PROTECTED] Date: Wed, 12 Feb 2003 15:29:17 -0500 To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: default

RE: MY ATTITUDE

2003-02-12 Thread jsp
Wow, I thought the idea was to help people out that just don’t get it? Not tell someone READ THE FRIGIN MANUAL. What kind of crap is that? Some people don’t just GET the obvious. You don’t have time to answer a dumb question ?? SO WHY DO YOU HAVE TIME TO WHINE AND CRY FOR 8 PARAGRAPHS,

Re: How to write custom authentication method forTomcat as well asweblogic/orion?

2003-02-12 Thread Craig R. McClanahan
On Wed, 12 Feb 2003, Soefara Redzuan wrote: Date: Wed, 12 Feb 2003 14:38:22 +0800 From: Soefara Redzuan [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: How to write custom authentication method forTomcat as well as weblogic/orion?

Re: How to write custom authentication method forTomcat as well asweblogic/orion?

2003-02-12 Thread Soefara Redzuan
From: Craig R. McClanahan [EMAIL PROTECTED] Whilst Tomcat's JDBC Realm's are easy to set up and get working, (http://jakarta.apache.org/tomcat/tomcat-4.1-doc/realm-howto.html), I'm wondering how easy it might be to write our own authentication mechanism using Filters ? You might want to

The string -- is not permitted within comments

2003-02-12 Thread Jesus M. Salvo Jr.
I know this question has been asked before here: http://marc.theaimsgroup.com/?l=tomcat-userm=103649805401229w=2 So I posted a question to the Xerces mailing list trying to confirm on which release it was fixed, but I got no response:

Very newbie question, Bootstrap: Class loader creation threw exception

2003-02-12 Thread Matt
I recently downloaded tomcat to try it out, and learn new parts of server programs.(Kind of an odd thing) I installed the JDK and put the PATH to it as the first entry in my path statement I went and ran startup.bat and it spawns a new window, and goes away quickly, so I stepped through

Re: The string -- is not permitted within comments

2003-02-12 Thread Jeanfrancois Arcand
Xerces 2.2.1 is broken :-) 2.2.2 also :-) ... with Tomcat. See http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13282 for the real story. The file that produce the error is struts-config.xml, but you cannot predict on which file it will crach. Xerces 2.3.0 works fine for me. You should give

Tomcat 4.1.18 Manager app

2003-02-12 Thread John Brosan
Hello Everyone, It has been a long time since I was last on this list, so if this question has been answered before I apologise. I did not see anything in the achives. I have setup Tomcat 4.1.18 on Windows XP SP1. Everything seems to work correctly with the lone exception of the manager app.

Re: get User object from tomcat

2003-02-12 Thread Jeanfrancois Arcand
Humm...not clear. I guess you mean the principal. Looks at: HttpServletRequest.getUserPrincipal() that returns the current authenticated user HttpServletRequest.isUserInRole(String role) to see if the current authenticated user is included in the specified logical role. -- Jeanfrancois

Tomcat Performance Measuring

2003-02-12 Thread Garrett Dangerfield
I've looked through the documentation I could find, and I looked through the source for AccessLogValve and I didn't see the option for what I'm looking for. I'm looking for getting a measurement of page duration (the time, preferrably in milliseconds, between when the server originally

Re: The string -- is not permitted within comments

2003-02-12 Thread Jesus M. Salvo Jr.
Didn't know there was a 2.2.2 and there is also a bug in 2.3.0 that may actually affect me ( but not Tomcat ). Anyway ... thanks for that ... but I am a little bit confused: You mentioned below that the file that Xerces is complaining about is struts-config.xml, but in the URL you

Re: The string -- is not permitted within comments

2003-02-12 Thread Jeanfrancois Arcand
Sorry, you are right. That's the dtd file I am reffering to (web-app_2_3.dtd). Sorry for the confusion.Still, I strongly recommend you try Xerces 2.3 :-). If you look how long it tooks to reproduce the problem (OK I'm was slow on that one :-) ), I'm not sure removing the 80 characters in

RE: JkMount error starting Apache

2003-02-12 Thread Turner, John
For the record, Apache 1.3 needs AddModule, Apache 2 doesn't. John -Original Message- From: Barley [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 12, 2003 7:14 PM To: Tomcat Users List Subject: Re: JkMount error starting Apache OK, So, this *was* the problem. When I had tried

Security Hole in 3.2.3

2003-02-12 Thread Ramkumar Krishnan
Hi All, I heard that there is a major security hole in 3.2.3. What is that?.. How to simulate this security hole?.. thanks, Ramkumar

Re: Tomcat Performance Measuring

2003-02-12 Thread p niemandt
There is some stuff on filters for doing this on the web: do a google, but the basic idea is you write a filter that filters the request, get the current time, dispatches the request, filter the response, work out the difference, and return to the browser ... hth, paul On Thu, 2003-02-13 at

Tomcat security configuration guide

2003-02-12 Thread Manavendra Gupta
Hi, I have begun to work on a tomcat security configuration guide as a one-stop guide for helping system administrators, security professionals and programmers to configure system user accounts and groups, file permissions, tomcat security realms, java security manager, etc in the optimal way

RE: [beginner question] reloading classes

2003-02-12 Thread Nandish A
add Context path=/apps docBase=apps debug=0 reloadable=true crossContext=true in you server.xml file -Original Message- From: Bert Catsburg [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, February 12, 2003 9:00 PM To: Tomcat Users List Subject:Re: [beginner question] reloading

Re: AJP 1.3 Connector jk/jk2

2003-02-12 Thread Bill Barker
I actually have one site that is using the mod_jk 1.1 Apache code (that ships with Tomcat 3.3) talking happily to Tomcat 4.1.x using the Jk2 CoyoteConnector. (I'm doing this because I need to switch between TC 3.3 4.1 for testing). If the CoyoteConnector can speak perfect v1.1 Ajp13 protocol,

Re: How to hide a context path?[urgent!]

2003-02-12 Thread Bill Barker
Sean Dockery [EMAIL PROTECTED] wrote in message 01f701c2d2e1$128f7020$640a@loki">news:01f701c2d2e1$128f7020$640a@loki... You cannot mask your context path. Not really true, but it usually costs more in effort than it is worth :). I use Sean's method below to hide the names of my JSP

Re: where put the business components properties file

2003-02-12 Thread Bill Barker
Pedro Cardoso [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... but i read the properties file by inicialize(View object) after an useBean tag; and when i run the project in tomcat 4.1 show this: org.apache.jasper.JasperException: java.lang.RuntimeException: JSP

Re: Moving to Tomcat 4.1.18

2003-02-12 Thread Bill Barker
Ben's timeline is a good one. The problems that will bite you first is if you have any custom Interceptors (e.g. Realms) in your 3.2.x app. These won't port without a total re-write. If your not accessing Tomcat internals, then the port should be painless (famous last words :). Ben Ricker

[ANN] Tomcat 4.1.20 Alpha released

2003-02-12 Thread Remy Maucherat
Tomcat 4.1.20 Alpha is now available for testing. Changes over Tomcat 4.1.19 include: - Fix classloading failures when using Tomcat in JNI mode with JK 2 - Upgrade to Xerces 2.3.0 - Admin webapp fixes (including fixes to saving to server.xml) - Disable recycling of sessions - Refactoring of

Re: 3.3.1 Standalone and Client-Auth

2003-02-12 Thread Bill Barker
Alex Tang [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On Tue, Feb 11, 2003 at 10:42:33PM -0800, Bill Barker wrote: Alex Tang [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi folks. I was wondering if it's

Re: Moving to Tomcat 4.1.18

2003-02-12 Thread Ramkumar Krishnan
Hi, Thanks for your valuable information. I read that in tomcat 4.1.18 our Servelet 2.2 Application will degrade..Is it so?.. Moreover l dont know about interceptors...Please tell me somehing about that. We connect to our clients staging URL for testing. That time we are using realms

Re: mod_jk2 and apache13

2003-02-12 Thread Bill Barker
liug [EMAIL PROTECTED] wrote in message b2bbic$4bj$[EMAIL PROTECTED]">news:b2bbic$4bj$[EMAIL PROTECTED]... Bill Barker [EMAIL PROTECTED] wrote: liug [EMAIL PROTECTED] wrote in message b24kvg$7ku$[EMAIL PROTECTED]">news:b24kvg$7ku$[EMAIL PROTECTED]... mod_jk2 (tomcat 4.1.18) seems to

RE: Tomcat Performance Measuring

2003-02-12 Thread Jacob Hookom
There is an article at javaworld on filters that accomplish this, otherwise head over to opensymphony.com to download the filter itself. -Bocaj | -Original Message- | From: p niemandt [mailto:[EMAIL PROTECTED]] | Sent: Thursday, February 13, 2003 12:11 AM | To: Tomcat Users List |

Re: pager taglib not working after migrating to tomcat 4.1.12 from tomcat 4.0.4

2003-02-12 Thread James Klicman
Hi Ashish, You will want to upgrade to version 2.0 of the Pager tag library. It is compatible with JSP 1.2 and Tomcat 4.1.12. -James On Wed, Feb 12, 2003 at 04:37:42PM -0800, Ashish Kulkarni wrote: Hi, I have been using the pager tag lib from

<    1   2   3