RE: log4j problem

2002-09-17 Thread Miguel Angel Mulero Martinez
Some application uses the Log4J system, but it has non ben initialized. Are you using it? If yes, post here your code of initialization. -Mensaje original- De: Sébastien Col [mailto:[EMAIL PROTECTED]] Enviado el: martes, 17 de septiembre de 2002 1:08 Para: [EMAIL PROTECTED] Asunto: log4j

RE: Cant get 4.1.10 to run on Win2K

2002-09-17 Thread Miguel Angel Mulero Martinez
Hi Robert, Yes! This seems the message error that I receive. But, then, the bug continues in 4.1.10. Anybody knows something about that? Thanks! -Mensaje original- De: Robert L Sowders [mailto:[EMAIL PROTECTED]] Enviado el: martes, 17 de septiembre de 2002 4:24 Para: Tomcat Users

RE: For all those with JSP errors see if this applies

2002-09-17 Thread Miguel Angel Mulero Martinez
Thanks for all! Yes, this is the problem. I'm not an expert, but maybe someone can tell what file must I replace in my tomcat installation and from what source. Miguel -Mensaje original- De: Robert L Sowders [mailto:[EMAIL PROTECTED]] Enviado el: martes, 17 de septiembre de 2002 5:08

RE: For all those with JSP errors see if this applies

2002-09-17 Thread Miguel Angel Mulero Martinez
I tried to download the attached files, but something fails (I download a file called showattachment). Maybe I need the CVS client installed? -Mensaje original- De: Robert L Sowders [mailto:[EMAIL PROTECTED]] Enviado el: martes, 17 de septiembre de 2002 8:56 Para: Tomcat Users List

Antwort: Re: Apache2 + Tomcat4.1.10 + coyote + jk2 + cookies + winNT

2002-09-17 Thread Oliver . Lauer
Hi, even if try the workaround res.setHeader(Set-Cookie,KIB=a03056; Domain=.sk-koeln.de; Path=/); res.setHeader(Set-Cookie,FStatus=a03056; Domain=.sk-koeln.de; Path=/); only the last one (cookie) will be set ? Does anybody know any workaround for that situation ? Thanx Oliver Oliver Lauer

Antwort: Is there any way to...

2002-09-17 Thread Oliver . Lauer
You can see so in the tomcat logs. If something has failed you app will be undeployed and this will be logged in your logs. -- Oliver Lauer Stadtsparkasse Köln 512 / BK / Anwendungsentwicklung Telefon: (0221) 226 - 5562 Fax: (0221) 226 - 5100 mailto:[EMAIL PROTECTED] http://www.sk-koeln.de

Antwort: Re: Apache2 + Tomcat4.1.10 + coyote + jk2 + cookies + winNT

2002-09-17 Thread Oliver . Lauer
Hi Milt, yes, both values are distinct and both are true as well. It seems to be a bug in the brand new jk2!? Do you know how I can find out what jk2 sends back to Apache2 private final static String COOKIE_KEY_FS = FStatus; private final static String COOKIE_KEY_KIB = KIB; Oliver

Antwort: Re: Apache2 + Tomcat4.1.10 + coyote + jk2 + cookies + winNT

2002-09-17 Thread Oliver . Lauer
Hi, it seems to be a bug - see bug 10891 - bugzilla (07.17.2002) Oliver -- Oliver Lauer Stadtsparkasse Köln 512 / BK / Anwendungsentwicklung Telefon: (0221) 226 - 5562 Fax: (0221) 226 - 5100 mailto:[EMAIL PROTECTED] http://www.sk-koeln.de Milt Epstein [EMAIL PROTECTED] schrieb am 16.09.2002

AW: Antwort: Re: Apache2 + Tomcat4.1.10 + coyote + jk2 + cookies + winNT

2002-09-17 Thread Ralph Einfeldt
To add a header you have to use res.addHeader(). From the the Servlet Spec 2.3: ...setHeader ... a previous header is replaced by the new header. Where a set of header values exist for the name, the values are cleared and replaced with the new value... -Ursprüngliche Nachricht-

Re: Solved! Tomcat on port 80 without root, on Linux

2002-09-17 Thread Chuck Amadi
Nikola Milutinovic wrote: Mr. Tomcat wrote: Can I run Tomcat on port 80 not as root? seems to come up with some regularity on this list. Web servers have to be able to safely process untrusted, dangerous data from any host on the Internet. Obviously, they should run at the lowest

RE: For all those with JSP errors see if this applies

2002-09-17 Thread Christopher Watson
Miguel So do I, but it did download it as a winzip file, so I renamed it to jasper-compiler.jar and looked at its contents with winzip and it looks like its a good jar file. - haven't actually tried it through ... ... because my user.dir fix works fine for me. It might be worth another go if

Antwort: AW: Antwort: Re: Apache2 + Tomcat4.1.10 + coyote + jk2 + cookies+ winNT

2002-09-17 Thread Oliver . Lauer
Yes, meanwhile I know, too - little mistake...but even if I use addHeader() only the last cookie will be used - seems to be da damned bug :-) -- Oliver Lauer Stadtsparkasse Köln 512 / BK / Anwendungsentwicklung Telefon: (0221) 226 - 5562 Fax: (0221) 226 - 5100 mailto:[EMAIL PROTECTED]

Forward vrs redirect to a welcome-file

2002-09-17 Thread Aviv Eliezer
Hi, when i specify a welcome file, and hit the root of a webapp, i'm automatically redirected to the welcome file- ie, i see in the browser address bar http://www.domain.com/index.jsp;. Does anyone know how to make it so that tomcat will forward to the welcome-file, so in the browser address

Tomcat classloader and JNI questions

2002-09-17 Thread Eric Hollander
I am working on getting Jmagick to work with Tomcat-4.1 and JDK 1.4. I have heard that it is possible but no one can quite describe how so I've been doing some experimentation with it. It does work if I use this command to start Tomcat: # LD_LIBRARY_PATH=/usr/local/lib java

RE: Tomcat classloader and JNI questions

2002-09-17 Thread Miguel Angel Mulero Martinez
Have you tried CATALINA_HOME/server/lib? -Mensaje original- De: Eric Hollander [mailto:[EMAIL PROTECTED]] Enviado el: martes, 17 de septiembre de 2002 10:23 Para: [EMAIL PROTECTED] Asunto: Tomcat classloader and JNI questions I am working on getting Jmagick to work with Tomcat-4.1 and

RE: For all those with JSP errors see if this applies

2002-09-17 Thread Miguel Angel Mulero Martinez
Hi Chris! I renamed the file, unzip it, put into the jasper-compiler.jar and !!it works!! After some days now I have tomcat 4.1.10 working! Thanks to all, Miguel -Mensaje original- De: Christopher Watson [mailto:[EMAIL PROTECTED]] Enviado el: martes, 17 de septiembre de 2002 10:07

RE: For all those with JSP errors see if this applies

2002-09-17 Thread Robert L Sowders
That's it. Just rename it to jasper-compiler.jar For some reason all the files attachments that are retrieved from there get the name showattachment.zip Miguel Angel Mulero Martinez [EMAIL PROTECTED] 09/17/2002 12:01 AM Please respond to Tomcat Users List To: Tomcat Users

Re: Antwort: Is there any way to...

2002-09-17 Thread Robert L Sowders
you can see what the manager app has to say about it. http://localhost:8080/manager/html/list rls [EMAIL PROTECTED] 09/16/2002 12:47 PM Please respond to Tomcat Users List To: Tomcat Users List [EMAIL PROTECTED] cc: Subject:Antwort: Is there any way

RE: Apache/Tomcat Production Configuration

2002-09-17 Thread Ignacio J. Ortega
De: Glenn Nielsen [mailto:[EMAIL PROTECTED]] Enviado el: 17 de septiembre de 2002 2:11 Glenn, I haven't looked much into using jk2 for production yet because it doesn't have the features I need and is still a relatively new codebase. Which features do you need on jk2? I think it's

RE: For all those with JSP errors see if this applies

2002-09-17 Thread Christopher Watson
Works for me too - thanks very much for this -Original Message- From: Robert L Sowders [mailto:[EMAIL PROTECTED]] Sent: 17 September 2002 10:22 To: Tomcat Users List Subject: RE: For all those with JSP errors see if this applies That's it. Just rename it to jasper-compiler.jar

Re: Install JSSE?

2002-09-17 Thread Giorgio Ponza
I tried both the configurations (i mean JDK 1.3.1_03 + JSSE and JDK 1.4.0 alone) and both work. If u follow exactly the ssl_howto, i dont think u can have problems. Remember you need to change the port 8443 to 443 if u want your server be visible in the net with the SSL enabled. If u need help,

RE: Tomcat classloader and JNI questions

2002-09-17 Thread Mr. Tomcat
On Mon, 2002-09-16 at 22:39, Miguel Angel Mulero Martinez wrote: Have you tried CATALINA_HOME/server/lib? Yes, I tried that. It didn't work. The ONLY way to get the JVM to load the shared libs is if the jmagick.jar is in the classpath itself. Would this be considered a Tomcat bug, or is this

Problems with redirect on IIS

2002-09-17 Thread Ingo Klose
Hello, I installed Tomcat 4.0 on a Windows .Net Standard Server Version 2002 SP 1. Tomcat itself runs fine, but I have problems with the redirect. When I use: http://localhost:8080/examples/jsp/index.html - Successfull loading of the JSP indext page http://localhost/examples/jsp/index.html -

RE: More info re: tomcat, 1.4 and jni for Jmagick

2002-09-17 Thread Rajesh Mishra
I was facing a similar linking error problem but with Tomcat 3.3a and jdk1.3.1_03 on windows. Actually I was trying to make my own dll and then calling that dll through jni calls from my servlet. I made a sample java application to call that dll method and it was working fine. But when I was

AW: Problem with Apache and mod_jk on Debian

2002-09-17 Thread Ralph Einfeldt
What error messages are in the log files ? -Ursprüngliche Nachricht- Von: Jean-Baptiste Onofré [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 17. September 2002 13:11 An: [EMAIL PROTECTED] Betreff: Problem with Apache and mod_jk on Debian When i try to acces to a Tomcat manage

Problem with Apache and mod_jk on Debian

2002-09-17 Thread Jean-Baptiste Onofré
Re, some precisions. I have Apache 1.3.26 and not 1.3.16 (it's a typing mistake). In logs i have : in error.log from apache : [Tue Sep 17 13:01:26 2002] [notice] Apache/1.3.26 (Unix) Debian GNU/Linux mod_jk /1.1.0 PHP/4.1.2 configured --

RE: Tomcat 4.0.2/IIS5.0 crashes!

2002-09-17 Thread Turner, John
Please Read The Friendly Manual for the driver. There are fairly comprehensive docs available at the same URL I posted earlier, with exact examples of how to call the driver. John -Original Message- From: Prashanth Pushpagiri [mailto:[EMAIL PROTECTED]] Sent: Monday, September 16,

RE: Apache+Tomcat+JBoss Error (No Context configured)

2002-09-17 Thread Turner, John
There are plenty of servlet and JSP examples, with source, in the examples directory of Tomcat, including a HelloWorld servlet. Your error message seems self-explanatory to me. With all due respect, I must suggest to you again (as others have) that you READ the documentation available before

RE: Tomcat classloader and JNI questions

2002-09-17 Thread Cox, Charlie
put it in /common/lib and restart tomcat so that it sees it. Tomcat completely ignores the classpath, so I'm not sure how that made a difference here. Charlie -Original Message- From: Mr. Tomcat [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 5:47 AM To: Tomcat Users

Macromedia UltraDev doesn't' work with Tomcat4.0.4

2002-09-17 Thread Heligon Sandra
I am trying to use Macromedia UltraDev with Tomcat4.0.4, but only the server model JSP 1.0 is available in the site definition's dialog box. Where can I find an extension in order to work with Tomcat4.0.4 (JSP1.1) ? Thanks a lot in advance -- To unsubscribe,

RE: Any body built mod_jk.so for apache2.0 on Solaris

2002-09-17 Thread Turner, John
I have binaries for Solaris 8 available for download here, courtesy of others on this list: http://www.johnturner.com/howto After that, the mod_jk configuration docs on the Tomcat site, or perhaps even one of my HOWTOs might help you out. The basic steps for mod_jk are pretty easy, though

Re: Macromedia UltraDev doesn't' work with Tomcat4.0.4

2002-09-17 Thread Nigel . Byrnes
if you are looking for extensions to UD, you might want to ask the folks on the Macromedia newsgroups/mailing lists. They are quite helpful. Nigel -- Nigel Byrnes E-Commerce, Direct Line 0845 878 2922

Re: log4j problem

2002-09-17 Thread Sébastien Col
This is part of the mystery, I'm not using it... I installed the Tomcat 4.0.4 and I don't have this problem. - Original Message - From: Miguel Angel Mulero Martinez [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, September 17, 2002 2:25 AM Subject: RE: log4j

Directory layout - virtual hosts in tomcat

2002-09-17 Thread mdevin
Hi all, I am looking for some advice regarding the usual directory layout for Virtual Hosts and tomcat. Currently I have a working setup of apache and tomcat using mod_jk. I have set things up the way that tomcat seems to prefer (or what others seem to have done based on the documentation I

Package structure missing in servlet.jar

2002-09-17 Thread Gary Labowitz
Have just downloaded Apache 4.0.4 and find servlet.jar in common\lib does not have package structure. Is this correct? Gary -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Virtual Hosting and Contexts

2002-09-17 Thread Brian Topping
Good day, I'm rather new to setting up vhosting on Tomcat, but am quite familiar with it on Apache. I am having some problems understanding the correct configuration to set up a root context on each apache virtual host, and was hoping someone here might be able to offer some pointers.

Virtual Hosting + tomcat 4.1.10/mod_jk2/apache 2.0

2002-09-17 Thread Matt Sales
Hello, I've searched through the list archives, and I've seen a lot of questions but few answers to this issue.. I'm trying to implement virtual hosts on a linux server (RH7.2) using apache 2.0 with tomcat 4.1.10 and mod_jk2 (utilizing AF_UNIX sockets), without getting into url rewriting. I've

AJP13 connector question.

2002-09-17 Thread Dennis Muhlestein
What does this mean? We get it fairly often during prime time on our website. We are using tomcat 4.1.10. I haven't seen the end result on the browser side when this happens. 2002-09-16 22:53:01 Ajp13Processor[8009][35] process: invoke java.net.SocketException: Socket closed at

RE: AJP13 connector question.

2002-09-17 Thread Cato, Christopher
It probably means that the user either closed his browser or hit refresh. If it's during primetime, a reasonable suspicion could be that the page loads really slow and the user gets frustrated. /Christopher -Original Message- From: Dennis Muhlestein [mailto:[EMAIL PROTECTED]] Sent:

Java Development Environment for Emacs - anybody tried it ???

2002-09-17 Thread Mark Hansen
Has anybody worked with this tool for debugging Tomcat applications? - http://jdee.sunsite.dk/ If so, could you let me know what you think of it. Thanks, Mark -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

jk connector

2002-09-17 Thread Thébault, Médérick
This URL http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1 .2.0/ does not have any files? Do you know where I can find it? Thanx -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: jk connector

2002-09-17 Thread Turner, John
You have to build from source: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.10/src/ Or select from the binaries that I have collected from myself and others on the list: http://www.johnturner.com/howto John -Original Message- From: Thébault, Médérick

Any timestamp for log file

2002-09-17 Thread lau bella
Hi, I run the Tomcat 3.2.2 in w2k as a service. Not all log file in Tomcat have timestamp, it's not easy to trace error message. Any setting is needed in order to add timestamp in log file ? Thanks - Do You Yahoo!? Get your free yahoo.com.hk address at

Re: JSP Include error

2002-09-17 Thread Erick Todd
This isn't a SSI include. It is a jsp include native to the jsp specification? I did enable SSI just for kicks, but it doesn't change anything. Anyone?? I am really frustrated. What do I need to do to get rid of the Illegal State Exception on a jsp:include? I include on the first line,

Re: JSP Include error

2002-09-17 Thread Tim Funk
Like in a previous reply to this post - we need more information (like a code snippet) in order to provide a better answer. You allude to Illegal State Exception. This can happen if you try any of the following: - Attempt to set headers (like cookies) inside of a jsp:include - Attempt a JSP

Re: JSP Include error

2002-09-17 Thread RSEQUEIRA
The IllegalStateException is being raised due to either of the following reasons: 1) The included program (jsp or servlet) is attempting to set a response header after the body of the response is sent or is being sent. Check that you aren't setting any headers in the included jsp/servlet 2) If

installing SSL

2002-09-17 Thread Monte . Gardner
I'm trying to get my Tomcat version 3.2 to work with SSL. So far I've done the following 1. downloaded the JSSE, unpacked the jars 2. placed the 3 JSSE jars in the $JAVA_HOME/lib/ext directoryy 3. placed the 3 JSSE jars in the $TOMCAT_HOME/lib directory 4. defined a JSSE_HOME variable to point

Instructions for building mod_jk (or mod_jk2) from source for Linux

2002-09-17 Thread Kenny G. Dubuisson, Jr.
Hello. I'm looking for documentation on how to build (or possibly a binary download of) the mod_jk.so module. Thanks, Kenny -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Instructions for building mod_jk (or mod_jk2) from source for Linux

2002-09-17 Thread Turner, John
http://www.johnturner.com/howto -Original Message- From: Kenny G. Dubuisson, Jr. [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 11:44 AM To: [EMAIL PROTECTED] Subject: Instructions for building mod_jk (or mod_jk2) from source for Linux Hello. I'm looking for

Re: Instructions for building mod_jk (or mod_jk2) from source for Linux

2002-09-17 Thread Kenny G. Dubuisson, Jr.
You are THE MAN. Thanks, John - Original Message - From: Turner, John [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Tuesday, September 17, 2002 10:44 AM Subject: RE: Instructions for building mod_jk (or mod_jk2) from source for Linux

RE: Apache2 and Tomcat4 on different boxes

2002-09-17 Thread Raj Mettai
thanks Daniel for you response, I have tried the options you suggested, tested telnet from apche to tomcat on port 8009, that worked fine and also configured apache/tomcat on each box(and they are working fine), then I have changed the host in workers.properties on apache box to point to

Re: Java Development Environment for Emacs - anybody tried it ???

2002-09-17 Thread Nigel . Byrnes
Your mail is kinda off-topic for this list. Nonetheless, I code in emacs with JDE. I do not stretch it to it's limits, but i think it is fine. It has hooks for your debugger jdb/jpda and etags. My only gripe is to do with the indentation style forced on the developer. When I coded C, I used the

JaspException: Variable may not have been initialized

2002-09-17 Thread Xiaoyu Zhang
Hi all, I am running tomcat 4.0.3-LE-JDK1.4 on solaris 8. While my tomcat compiles a nested tag, it always complains about : Variable _jspx_eval_itrack_href_7 may not have been initialized Note: _jspx_eval_itrack_href_7 is a new HRefTag(). Is it a tomcat 4.0.3 bug? Thanks, Xiaoyu -- To

this is a bug, right?

2002-09-17 Thread Craig Longman
when i've done an import (either using the c:insert or tiles:insert) i find that many of the request.getXXX methods relating to the URL produce bogus results. here is what i get (from an included file): getRequestURI(): HEAD TITLEre getPathInfo(): null getPathTranslated(): null

Re: Project X: XmlDocument and XmlDocumentBuilder mapping?

2002-09-17 Thread micael
Many thanks, Salim! At 10:29 AM 9/17/2002 +0530, you wrote: use Document and DocumentBuilder and DocumentBuilderFactory classes. You can get help on this at jakarta site on crimson xml parser -- Salim - Original Message - From: micael [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

RE: Instructions for building mod_jk (or mod_jk2) from source for Linux

2002-09-17 Thread Turner, John
No problem, glad to help. John -Original Message- From: Kenny G. Dubuisson, Jr. [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 11:47 AM To: Tomcat Users List Subject: Re: Instructions for building mod_jk (or mod_jk2) from source for Linux You are THE MAN.

Re: basic question

2002-09-17 Thread Andreas Probst
Hi all! If you have a HttpServletRequest req, you can get String contextPath = req.getContextPath(); This would give you /myapp. My question is: How can I get to know the context path in init(), where I don't have a HttpServletRequest? have you tried using getServletContext() or

Re: JSP Include error HELP!

2002-09-17 Thread Erick Todd
Ok here is more info. These pages all work on tomcat 3 right now. I have stripped down the page to the bare problem and still get the error. I downgraded to Tomcat 4.0.4 because 4.1.10 has a problem doing regular static include across a symbolic link. But for this problem of dynamic

Re: JSP Include error HELP!

2002-09-17 Thread Tim Funk
I can reproduce this - strange. Can you try either of the following: %String largeAd=/includes/468x60ad.txt;% jsp:include page=%=largeAd% flush=true/ OR

Re: Apache+Tomcat+JBoss Error (No Context configured)

2002-09-17 Thread Philippe de M. Sevestre
Are you running the JBoss+Tomcat bundle or running them in two distinct VMs ? The drop-in deployment feature of wars in JBoss is only available when running the whole thing in a single VM. - Original Message - From: Manoj Kithany [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

Re: Apache+Tomcat+JBoss Error (No Context configured)

2002-09-17 Thread Manoj Kithany
Hi Mr. Phil, I am using Jboss+Tomcat Bundle. Thanks! Manoj G. Kithany From: Philippe de M. Sevestre [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Apache+Tomcat+JBoss Error (No Context configured) Date: Tue, 17 Sep 2002

Re: JSP Include error HELP!

2002-09-17 Thread Erick Todd
The second one works, however it does write a warning to the logs that the JSPNote javac.main has been depracated. Do you know why that is? So I would say that something is wrong with jsp:include. However I really don't want to rewrite every jsp:include across all of my jsp pages!! Any idea

RE: Any body built mod_jk.so for apache2.0 on Solaris

2002-09-17 Thread Narayana Reddy
Hi John Thanks for the response. I have looked at your website ( not extensively though ), but the combination i need is not on your site. I need the following combination apache2.0 + tomcat 3.2.3 + mod_jk.so I have a mod_jk.so for apache1.3 which does not work with apache2.0 . So i

Re: JSP Include error HELP!

2002-09-17 Thread Erick Todd
Furthermore, I can't just read in the file, because in the real life situation, it will have jsp code that needs to be executed in it. -E On Tue, 2002-09-17 at 11:01, Erick Todd wrote: The second one works, however it does write a warning to the logs that the JSPNote javac.main has been

Re: JSP Include error HELP!

2002-09-17 Thread Tim Funk
I'm not sure about the compile warning. I think it has to do with mime types needing to be decalred in web.xml. For example: I have the following pages: foo.jsp with the contents hello jsp:include flush='false'

POST bug during Tomcat failover

2002-09-17 Thread Terence Haddock
I posted a bug about failures with POSTs when tomcat fails over, and I believe I understand where the problem occurs, but not really what is causing the problem. However, I have figured out a work-around, but the work-around has some drawbacks. The bug is #12694. The basic idea is with two Tomcat

Virtual hosts using Apache 2.0.40, Tomcat 4.1.10 and mod_jk2

2002-09-17 Thread Short, Dave
Can anyone please provide a working configuration for Apache 2.0.40 virtual hosts with Tomcat 4.1.10 (running in-process) and mod_jk2? Defining a virtual host in Apache, redirecting to Tomcat (via workers.properties), defining a virtual host and context in the server.xml file isn't working

SSL errors caused by JavaScript window.open() call

2002-09-17 Thread Rachel Parker
Hello, I am using Tomcat version 3.3.1 RC1. When running in secure mode (SSL), a call to JavaScript’s window.open() function generates the error below. The error occurs about 30% of the time, and is not related to the window being launched (an html file with only tags causes the error as well

Re: JSP Include error HELP!

2002-09-17 Thread Erick Todd
Great!! That was it. There should probably be some documentation about that!?!? I could not thank you enough!! Erick On Tue, 2002-09-17 at 11:11, Tim Funk wrote: I'm not sure about the compile warning. I think it has to do with mime types needing to be decalred in web.xml. For

Standard Include symbolic links

2002-09-17 Thread Erick Todd
OK Now that I have resolved all of my jsp:include problems. I would like to use 4.1.10, however 4.1.10 will not let me include using a symbolic link on my linux box. 4.0.4 will. Anyone know of anything I need to do?? I link a global inc folder across multiple sites to get the consistent

Re: Standard Include symbolic links

2002-09-17 Thread Tim Funk
If you are not spanning filesystems - can you do a hard link? Erick Todd wrote: OK Now that I have resolved all of my jsp:include problems. I would like to use 4.1.10, however 4.1.10 will not let me include using a symbolic link on my linux box. 4.0.4 will. Anyone know of anything I need

Tomcat 4.1.10 + mod_jk2 startup errorr

2002-09-17 Thread Matt Sales
Hello I get the following in catalina.out every time I start up Tomcat-4.1.10 + mod_jk2... I'm using RedHat 7.2 and Apache. However, after it spits out these errors, it seems to run fine. Has anyone seen similar entries in catalina.out? I can include my jk2.properties and workers2.properties

dates.JspCalendar

2002-09-17 Thread Seth Brahler
I don't know if I have configured Tomcat incorrectly, but when I copy the code from examples/jsp/dates/date.jsp (where it works) and place the it anywhere else, I get the error: Unable to load class /dates.JspCalendar What am I missing? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED]

Problem in tomcat installation in Solaris 8.0

2002-09-17 Thread Anup Ray
Hi, I am a newbie in Tomcat. I downloaded tomcat binary version, unzipped it and trying to start it but getting the following error. Could anybody help me out. Thanks---Anup Ray [EMAIL PROTECTED] _ # ./startup.sh The JAVA_HOME environment variable is not defined

Re: Antwort: Re: Apache2 + Tomcat4.1.10 + coyote + jk2 + cookies +winNT

2002-09-17 Thread Milt Epstein
On Mon, 16 Sep 2002 [EMAIL PROTECTED] wrote: Hi Milt, yes, both values are distinct and both are true as well. It seems to be a bug in the brand new jk2!? Do you know how I can find out what jk2 sends back to Apache2 private final static String COOKIE_KEY_FS = FStatus; private

Re: Help!!Servlet messages to console/xconsole

2002-09-17 Thread Shannon Lal
Anand, I often run into problems like this, and is often something I have over looked. I would attempt to run the Snoop Servlet(http://localhost:8080/SnoopServlet) first ( the one that comes with Tomcat ) if that executes fine then you know Tomcat is configured fine. The next thing I would

Re: Problem in tomcat installation in Solaris 8.0

2002-09-17 Thread Kent Perrier
On Tue, Sep 17, 2002 at 02:06:18PM -0400, Anup Ray wrote: Hi, I am a newbie in Tomcat. I downloaded tomcat binary version, unzipped it and trying to start it but getting the following error. Could anybody help me out. Thanks---Anup Ray [EMAIL PROTECTED] _ #

tomcat system properties

2002-09-17 Thread Ralph Goers
Where are the system properties used by tomcat documented somewhere? Are there any others besides catalina.home and catalina.base? Thanks, Ralph

RE: Any body built mod_jk.so for apache2.0 on Solaris

2002-09-17 Thread Turner, John
Sorry, didn't realize you were looking for Apache2. Yes, the mod_jk.so is contingent on the Apache version, but not the Tomcat version. Thus, a mod_jk.so for Apache2 will work with either Tomcat 3 or Tomcat 4. The steps in my HOWTO show how to build mod_jk. Solaris is fairly common, I would

RE: Java Development Environment for Emacs - anybody tried it ???

2002-09-17 Thread Dennis Doubleday
Now, now, this is Emacs. You don't have to accept anything you don't like :-) Try: M-x customize-variable jde-gen-kr -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: tomcat system properties

2002-09-17 Thread Turner, John
CATALINA_HOME/bin/catalina.bat or catalina.sh has the full list. John -Original Message- From: Ralph Goers [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 2:23 PM To: Tomcat Users List Subject: tomcat system properties Where are the system properties used by

Question regarding mod_jk configuration

2002-09-17 Thread Kent Perrier
I have built mod_jk according to John Turner's howto for Tomcat 4, apache 2 and redhat. The only difference is that I am using the Turbine Dev Kit, not a vanilla tomcat install. Anyway, I get the plugin installed and /server-info/ shows mod_jk loaded. John states in the howto that tomcat

RE: Question regarding mod_jk configuration

2002-09-17 Thread Turner, John
The last time I saw my name that many times at once in print, I was getting yelled at. :) Your Listener elements look fine, and they are in the right place. Can you take a couple of minutes and try it with a vanilla Tomcat install? The binary install takes about 5 minutes to setup on

Mod_jk on Debian

2002-09-17 Thread Jean-Baptiste Onofré
Hello, is anyone use mod_jk and tomcat binaries on debian using the apache packaged. Contact me please -- Jean-Baptiste Onofré (Nanthrax) Membre fondateur de phpFR.org http://www.phpfr.org [EMAIL PROTECTED] Membre fondateur du LUG Béziers http://lug-beziers.org [EMAIL PROTECTED] -- To

RE: JaspException: Variable may not have been initialized

2002-09-17 Thread Rossen Raykov
Change the startup script to use the 64-bit data model (use java's -d64 option). You may need to install it if you do not have it already. Regards, Rossen Raykov -Original Message- From: Xiaoyu Zhang [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 12:04 PM To: [EMAIL

Tomcat won't auto-start on RedHat 7.3

2002-09-17 Thread Kenny G. Dubuisson, Jr.
I have successfully installed Apache 2.0.40, Tomcat 4.0.4, and mod_jk and all works fine. The problem I have is that I wrote a simple startup script for Tomcat to be executed upon init level 5 entrance. If I run the script from a shell prompt, it works fine. If it runs when Linux is booting,

RE: Tomcat won't auto-start on RedHat 7.3

2002-09-17 Thread Turner, John
When run during boot, are JAVA_HOME and CATALINA_HOME set? John -Original Message- From: Kenny G. Dubuisson, Jr. [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 3:01 PM To: Tomcat Users List Subject: Tomcat won't auto-start on RedHat 7.3 I have successfully

Re: Tomcat won't auto-start on RedHat 7.3

2002-09-17 Thread Kenny G. Dubuisson, Jr.
Very good question...I bet they aren't. Do you know where I would set those for boot (or should I just put them in the script I wrote)? Thanks, Kenny - Original Message - From: Turner, John [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Tuesday, September 17, 2002

Re: Tomcat won't auto-start on RedHat 7.3

2002-09-17 Thread Ben Ricker
On Tue, 2002-09-17 at 14:06, Kenny G. Dubuisson, Jr. wrote: Very good question...I bet they aren't. Do you know where I would set those for boot (or should I just put them in the script I wrote)? Thanks, Kenny Put them in the script. Ben Ricker Wellinx.com - Original Message -

Re: Tomcat won't auto-start on RedHat 7.3

2002-09-17 Thread Kenny G. Dubuisson, Jr.
That did it. Thanks all, Kenny - Original Message - From: Ben Ricker [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, September 17, 2002 2:17 PM Subject: Re: Tomcat won't auto-start on RedHat 7.3 On Tue, 2002-09-17 at 14:06, Kenny G. Dubuisson, Jr. wrote:

Problem Importing Class

2002-09-17 Thread Seth Brahler
I have set my CLASSPATH to point to: C:\Inetpub\wwwroot\jakarta-tomcat-3.2.3\webapps\examples\WEB-INF\classes\dates\JspCalendar.class; But when I place: %@page import=JspCalendar% on a JSP page where I need to display dates, I get thrown an error (Class JspCalendar not found in import) Thank

new to this...

2002-09-17 Thread Marcella MacDougall
Hey all, I am using Forte for Java along with Tomcat. My problem is that when I try to execute a servlet, I keep getting the same error message: Apache Tomcat/4.0.1 - HTTP Status 503 - Servlet HelloServlet2 is currently unavailable

ps!

2002-09-17 Thread Marcella MacDougall
And I forgot to mention that I keep getting a warning that the HTTP server could not start. I'm still using port 8080... thanks, Marcy -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: new to this...

2002-09-17 Thread Turner, John
How did you set up the servlet in Forte? Did you use the Forte wizard to do it, or did you do it manually? John -Original Message- From: Marcella MacDougall [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 3:34 PM To: Tomcat Users List Subject: new to this...

RE: new to this...

2002-09-17 Thread Marcella MacDougall
I used the wizard and then just cut and pasted an example:) Marcy On Tue, 17 Sep 2002, Turner, John wrote: How did you set up the servlet in Forte? Did you use the Forte wizard to do it, or did you do it manually? John -Original Message- From: Marcella MacDougall

RE: new to this...

2002-09-17 Thread Marcella MacDougall
Maybe I'm saving the files in the wrong directory, becuase it's going to the url: http://localhost:8081/servlet/HelloServlet2 but I'm saving my files to C:\ide-user\... Marcy -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Question regarding mod_jk configuration

2002-09-17 Thread Kent Perrier
On Tue, Sep 17, 2002 at 02:41:36PM -0400, Turner, John wrote: The last time I saw my name that many times at once in print, I was getting yelled at. :) Your Listener elements look fine, and they are in the right place. Can you take a couple of minutes and try it with a vanilla Tomcat

calling PHP from Tomcat

2002-09-17 Thread Michael Hirsch
I'm sure I'm doing something wrong, but I can't figure out what. I'm trying to call PHP from Tomcat (and them later call back to java from PHP). I've followed what directions I can find, but to no avail. I have a file test.php which I can put in either webapps/ROOT or webapps/examples. test

Re: Standard Include symbolic links

2002-09-17 Thread Erick Todd
How do I hard link a directory?? The contents of the directory can be changed. Currently I soft link the directory but the files are not linked. Can I hard link a directory in linux?? If I can its news to me. Seems like it must be glitch. Works in 4.04. Or maybe there is some setting I

Re: Virtual hosts using Apache 2.0.40, Tomcat 4.1.10 and mod_jk2

2002-09-17 Thread Dom
Hi I'm having the same trouble using Apache 2.0.40, Tomcat 4.1.10 and mod_jk2 with virtual hosts It works without problem without v.h., but the only doc I've found about mod_jk2 doesn't talk about v.h.( http://www.apache.org/~jfclere/jk2_docs/configweb.html) Maybe mod_jk2 isn't ready for v.h ?

  1   2   >