RE: Connecting Tomcat to Apache

2004-01-23 Thread David Grant
My Apache was builtin with redhat. I didn't install it, someone else did. I did look in that directory and found no libtool. I do have a /usr/bin/libtool, and a /usr/share/libtool. David -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, January

RE: Connecting Tomcat to Apache

2004-01-23 Thread pavan . k
then make sure that its in ur PATH and make sure its the first entry..do a which libtool to know which libtool is make picking up when u r configuring its better to use the latest libtool from gnu Pavan Kumar Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.comDISCLAI

RE: Connecting Tomcat to Apache

2004-01-23 Thread David Grant
I did a locate command and found a libtool, in the /native2 directory in the jk install directory. I copied libtool over to /usr/lib/httpd/build. I ran the make and it apparently worked, but now it's coming up with another error. ../../common/jk_uriEnv.c:73:18: pcre.h No such file or directory

RE: Connecting Tomcat to Apache

2004-01-23 Thread Yiannis Mavroukakis
Install the pcre (Perl Compatible Regular Expressions)libs..either via rpm *retch* or download and build the source from sourceforge(http://sourceforge.net/projects/pcre/) Yiannis -Original Message- From: David Grant [mailto:[EMAIL PROTECTED] Sent: 23 January 2004 10:03 To: 'Tomcat Users

Problems connecting to db

2004-01-23 Thread fachhochschule.burkhart
Hi all, this is the first time I try to connect to a database from Tomcat. So I searched for (and found) examples and tutorials on how to do it. Most noticeably http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-howto.html . The thing is ... it doesn't work. In server.x

Repeated "load-on-startup" niggle

2004-01-23 Thread Chris Ward
Hi all, In my Tomcat setup I have a Context called "hal" which contains all my applications, HTML everything. Therefore I run things with a URL such including "/hal" Way back when I started with Tomcat I set the "Tomcat Root Context" to point to the same docBase directory so any re

Re: [ANN] Apache Tomcat 5.0.18 Stable released

2004-01-23 Thread Nikola Milutinovic
Is there an easy way to "upgrade" a Tomcat 5.0.16 that ships with JBoss 3.2.3? I can get a hold of sources, but does it require a lot of hacking? Nix. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: [ANN] Apache Tomcat 5.0.18 Stable released

2004-01-23 Thread Remy Maucherat
Nikola Milutinovic wrote: Is there an easy way to "upgrade" a Tomcat 5.0.16 that ships with JBoss 3.2.3? I can get a hold of sources, but does it require a lot of hacking? The integration code also had updates, so it's a bit problematic. A new 3.2.4 RC 1 release is planned soon (this WE from what I

Re: Tomcat 5 for production?

2004-01-23 Thread Remy Maucherat
Candyman wrote: Sorry, my mistake. In my case SOMETIMES I have errors with 5.18 which i doesnt have with Jboss3. SOMETIMES it doesnt repond, and SOMETIMES it has an Internal error in one request, but in with the next try it works perfectly. Ive tryed reinstall it and reconfigure more than 5 times w

Re: Re[2]: Tomcat 5 for production?

2004-01-23 Thread Ben Souther
Did you contact whomever wrote the app that you are trying to run to ask if it is supported on Tomcat 5x? You might want to do that before getting on the this list and dispensing advise regarding the stability of Tomcat. If you're not a J developer [sic] and the app works perfectly on version

RE: connectionTimeout

2004-01-23 Thread Krause Karin
Hi, I think, I finally found out what the problem is. As Bill already said each child process in Apache (Apache 1.3) tries to generate a connection to Tomcat. If there are more child processes on Apache site that try to connect than maximal possible Threads in Tomcat (defined by means of the prope

Tomcat Nt Service Log

2004-01-23 Thread thuret olivier
Hi all, I have install my tomcat 5.18 as a service NT with the parameter --Java C:\j2sdk1.4.2_03\jre\bin\client\jvm.dll and --StdOutputFile "%CATALINA_HOME%\logs\stdout.log" --StdErrorFile "%CATALINA_HOME%\logs\stderr.log". %CATALINA_HOME% is correctly set When i start the service there is no

RE: reloading classes and struts

2004-01-23 Thread Hume, John - NA US HQ Delray
Do you have struts.jar in common/lib? It sounds like you might. (If struts were getting loaded by the web app classloader, then it could see your WEB-INF/classes without you doing anything to the classpath.) -john. -Original Message- From: Kurt Overberg [mailto:[EMAIL PROTECTED] Sent: T

How to Import java classes in a jsp file?

2004-01-23 Thread Apostolidis Apostolos
Hi all!!I'm a newbie in Tomcat, and have a slight problem. I wrote a simple .jsp file, don't use any extra servlets, and want to create in the .jsp file an object belonging to a Dummy.java file class in it. The error i get is the following : cannot resolve symbol symbol : class Dummy locat

RE: disable taglib pooling jspc

2004-01-23 Thread Subir Sengupta
You cannot. JSPC enables tag pooling by default and there is no switch to disable it. -Original Message- From: Faine, Mark [mailto:[EMAIL PROTECTED] Sent: Thursday, January 22, 2004 10:02 AM To: '[EMAIL PROTECTED]' Subject: disable taglib pooling jspc I have successfully configured tom

Tomcat 3.2 compatible with JDK1.4

2004-01-23 Thread Ratnakar Palle
Hi ! Has anyone run into any issues using Tomcat 3.2 in JDK1.4 environment on Windows 2000? Or, do you foresee any issues with it? Thanks in advance. -Ratnakar - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional command

Re: How to Import java classes in a jsp file?

2004-01-23 Thread Tim Funk
http://jakarta.apache.org/tomcat/faq/classnotfound.html -Tim Apostolidis Apostolos wrote: Hi all!!I'm a newbie in Tomcat, and have a slight problem. I wrote a simple .jsp file, don't use any extra servlets, and want to create in the .jsp file an object belonging to a Dummy.java file class in i

RE: Problems connecting to db

2004-01-23 Thread Tomcat-user-list
Note that the JDBC libraries are required by a definition of a resource in server.xml (not by your application ). Try putting them drivers in $TOMCAT_BASE/common/lib, to make them available to that resource. > -Original Message- > From: [EMAIL PROTECTED] > Subject: Problems connecting to

JavaScript Doubt

2004-01-23 Thread Pinguti Sridevi
hey); If the user does not touch the browser means moving the mouse onto the browser within 60 seconds the control has to transfer to another page. How to do that any ideas?. Ensure that there is no controls in my browser. - Do you Yahoo!? Yahoo! SiteBuilder -

RE: JavaScript Doubt

2004-01-23 Thread Allistair Crossley
this is not the list for these questions, stop cross posting -Original Message- From: Pinguti Sridevi [mailto:[EMAIL PROTECTED] Sent: 23 January 2004 11:56 To: anand; javagroup; parvez; tomcat Cc: mahesh; siva; wipro Subject: JavaScript Doubt hey); If the user does not touch the browse

Re: JavaScript Doubt

2004-01-23 Thread pavan . k
as already said..pls maintain list protocols... Pavan Kumar Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.comDISCLAIMER: The information contained in this message is intended only and solely for the addressed individual or entity indicated in this message and for th

Classpath Tomcat Service Using procrun

2004-01-23 Thread thuret olivier
hi all, i want to set the classpath for tomcat 5.18 sevices whith the option : In exemple of service.bat : set CLASS_PATH=c:\jar\toto.jar "%EXECUTABLE%" //US//Tom4 --JavaOptions -Dcatalina.home="\"%CATALINA_HOME%\""#-Djava.endorsed.dirs="\"%CATALINA_HOME%\common\endorsed\""#-Xrs#-classpath#%

RE: Problems connecting to db

2004-01-23 Thread fachhochschule.burkhart
> Note that the JDBC libraries are required by a definition of a resource > in server.xml (not by your application ). Try putting them drivers in > $TOMCAT_BASE/common/lib, to make them available to that resource. Hello, I tried it and it didn't help. But as far as I understood, it shouldn'

Re: Connecting Tomcat to Apache

2004-01-23 Thread Timothy Stone
Yiannis Mavroukakis wrote: Install the pcre (Perl Compatible Regular Expressions)libs..either via rpm *retch* or download and build the source from sourceforge(http://sourceforge.net/projects/pcre/) Yiannis PCRE should build out of the box in Red Hat 8+. It did on Mac OS X. For Mac OS X, it was a

Special URL servlet request.

2004-01-23 Thread matsmobil
This request works:http://digfi.com/digfidl/digfidl and calls my Servlet OK. The question is how can I call my servlet with the following URL: http://digfi.com/digfidl/digfidl/dAc/OM1617RbR/YT4075/Uk5673We/qih/dFOE1051/1gpus/LYxx/tKG0/iXcaP.rm"/>?copyright="digfi.com"&author="Chine & The Slippery

5.0.18 Catalina.out, stdout and stderr Missing

2004-01-23 Thread Allistair Crossley
My 5.0.18 TC has no Catalina.out, stdout and stderr whereas the 5.0.16 one had them straight off. I DO have localhost_logs. Am I missing a simple switch? Cheers ADC --- QAS Ltd. Developers of QuickAddress Software http://www.qas.com";>www.

Re: Special URL servlet request.

2004-01-23 Thread Tim Funk
2 Ways: 1) Map /digfidl like you are currently doing. But you won't have access to request parameters since there are none. You'll need a custom api/code to decode the request. Or you could use a Filter and HttpServletRequestWrapper to handle the decoding for you so you could use getParameter()

Re: Problems connecting to db

2004-01-23 Thread BAO RuiXian
[EMAIL PROTECTED] wrote: Note that the JDBC libraries are required by a definition of a resource in server.xml (not by your application ). Try putting them drivers in $TOMCAT_BASE/common/lib, to make them available to that resource. Hello, I tried it and it didn't help. But as far as I unde

RE: Special URL servlet request.

2004-01-23 Thread Bodycombe, Andrew
In web.xml: digfidl se.two4hr.servlet.DLServlet digfidl /digfidl digfidl /digfidl/* -Original Message- From: matsmobil [mailto:[EMAIL PRO

Problem with HTTP-PUT in Tomcat 5.0.16

2004-01-23 Thread Schöpf Mirco
Hi Everyone, I run a Tomcat 5.0.16 with a j2sdk1.4.2_03. I get HTTP ERROR 400 when I try to send a HTTP-PUT Request to a Servlet. The Servlet extends the HttpServlet class and overrides the doPut-method (everything as it is supposed to be, I guess). It never executes the code in this doPut metho

Re: javax.naming.NameNotFoundException: Name blah.blahHome is not bound in this context

2004-01-23 Thread Walter Moore
thanks. The spelling was the problem. Is there a way to specify this in an xml file, so the application does not need to this, but the system administrators can modify it when/if they move the app server? thanks, Walter Moore Filip Hanik wrote: I have added these parameters to tomcat (in catal

RE: Finding out connections

2004-01-23 Thread Shapira, Yoav
Howdy, On unix, netstat ;) Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Ravandra K. Bhat [mailto:[EMAIL PROTECTED] >Sent: Thursday, January 22, 2004 4:59 PM >To: Tomcat Users List >Subject: Finding out connections > > >Hello: > >How do I find out if I have any open

RE: Geomatica Webserver

2004-01-23 Thread Shapira, Yoav
Howdy, Many people on the list use tomcat5, including in production systems. What errors/problems are you experiencing? Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Candyman [mailto:[EMAIL PROTECTED] >Sent: Thursday, January 22, 2004 10:50 PM >To: Tomcat Users List

RE: Repeated "load-on-startup" niggle

2004-01-23 Thread Shapira, Yoav
Howdy, A javax.servlet.Filter is one nice clean way. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Chris Ward [mailto:[EMAIL PROTECTED] >Sent: Friday, January 23, 2004 5:34 AM >To: Tomcat Users List >Subject: Repeated "load-on-startup" niggle > > >Hi all, > >In my T

RE: Geomatica Webserver

2004-01-23 Thread Yiannis Mavroukakis
TC 5.0.18 both in development and production, paired with httpd 2.0.x and jk2. I havent had any noticeable errors or problems, even in 5.0.16 with the memory leak "issue". Yiannis. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 23 January 2004 14:40 To: Tomcat User

RE: Repeated "load-on-startup" niggle

2004-01-23 Thread Chris Ward
Thanks. That's exactly what I'd started to use. What's the best way to add the "/hal" and redirect while preserving all the request parameters etc. i.e. Original URL = /somedir/somefile.html Filtered URL = /hal/somedir/somefile.html Should I be using a request dispatcher or r

RE: Repeated "load-on-startup" niggle

2004-01-23 Thread Mike Curwen
Is it simpler in this case to have an index.html file sitting at '/' and all it does is a meta refresh to the '/hal' context? That way, once you're at /hal, you'll stay at /hal, and won't worry about request parameters, etc. > -Original Message- > From: Chris Ward [mailto:[EMAIL PROTECTE

RE: Repeated "load-on-startup" niggle

2004-01-23 Thread Shapira, Yoav
Howdy, >Thanks. That's exactly what I'd started to use. What's >the best way to add the "/hal" and redirect while preserving all >the request parameters etc. > >i.e. > > Original URL = /somedir/somefile.html > > Filtered URL = /hal/somedir/somefile.html > >Should I be using a reques

RE: Repeated "load-on-startup" niggle

2004-01-23 Thread Shapira, Yoav
Howdy, But he wants to redirect all requests, not just those for /. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Mike Curwen [mailto:[EMAIL PROTECTED] >Sent: Friday, January 23, 2004 10:10 AM >To: 'Tomcat Users List' >Subject: RE: Repeated "load-on-startup" niggle

Unclear on Host vs. Service concept

2004-01-23 Thread Wendell Holmes
I've read the docs but am unclear on what actually happens if I have muliple Services defined vs. multiple ( virtual) hosts. I have some web apps that are used by about 30 clients. Each client accesses a unique database. I have been running these on JRun 4 for over a year, but would like to migr

jsp and bean error

2004-01-23 Thread xavier manohar
hello all I am a newbie to tocat and I have a problem in running a jsp and bean. the following error I get in compiling ajsp " cannot find any information on x of a bean y." pls help to find a solution thanx in advance mano Yahoo! India Mobile: Ringtones, Wallpapers, Picture Messages

RE: Repeated "load-on-startup" niggle

2004-01-23 Thread Mike Curwen
I guess I'm imagining this situation... www.foo.com/ and www.foo.com/hal/ Someone types in the first one, because they're lazy. Immediately they're redirected to /hal, and from then on, they stay there. ie: There's nothing at all at / other than the redirect. (he'd modify the root context to

RE: Repeated "load-on-startup" niggle

2004-01-23 Thread Chris Ward
> > Howdy, > But he wants to redirect all requests, not just those for /. > Exactly. I did in fact have an index.html which did a redirect to "/hal" so it looks like I'd tried that solution in the dim and distant past. Obviously once I had pointed "/" at "/hal" using it's docBase attribute (in

RE: Repeated "load-on-startup" niggle

2004-01-23 Thread Chris Ward
Hi, This would be fine if the everyone started at the entry level of the web site, but a lot of my problems are caused by including/importing resources like javascript files, servlets, etc. etc. e.g.Most od my generated HTML files have But that JavaScript file really s

Removing ROOT as default path to tomcat 5

2004-01-23 Thread Drinkwater, GJ (Glen)
Hi I wish to remove ROOT as the default path to Tomcat 5, I have added http://localhost:8080. This is how I did it with tomcat 4, has anything changed?? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

running tomcat5 in-process

2004-01-23 Thread Phil Adams
Well... I am and have been for about a week trying to get Apache2 to start Tomcat5 in-process on Windows XP. I have finally gotten Apache2 to process thru the workers2.properties file without errors. I can start Tomcat5 manually without errors. I have mod_jk2, what appears to be at least, loading

RE: running tomcat5 in-process

2004-01-23 Thread Yiannis Mavroukakis
Is probably what you want. This is for my devel server, so change the values according to your needs. -Original Message- From: Phil Adams [mailto:[EMAIL PROTECTED] Sent: 23 January 2004 15:42 To: tomcat Subject: running tomcat5 in-process Well... I am and have been for about a week try

How to access Server/Container from a web application (tomcat 4.1)

2004-01-23 Thread Vincent Gogan
Could someone please point me at some sample code to access the Server/Containers from the web application. In particular, I would like to add a host alias dynamically. Is this possible without changing server.xml and restarting? Thanks, Vincent ---

RE: running tomcat5 in-process

2004-01-23 Thread David Short
Hi Paul, Would you mind posting your workers2.properties file? I've been trying to get Apache 2.0.48 to load Tomcat 4.1.29/5.0.16 in-process without much success. Thanks, Dave -Original Message- From: Phil Adams [mailto:[EMAIL PROTECTED] Sent: Friday, January 23, 2004 7:42 AM To: tomca

RE: How to access Server/Container from a web application (tomcat 4.1)

2004-01-23 Thread Shapira, Yoav
Howdy, I've posted answers to questions like this in the past, so you can search the archives if you wish. In summary: - Your code needs to reside in the common classloader repository, not under your webapp - You probably want to make your webapp privileged (it's a Context attribute in server.xm

Re: running tomcat5 in-process

2004-01-23 Thread Phil Adams
Thank you. my understanding is that ajp/1.3 is for out-of-process communication thus the need for a port number. with tomcat3's running in-process all that was needed was a jni worker for apache and the jniendpointconnector for tomcat with no port number specified and they would talk to each other

RE: running tomcat5 in-process

2004-01-23 Thread Yiannis Mavroukakis
I am a fool, I didn't realise that you were running tomcat as in process, my apologies. -Original Message- From: Phil Adams [mailto:[EMAIL PROTECTED] Sent: 23 January 2004 16:02 To: Tomcat Users List Subject: Re: running tomcat5 in-process Thank you. my understanding is that ajp/1.3 is

RE: running tomcat5 in-process

2004-01-23 Thread Yiannis Mavroukakis
Maybe i should read the subject more closely next time;) -Original Message- From: Phil Adams [mailto:[EMAIL PROTECTED] Sent: 23 January 2004 16:02 To: Tomcat Users List Subject: Re: running tomcat5 in-process Thank you. my understanding is that ajp/1.3 is for out-of-process communication

Re: running tomcat5 in-process

2004-01-23 Thread Alvaro Seixas
Aren't you getting this error in Apache's error.log: [error] mod_jk child init 1 0 ??? - Original Message - From: "Phil Adams" <[EMAIL PROTECTED]> To: "tomcat" <[EMAIL PROTECTED]> Sent: Friday, January 23, 2004 1:42 PM Subject: running tomcat5 in-process Well... I am and have been for a

RE: running tomcat5 in-process

2004-01-23 Thread David Short
Meant to address this to Phil, sorry about that! Hi Paul, Would you mind posting your workers2.properties file? I've been trying to get Apache 2.0.48 to load Tomcat 4.1.29/5.0.16 in-process without much success. Thanks, Dave -Original Message- From: Phil Adams [mailto:[EMAIL PROTECTED

RE: running tomcat5 in-process

2004-01-23 Thread David Short
I'm getting that error. DO you know what causes this error? -Original Message- From: Alvaro Seixas [mailto:[EMAIL PROTECTED] Sent: Friday, January 23, 2004 8:10 AM To: Tomcat Users List Subject: Re: running tomcat5 in-process Aren't you getting this error in Apache's error.log: [error]

Re: running tomcat5 in-process

2004-01-23 Thread Phil Adams
Here is where I am so far. I finally got past all of the errors with Apache by compiling my own mod_jk2.dll. I also compiled the jkjni.dll for the apr.NativeSo but this created even more errors. so I have it currently commented out of jk2.properties. I also found that I needed an 'apache2_home' as

Re: running tomcat5 in-process

2004-01-23 Thread Alvaro Seixas
Allan Bruce post this one and I'm using it and so far it's ok. I've made only some adjustments to work with win 2k. --workers2.properties $ cd /etc/httpd2/conf Open the file workers2.properties in a text editor and modify the file tolook like this: [logger] level=DEBUG [config:] file=/etc/httpd2/

Re: running tomcat5 in-process

2004-01-23 Thread Phil Adams
it's all cool! - Original Message - From: "Yiannis Mavroukakis" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Friday, January 23, 2004 10:07 AM Subject: RE: running tomcat5 in-process > > I am a fool, I didn't realise that you were running tomcat as in process,

RE: running tomcat5 in-process

2004-01-23 Thread David Short
Excellent, I'll give it a try. Any chance of getting a copy of mod_jk2.dll that you compiled? Thanks. -Original Message- From: Phil Adams [mailto:[EMAIL PROTECTED] Sent: Friday, January 23, 2004 8:17 AM To: Tomcat Users List Subject: Re: running tomcat5 in-process Here is where I am so

Re: running tomcat5 in-process

2004-01-23 Thread Phil Adams
that one does work... however... this is using the out-of-process communications. What I would like to achieve is Apache starting tomcat5 in-process using the jni. _phil - To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

Re: running tomcat5 in-process

2004-01-23 Thread Alvaro Seixas
This is a known bug. You can check it on http://issues.apache.org/bugzilla/show_bug.cgi?id=25851 - Original Message - From: "David Short" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Friday, January 23, 2004 2:12 PM Subject: RE: running tomcat5 in-process > I'm

Can I use symbolic links to define contexts

2004-01-23 Thread Glanville, Jay
Hello all Can I use a symbolic links to help me define a web application / context? For example, if this is my webapps directory: admin -> admin.0.19.0 admin.0.19.0 The reason that I'm asking is in Tomcat 5, I'm getting the following exception being reported in my logs/catalina.out log: SE

RE: running tomcat5 in-process

2004-01-23 Thread Yiannis Mavroukakis
Phill, unless I am mistaken, you do not need a connector element in TC for in-process calls to happen..I've had a look around various posts and configs, and there is no mention of needing to tweak server.xml for JNI to work. Unfortunately I cannot verify this myself, as I am using Linux as my OS an

Problem compiling JSP under TOMCAT 5.0.16

2004-01-23 Thread De Toffoli Garry
Hi to all, my name is De Toffoli Garry, and I have installed the Tomcat 5.0.16; I have the same problem reported by Simone Chiaretta: on a my site, under the WEB-INF/classes exist a package named db, but when I run a test page, I have this error: org.apache.jasper.JasperException: Unable t

RE: running tomcat5 in-process

2004-01-23 Thread Yiannis Mavroukakis
If everything works ok, you can safely ignore this error. Check the source code for mod_jk2 for more info. -Original Message- From: David Short [mailto:[EMAIL PROTECTED] Sent: 23 January 2004 16:12 To: 'Tomcat Users List' Subject: RE: running tomcat5 in-process I'm getting that error. D

Re: running tomcat5 in-process

2004-01-23 Thread Alvaro Seixas
Yeah man, would be great if you post your mod_jk2.dll. Cause my workers2.properties looks pretty much like yours, but I'm getting these errors: This one occurs when I add '[worker.jni:onStartup]' [error] Can't find class org/apache/jk/apr/AprImpl This one all the time: [error] mod_jk child init

Re: LogSetter in

2004-01-23 Thread Mike Anderson
This probably is an issue with the JVM on NetWare. Unfortunately, because of the underlying filesystem, when a flush is called in Java, all the JVM can do is schedule a flush with the filesystem. This sounds like the behavior you are seeing where you have to wait several minutes to see anything i

RE: running tomcat5 in-process

2004-01-23 Thread David Short
Phil posted his mod_jk2.dll a few posts ago. He also posted his workers2.properties file a few posts back. Check out his [vm:] section for the JAR list (OPT=-Djava.class.path=) directive and the "Can't find class org/apache/jk/apr/AprImpl" error should go away. It looks like the "[error] mod_jk

jasper exception

2004-01-23 Thread xavier manohar
Hello I am a newbie .can any one suggest me what this exception is? Please help me to come out of this problem org.apache.jasper.JasperException: Cannot find any information on property 'nam' in a bean of type 'Name' thanx in advance mano Yahoo! India Mobile: Ringtones, Wallpapers, Pi

RE: jasper exception

2004-01-23 Thread Shapira, Yoav
Howdy, > I am a newbie .can any one suggest me what this exception is? >Please help me to come out of this problem >org.apache.jasper.JasperException: Cannot find any information on property >'nam' in a bean of type 'Name' Look at the java code of your bean class Name. What are its member varia

Re: running tomcat5 in-process

2004-01-23 Thread Phil Adams
I should point out that I have also commented out the entry for port 8009 in the server.xml file for tomcat/conf. based on all of my testing... almost a week now. I came to the conslusion that this [error] means that apache is failing to start tomcat. the reason I surmised this is that, when I s

Re: running tomcat5 in-process

2004-01-23 Thread Alvaro Seixas
Phil / David, I'm not being able to get mod_jk2.dll. Please, would you mind to send it to [EMAIL PROTECTED] Thank you very much!!! - Original Message - From: "David Short" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Friday, January 23, 2004 2:54 PM Subject: RE

[OT] Re: JavaScript Doubt

2004-01-23 Thread Ankur Shah
[EMAIL PROTECTED] wrote: > > as already said..pls maintain list protocols... > > Pavan Kumar > Tata Consultancy Services > Mailto: [EMAIL PROTECTED] > Website: http://www.tcs.com [Redundant disclaimer snipped] which, BTW includes the following section from the Netiquette Guidelines (RFC 1855) "

response commit question

2004-01-23 Thread Cindy Ballreich
I just noticed that when I get the ServletResponse using pageContext.getResponse() in a custom tag, that the response seems to always be already committed. Is this always the case with tags or am I doing something wrong? I couldn't find any documentation that spells out the response-commit proc

Conflict openssl versus keytool

2004-01-23 Thread Ignacio Barrancos Martinez
Hi all, I am running two web servers on the same Linux machine. 1) is running Apache 1.3.19 and, 2) Jakarta-Tomcat-4.0.5. I have been able to successfully import and configure a Digital Certificate from Verisign into the Apache web server. When I attempt to import the Digital Certificate int

RE: [OT] Re: JavaScript Doubt

2004-01-23 Thread Shapira, Yoav
Howdy, >Is it really necessary to include a 20-line legal disclaimer in a 20 >character long response? I'm a fan of mailing list etiquette, but in defense of this poster, many companies add disclaimers to outgoing messages without knowledge, (explicit) consent, or control of the individual sende

RE: Repeated "load-on-startup" niggle

2004-01-23 Thread Chris Ward
> > I would use sendRedirect in this case for two reasons: > - To really make it look/act as if the request was for the /hal URL, > - To avoid getting a RequestDispatcher for a resource outside > your docBase > > sendRedirect would preserve all the request parameters, > including POST data. H

5.0.18 Ignoring ?

2004-01-23 Thread Merrill Cornish
I had been running Tomcat 5.0.16 standalone (it wouldn't start as a service) on Windows 2000 and j2sdk1.4.2 successfully. Yesterday, I installed 5.0.18 and was finally able to get it to run as a service. However, when I launch my timesheet application in the usual way, "http://localhost/times

tomcat5 in-process (more info for you guys)

2004-01-23 Thread Phil Adams
here is my error.log file from just a few minutes ago when I started apache [Fri Jan 23 11:09:57 2004] [notice] config.update(): done logger [Fri Jan 23 11:09:57 2004] [notice] config.update(): done config: [Fri Jan 23 11:09:57 2004] [notice] config.update(): done uriMap: [Fri Jan 23 11:09:57 2004

RE: Repeated "load-on-startup" niggle

2004-01-23 Thread Shapira, Yoav
Howdy, >Below is the filter I've been using. It seems to mostly work, >but any image files from a path such as "/images/Delete.gif" >seem to not get updated to "/hal/images/Delete.gif" in the >HTML. > >However, the output I get to System.out *does* show the filter >processing these requests. An

Dual Web Apps (IIS), Dual Tomcat instances, How-to?

2004-01-23 Thread KKolle
Hi, Tomcat: 4.1 IIS: 5.0 OS: Windows2000 I currently have a web app. configured in IIS to talk to a Tomcat instance, fine, no problem. But, now, I want to setup a development web app (instance) and a separate QA/Testing web app (instance). The ISAPI_Redirector2.dll has registry settings. In the

RE: tomcat5 in-process (more info for you guys)

2004-01-23 Thread Yiannis Mavroukakis
Phil, here is the code related to your error rc = worker->service(env, worker, s); [] rc1=worker->rPoolCache->put( env, worker->rPoolCache, rPool ); if( rc1 == JK_OK ) { rPool=NULL; } if( rPool!=NULL ) { rPool->close(env, rPool); } if(rc==JK_OK) {

RE: Repeated "load-on-startup" niggle

2004-01-23 Thread Chris Ward
> > Hmm, that's strange. Enable the AccessLogValve (in > server.xml) so that you can see what's actually being > requested from the server. Seems to request both versions... > >try > >{ > >System.out.println( "REQ : getRequestURI : " + > request.getRequestURI() > >); >

RE: Repeated "load-on-startup" niggle

2004-01-23 Thread Chris Ward
> > Hmm, that's strange. Enable the AccessLogValve (in > server.xml) so that you can see what's actually being > requested from the server. > Seems to request both versions... - - [23/Jan/2004:17:31:22 00] "GET /images/buttons/Delete.gif HTTP/1.1" 302 - - - [23/Jan/2004:17:31:22 00] "GET

RE: Repeated "load-on-startup" niggle

2004-01-23 Thread Shapira, Yoav
Howdy, The response code tell a ton. >Seems to request both versions... > > - - [23/Jan/2004:17:31:22 00] "GET /images/buttons/Delete.gif HTTP/1.1" >302 - > - - [23/Jan/2004:17:31:22 00] "GET /images/buttons/Clone.gif HTTP/1.1" >302 - > - - [23/Jan/2004:17:31:22 00] "GET /hal/images/buttons/Delet

Tomcat with SSL

2004-01-23 Thread Ralf Schneider
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I want to try out SSL connections with Tomcat 5.0.16. I followed the instructions in the docs and generated a certificate with keytool which is stored under /root/.keystore and uncommented the SSL connector in server.xml: After that I res

Re: tomcat5 in-process (more info for you guys)

2004-01-23 Thread Phil Adams
now that I have apache started without error and it would appear that it has tomcat started in-process (maybe) I went to a cmd line to start tomcat and received an error that port 8005 is already in use, which a netstat proves to be true. the only place that port 8005 is configured to be used is i

RE: javax.naming.NameNotFoundException: Name blah.blahHome is not bound in this context

2004-01-23 Thread Filip Hanik
use your imagination on how you can store the properties in an xml file, then read them before looking up the namespace, see my second option Filip -Original Message- From: Walter Moore [mailto:[EMAIL PROTECTED] Sent: Friday, January 23, 2004 6:31 AM To: Tomcat Users List Subject: Re: jav

Apache/Tomcat Integration. Urgent!!

2004-01-23 Thread rohit chugh
Hi, I am trying to integrate Apache 1.3 and Tomcat 4.0 The apache logs shows that it has started with mod_jk and mod_ssl.However when i send a request for a webapplication it gives errors saying page not found. Apache log shows that it is trying to find the application under htdocs Following is th

I have a bundle of problems with Tomcat 4.1.29

2004-01-23 Thread Doyle, Daniel C
For starters, Tomcat is not autoDeploying my wars from the /webapps directory. I looked at the class file in the war and the class file in /DBTest/WEB-INF/classes/foo/DBTest.class. Here is my host line in server.xml. It seems to be pointing at the webapps directory because I can access my app throu

RE: Geomatica Webserver

2004-01-23 Thread Goehring, Chuck Mr., RCI - San Diego
Candyman, If you don't want to develop and just want to "set it and forget it", you may as well use the version and configuration the maker of Geomatica recommends. Chuck -Original Message- From: Candyman [mailto:[EMAIL PROTECTED] Sent: Thursday, January 22, 2004 7:50 PM To: Tomcat Us

Re: Apache/Tomcat Integration. Urgent!!

2004-01-23 Thread Jeff Tulley
What are the contents of your auto-generated mod_jk.conf, and how do they match the web application you are trying to access? Also, it would be helpful to post the (relevant) contents of your workers.properties file. >>> [EMAIL PROTECTED] 1/23/04 11:05:42 AM >>> Hi, I am trying to integrate Apache

Re: response commit question

2004-01-23 Thread Cindy Ballreich
At 09:07 AM 1/23/04 -0800, Cindy Ballreich wrote: > >I just noticed that when I get the ServletResponse using >pageContext.getResponse() in a custom tag, that the response >seems to always be already committed. Is this always the >case with tags or am I doing something wrong? I couldn't >find a

Re: Apache/Tomcat Integration. Urgent!!

2004-01-23 Thread rohit chugh
Hi, Thanks for the reply. The contents of the workers.properties are given below, which i copied of the net. worker.list=testWorker worker.testWorker.port=8009 worker.testWorker.host=localhost worker.testWorker.type=ajp13 - The contents of mod_jk.conf

help me to use tag

2004-01-23 Thread xavier manohar
Hello , I am a new user of tomcat 4.1.29. can any one pls help me use a tag and the necessary modifications to be made in the conf file regards mano Yahoo! India Mobile: Ringtones, Wallpapers, Picture Messages and more.Download now.

Re: I have a bundle of problems with Tomcat 4.1.29

2004-01-23 Thread rohit chugh
There could be problem with the structure of your .war file. What is the structure of your .war files --- "Doyle, Daniel C" <[EMAIL PROTECTED]> wrote: > For starters, Tomcat is not autoDeploying my wars > from the /webapps > directory. I looked at the class file in the war and > the class file in

RE: tomcat5 in-process (more info for you guys)

2004-01-23 Thread Hamilton Andrew
I'm attempting this on a Linux machine and I keep getting this: INFO: APR not loaded, disabling jni components: java.io.IOException: java.lang.UnsatisfiedLinkError: no jkjni in java.library.path I followed the install directions and put the jkjni.so file in $APACHE_HOME/modules. Can anyone help

Problems TOMCAT / SSL activation

2004-01-23 Thread Shockley, Gerard C
Title: Message I'm attempting to enable SSL with Tomcat 4 - I'm getting an exception pointing to an issue with JSSE-   Caused by: java.lang.NoClassDefFoundError: com/sun/net/ssl/SSLContext   I'm using usl0:/opt/IBMJava2-s390-141/bin # ./java -versionjava version "1.4.1"Java(TM) 2 Runtime E

Re: Apache/Tomcat Integration. Urgent!!

2004-01-23 Thread Jeff Tulley
Your worker name does not match the name in the generated mod_jk.conf. That file wants the worker name to be "ajp13", whereas yours is named "testWorker". Change that and restart apache and see what happens. >>> [EMAIL PROTECTED] 1/23/04 12:00:40 PM >>> Hi, Thanks for the reply. The contents of

  1   2   >