Can't run Admin app

2002-12-21 Thread Mike Hedman
Hi, When I try to run the Admin app my browser returns with the following 404 error: type Status report message /admin description The requested resource (/admin) is not available. Here's my environment: Win2000 - running as a service j2sdk1.4.1_01 jakarta-tomcat-4.1.18 The Manager app and the

allowLinking - Symbolic Links

2002-12-21 Thread Ingeniak Development
Hi, I'm trying to get this setting to work. I basically have a directory of commonly used scripts that I want to use on multiple applications. /_include/ /mynewwebapp/_include - path/to/_include/ I tried making symbolic links, but they don't seem to work. I read where I have to use

Security constraint problem with v4.1.18

2002-12-21 Thread Peter Lee
I upgraded from 4.1.12 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 rolename can access that link. It used to work but now the page does not load with v4.1.18. Is SSL implemented

For anyone with unexplainable, unsolvable Tomcat problems (Win32)

2002-12-21 Thread kruger.stephen
Just a quick mail which might help some of you experiencing similar problems. I just spent 3 days solid trying to debug a Servlet which incorporates Jini, into Tomcat 4.1. Not to bug you with the specifics of Jini, but suffice it to say there is some real hairy stuf with classloaders, codebase,

Tomcat configuration Issue.. help

2002-12-21 Thread Sanjeevkumar . Cherengotil
Hi, I have a very basic issue with configuring tomcat (OS : Windows NT) Just now i installed Tomcat 4.0.6 after struggling to get my application configured with JServ-GNUJSP on apache. My problem with tomcat is .. it is not recognizing my web.xml i guess.. can anyone help me ? here is

Re: For anyone with unexplainable, unsolvable Tomcat problems (Win32)

2002-12-21 Thread Mark
At 12/21/2002 02:39 PM, you wrote: Just a quick mail which might help some of you experiencing similar problems. I just spent 3 days solid trying to debug a Servlet which incorporates Jini, into Tomcat 4.1. Not to bug you with the specifics of Jini, but suffice it to say there is some real

How to create a MD5 digested password from a servlet?

2002-12-21 Thread Marc van de Geijn
Hi there, I've created a servlet that lets the user enter a new password for his/her account. Because I store the password in MD5 digested form in the database, I would like to call the org.apache.catalina.realm.RealmBase.Digest() method from the servlet (or some other function that returns

RES: Still can't get JNDI DataSource

2002-12-21 Thread Iran Marcius
I didn't try this yet. In docs I saw that useNaming defaults to true, but I'll try to set this explicitly in my context configuration. Thanks for the help. iran -Mensagem original- De: Justin L. Spies [mailto:[EMAIL PROTECTED]] Enviada em: sexta-feira, 20 de dezembro de 2002 17:09

WEB-INF folder

2002-12-21 Thread Sanjeevkumar . Cherengotil
Hi, I am getting an exception like this servlet invoker 2002-12-21 20:48:13 StandardWrapper [:org.apache.catalina.INVOKER.controllerservlet]: Marking servlet org.apache.catalina.INVOKER.controllerservlet as unavailable 2002-12-21 20:48:13 invoker: Cannot allocate servlet instance for path

error(?) int he catalina.out

2002-12-21 Thread Dionisio Ruiz de Zarate
in the catalina.out file appears this (bellow). Is this one error? what is? thanks #logs: 21-dic-2002 17:05:44 org.apache.jk.common.ChannelSocket processConnection INFO: connection timeout reached 21-dic-2002 16:56:10 org.apache.jk.common.ChannelSocket processConnection INFO: server

Re: For anyone with unexplainable, unsolvable Tomcat problems (Win32)

2002-12-21 Thread Remy Maucherat
kruger.stephen wrote: Just a quick mail which might help some of you experiencing similar problems. I just spent 3 days solid trying to debug a Servlet which incorporates Jini, into Tomcat 4.1. Not to bug you with the specifics of Jini, but suffice it to say there is some real hairy stuf with

Re: Classloading question

2002-12-21 Thread Craig R. McClanahan
On Fri, 20 Dec 2002, Madere, Colin wrote: Date: Fri, 20 Dec 2002 18:11:22 -0600 From: Madere, Colin [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: Classloading question I put a jar in tomcat home/common/lib/ that has some

mod_jk...again

2002-12-21 Thread Jerry Ford
When I try to build mod_jk from the source contained in jakarta-tomcat-connectors-4.1.12-src.tar, the process breaks before it gets started. I am following the instructions on John Turner's how-to page, but when I run the configure script, it breaks at ltconfig---I get an error message that

Unhandled Exceptions in 4.1.18

2002-12-21 Thread Tomcat User
I have been taking a look at the source for 4.1.18 - and have noticed a few problems with three classes in the org.apache.catalina.mbeans package... Namely - unhandled exceptions in the following MBeans: DefaultContextMBean NamingResourceMBean StandardContextMBean Within all three, there is a

Re: object pooling

2002-12-21 Thread Felipe Schnack
Well... thank you for the educative answer :-) My application have to types of objects that are constantly created and destroyed 1- Objects that handle user interaction. Basically they are the objects that delegates tasks that would be otherwise done using servlets. JSPs send data to them

Still trying to make mod_jk work, need help

2002-12-21 Thread Jerry Ford
I am not able to build mod_jk from source, because the configure script breaks on ltconfg, as noted in a previous e-mail. So I took a compiled binary from a link on John Turner's how-to page and installed that. His link says its for tomcat 4.0, and I'm using 4.1.12, but John said previously

RE: Still trying to make mod_jk work, need help

2002-12-21 Thread Denise Mangano
Jerry, You have a comment nested inside another comment. Check where you define the Apache-Tomcat connector services... Starting the comment right before the Service ... tag... As for where to replace localhost your server.xml has a Host directive. In that you will see Host name=localhost.

RE: Configuring mod_jk - Again! [getting desperate]

2002-12-21 Thread Denise Mangano
Hi all :) So this is where I stand. I added all appropriate (I think) JkMount statements, in my httpd.conf file instead of using the mod_jk.conf. My situation: http://localhost works, http://localhost:8080/examples/servlets/index.html works, http://localhost/examples/servlets.index.html does

Urgently Required

2002-12-21 Thread kural mani elango
Dear sir/madam, I am working in JSP with tomcat,In my project i have user roles (BuyerAdmin,Buyer,Shipper...) now i want to display pages according to the user and i have an Page for registration for user,if the user register him as role(say Buyer) it must be add to the web.xml,Pls

(Fwd) This Week in Java for Monday, October 28, 2002

2002-12-21 Thread Peter Lee
--- Forwarded message follows --- Date sent: Mon, 28 Oct 2002 13:11:53 -0500 From: [EMAIL PROTECTED] Subject:This Week in Java for Monday, October 28, 2002 To: [EMAIL PROTECTED] Send reply to: [EMAIL PROTECTED]

progress, but still no mod_jk

2002-12-21 Thread Jerry Ford
Okay, I removed the nested comments from server.xml and tomcat now starts up. http://localhost works http://localhost:8080 works (including servlets and jsps) ...but now http://localhost/examples/servlets produces a Not Found error (previously, was giving me the servlets index.html, but no

RE: Configuring mod_jk - Again! [getting desperate]

2002-12-21 Thread Paul Campbell
I usually put my html and jsp files in CATALINA_HOME/webaps/XXX I said XXX to represent the context you are planning to use. I would hope your use of examples is just an example, because I would think it might conflict with the distribution examples Best Wishes At 07:45 PM 12/21/2002 -0500, you

Re: Configuring mod_jk - Again! [getting desperate]

2002-12-21 Thread Jerry Ford
Denise: You shouldn't have to open up port 8009 to the ouside world; that's for internal communication between Tomcat and Apache. Users outside the firewall still come in through port 80. Jerry Denise Mangano wrote: Hi all :) So this is where I stand. I added all appropriate (I think)

RE: progress, but still no mod_jk

2002-12-21 Thread Denise Mangano
Jerry - you know that is the exact error message that I was getting at one point. Here two things that I did. I realized that the mod_jk.conf was being generated every time I started Tomcat. So any changes that I made to it were being overwritten every time I used it. The generated mod_jk.conf

RE: Configuring mod_jk - Again! [getting desperate]

2002-12-21 Thread Denise Mangano
Jerry, I noticed previous to your last email regarding the problem you are having, that even though the JSP's and servlets would not work, you were able to browse the HTML files via http://localhost/examples/servlets ... I was unable to do even that. Do you also place your HTML files in your

RE: Configuring mod_jk - Again! [getting desperate]

2002-12-21 Thread Denise Mangano
Paul - how do you get your static context to be serviced through Apache? And yes, my use of examples if just an example - I have no such directory other than the one that came with the distribution. Thanks :) Denise -Original Message- From: Paul Campbell [mailto:[EMAIL PROTECTED]]

RE: Classloading question

2002-12-21 Thread Madere, Colin
What I figured, thanks for the confirmation. As for Velocity, there's another method of use that would work with the jar in common/lib, but it's just a tad more involved and I was hoping to skip it. Not a big deal, thanks again for the input. Colin -Original Message- From: Craig R.

RE: Configuring mod_jk - Again! [getting desperate]

2002-12-21 Thread Denise Mangano
Sorry, should have posted this... When I type in http://localhost/examples/servlets/ I now get a Forbidden message saying that I do not have permission to access /examples/servlets/index.html. This message is coming from my Apache at mydomain.com Port 80. I feel like I may be getting close, but

Checksum error when using 4.1.18 download...

2002-12-21 Thread Rakesh Kant
Hi, I downloaded jakarta-tomcat-4.1.18.tar.gz yesterday to my windows 2000 machine and then binary ftped to my sun solaris machine. There I tried to first gunzip and then un-tar the file. But I am getting directory checksum error. Anyone know anything about it ? bye, Kant