Re: jsp.error.attribute.unterminated -- WTF?

2003-12-18 Thread Antony Paul
It seems like a custom tag error message. Do u use any custom tags. Antony Paul - Original Message - From: Josh G [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 18, 2003 12:01 PM Subject: jsp.error.attribute.unterminated -- WTF? Hi All, pulling out copious amounts

Re: Apache-tomcat via mod_jk configuration

2003-12-18 Thread Oscar Carrillo
Are you sure you meant httpd1? The daemon script on my site is httpd. The website explains a setup for Tomcat 4, not Tomcat 5. I don't know if there's any difference, but there may be. I'm also confused as you apparently didn't copy your configuration into this post, you just copied most of

RE: [SPAM] Re: Apache-tomcat via mod_jk configuration

2003-12-18 Thread dhayalan
Thats fine Rethat hava its own httpd that why i added in services httpd1 in /sbib/chkconfig and tomcatd but it tells that unregaconized service . what can i do that for Can i delete httpd i can start in terminal $CATALINA/bin/startup.sh but i am not able to do service httpd1 start and

5.0.16 sample deploys!, one recommendation and one question

2003-12-18 Thread Ray Tayek
hi, i finaly got the sample to deploy. needed to change a line in the deploy task to: war=file://${dist.home}/${app.name}-${app.version}.war/ (it was just: war=file://${build.home}/). thanks to all of you who work on tomcat. the sample comes with an web/index.html that gets put in in myapp/

RE: using mod_rewrite with mod_jk2

2003-12-18 Thread Andy Eastham
Jon, I'm pretty sure you can, because I once had a problem which was fixed by swapping the order of the LoadModule statements for mod_jk2 and mod_rewrite. Not an exact answer, but hopefully some encouragement... Andy -Original Message- From: jon yeargers [mailto:[EMAIL PROTECTED]

RE : using mod_rewrite with mod_jk2

2003-12-18 Thread Julien Oix
Hi jon, I don't use mod_jk2, but mod_jk (apache 1.3.27), and it works fine only when mod_rewrite is loaded before mod_jk in httpd.conf (for both LoadModule and AddModule directives) -Message d'origine- De : Andy Eastham [mailto:[EMAIL PROTECTED] Envoyé : mercredi 17 décembre 2003

[Tomcat Admin user name password]

2003-12-18 Thread saravanan
Hi all, i am a newbie for Tomcat. i just installed Tomcat/5.0.16 on my RH 9.0 box and its running. But I cant login to the admin tool. Whats the admin user name pwd. How do i konw it???. any help wud be greatly appreciated. Thanks in advance. TR.Saravanan

TomCat Server Killed

2003-12-18 Thread Ferreira, André
1. I am starting Tomcat version 3.2.2 as user A (not root) on a Solaris 8 system. 2. I exit the console screen from where I started tomcat and everything is still fine. 3. Once I logout the user (From the CDE environment), tomcat is killed. Is there a workaround to start tomcat

Re: [Tomcat Admin user name password]

2003-12-18 Thread L.Karam
in TOMCAT_HOME/conf/tomcat-users.xml you need add a new tag user username=admin password=pass roles=manager,admin/ - Original Message - From: saravanan To: [EMAIL PROTECTED] Sent: Thursday, December 18, 2003 2:13 PM Subject: [Tomcat Admin user name password]

Re: TomCat Server Killed

2003-12-18 Thread Giuliano Gavazzi
At 12:44 pm +0200 2003/12/18, Ferreira, André wrote: 1. I am starting Tomcat version 3.2.2 as user A (not root) on a Solaris 8 system. 2. I exit the console screen from where I started tomcat and everything is still fine. 3. Once I logout the user (From the CDE environment), tomcat

Re: [Tomcat Admin user name password]

2003-12-18 Thread saravanan
Hi Karam, Thanks for the reply. I tried it. I also added the following lines. role rolename=manager/ role rolename=admin/ Now if try login with uname as admin and pwd as pass, i get the error message inavalid login. correct me if i am wrong. Thanks for your support. Saravanan L.Karam wrote:

Re: [Tomcat Admin user name password]

2003-12-18 Thread Antony Paul
check for any file named admin-users.xml. I think Tomcat 5 uses this file. I am not sure. Antony Paul. - Original Message - From: saravanan [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, December 18, 2003 9:57 PM Subject: Re: [Tomcat Admin user name password]

Re: [Tomcat Admin user name password]

2003-12-18 Thread L.Karam
try reboot the tomcat.. - Original Message - From: saravanan To: Tomcat Users List Sent: Thursday, December 18, 2003 2:27 PM Subject: Re: [Tomcat Admin user name password] Hi Karam, Thanks for the reply. I tried it. I also added the following

Unexpected Redirect to https

2003-12-18 Thread Alan Halley
Hi, I'm using Tomcat 4.1.29 on XP Home. I trying to configure Form based authentication with a DataSource based Realm. I've followed the server and web.xml given in the examples supplied with Tomcat. When I try to access my protected index.jsp the request gets redirected to the https

RE: TomCat Server Killed

2003-12-18 Thread Donie Kelly
We have had the same problem with Solaris 8 and tomcat 4.1.18 No solution found yet. Tried using nohup to start the process but still exits when you leave the session. Donie -Original Message- From: Ferreira, André [mailto:[EMAIL PROTECTED] Sent: 18 December 2003 10:45 To: [EMAIL

RE: [Tomcat Admin user name password]

2003-12-18 Thread Cocalea, Eugen
Usually, with a clean install, I used to have the default user name 'admin' with no password. -Original Message- From: saravanan [mailto:[EMAIL PROTECTED] Sent: Thursday, December 18, 2003 6:14 PM To: [EMAIL PROTECTED] Subject: [Tomcat Admin user name password] Hi all, i am a

Re: [Tomcat Admin user name password]

2003-12-18 Thread saravanan
Hi Karam, Thank you so much. Yeah It works. :-) Saravanan L.Karam wrote: try reboot the tomcat.. - Original Message - From: saravanan To: Tomcat Users List Sent: Thursday, December 18, 2003 2:27 PM Subject: Re: [Tomcat Admin user name password] Hi Karam,

Re: [Tomcat Admin user name password]

2003-12-18 Thread saravanan
Hi Antony, Thanks for the reply. yeah there is a file called admin.xml. but i dont know what is it meant for. i just restarted tomcat. it works. thanks Saravanan Antony Paul wrote: check for any file named admin-users.xml. I think Tomcat 5 uses this file. I am not sure. Antony Paul. -

Tomcat/Apache 2/JK 2 Manager Webapp Config Question

2003-12-18 Thread James Neville
I'm trying to get a install of tomcat with apache/jk2 running with the manager webapp. In fact, the install has been running smoothly for some time, except the manager application was never put into place as it was superfluous to our deployment requirements. Now the deployment schedule has

Apache SSL again... those variables are getting me mad!

2003-12-18 Thread Federico Fernandez Cruz
Sure! This is getting personal... ;-) Apache and Tomcat will not be my friends anymore! :-D Well, I'll try to be a little exhaustive just because sometimes I miss something that is the real point of the question. Let's go. My target is an Apache + Tomcat integration using JK2. Software!

Re: [Tomcat Admin user name password]

2003-12-18 Thread L.Karam
the admin.xml it meant for configuring the context of application called 'admin'. In tomcat5, all of yours applications have a .xml file. - Original Message - From: saravanan To: Tomcat Users List Sent: Thursday, December 18, 2003 2:59 PM Subject: Re: [Tomcat

RE: Reading from an xml file from servlet supporting class

2003-12-18 Thread Teja Jo
Hello Shapira, Thanks for ur reply Regards, Tejashri. Shapira, Yoav [EMAIL PROTECTED] wrote: Howdy, You should read up on ServletContext#getResource and Classloader#getResource. I mentioned this in another thread where you asked a similar question. Yoav Shapira Millennium ChemInformatics

RE: mod_jk only usable from localhost

2003-12-18 Thread Chakravarthy, Sundar
1. Make sure machine is visible ping computername 2. Make sure apache is serving pages http://computername 3. Make sure tomcat works in standalone mode http://computername:8080 4. Then edit httpd.conf , tomcat's server.xml ( see docs )

Convert Text to Image [OT]

2003-12-18 Thread Andoni
Hello, Does anyone know of a tool for Converting Text to images so that I can still have image buttons on my site while having it localised? Thanks, Andoni. PS: I have taken a look at AcmeGif I am looking to see if there is something better though. Or tutorial help on AcmeGif. Acme GIF is

mod_jk2.so e jkjni.so problem

2003-12-18 Thread Walter do Valle
Hello all I compiled the sources for jk2 2.0.2 in my linux box, I intalled apache 2.0.40 and Tomcat 5.0.16. When I configure JK2 Connector I receive this messagem in tomcat startup: INFO: APR not loaded, disabling jni components: java.io.IOException: java.lang.UnsatisfiedLinkError:

Problems running pre-compiled JSP classes when in subdirectories

2003-12-18 Thread Glanville, Jay
I have pre-compiled my JSP classes using the JspC plugin from ant. My files compile without complaint. However, when I try to access the files through tomcat, I receive some NoClassDefFoundError exceptions. But these exceptions only occur when I'm accessing JSPs in the subdirectories off of the

Problems using an org.apache.catalina.util class in Tomcat

2003-12-18 Thread monicaf
Hi! I'm trying to use an org.apache.catalina.util class in my web application. It does work fine if I use it standalone, but when it runs within Tomcat 4, I'm getting an exception. I think there is a security incompatibility problem with Tomcat. Thanks for your help! Monica Exception:

RE: TomCat Server Killed

2003-12-18 Thread Giuliano Gavazzi
At 11:17 am + 2003/12/18, Donie Kelly wrote: We have had the same problem with Solaris 8 and tomcat 4.1.18 No solution found yet. Tried using nohup to start the process but still exits when you leave the session. have you tried my suggestion? What happens if you start other servers in the

How can I compile Mod_jdk2 ?

2003-12-18 Thread William Marques
Hi everybody, I trying to compile the mod_jdk from the source version jakarta-tomcat-connectors-jk2-2.0.2 but everytime an error happens. Does anybody know a place where I can get a binary for linux, to connect my apache 2.0.48 and Tomcat 5.0.16 ? Or maybe send-me the module by e-mail I

jsp:include/WAR

2003-12-18 Thread Robert L. Brueckmann
Is this a tomcat issue or is this a jdk 1.4 issue where the jsp:include calls in my jsp pages that include files from other directories do not work when the webapp I'm deploying is in WAR format? I have a context setup for it in the server.xml with database parameters and login authentication

too many files open problem

2003-12-18 Thread Sicotte, Hugues (NIH/NCI)
We had a problem with too many files opened in linux. There was a bug with linux that prevented us to set the ulimit. Since we saw many posts with that problem here is the solution we found. You have to run Tomcat as a daemon! Somehow that bypasses the ulimit bug. Here is a startup script. You

JK exception every first request - Tomcat 5.0.16

2003-12-18 Thread Maxime Colas des Francs
Hello, I use Tomcat 5.0.16 with apache and mod_jk (1.2.5) since a few days. (i used before 4.1.29). Every night my Linux reboot, and stuff restart according to my rc files. Every morning, the first response of my web app is a http code 500 with exception below After that, another request

RE: 5.0.16 sample deploys!, one recommendation and one question

2003-12-18 Thread Shapira, Yoav
Howdy, the question is: is there a way to navigate to the servlet without using the servlet mapping. iirc, you could do something like 8080/myapp/servlet/mypackage/Hello in 4.x or perhaps that was only if you Yes, comment in the invoker servlet-mapping in $CATALINA_HOME/conf/web.xml. It's in

RE: Further details - RequestDispatcher in servlet is not working

2003-12-18 Thread Shapira, Yoav
Howdy, //uptil this point it gets executed properly strAddress = /WEB-INF/internalJsp/ReceiveJsp.jsp; RequestDispatcher objReqDispatcher = request.getRequestDispatcher(strAddress); objReqDispatcher.forward(request,response); Here request dispatcher is not working - it doesn't

RE: include/WAR

2003-12-18 Thread Shapira, Yoav
Howdy, Not a big fan of short sentence, huh? ;) Is this a tomcat issue or is this a jdk 1.4 issue where the jsp:include calls in my jsp pages that include files from other directories do not work It's probably neither a tomcat issue nor a JDK 1.4 issue. By other directories, do you mean

RE: Problems using an org.apache.catalina.util class in Tomcat

2003-12-18 Thread Shapira, Yoav
Howdy, You didn't include the root cause portion of your stack trace: the part you included doesn't help. Are you by any chance trying to use the org.apache.catalina class from classes that are loaded in WEB-INF/classes or WEB-INF/lib? Yoav Shapira Millennium ChemInformatics -Original

RE: Tomcat and Log4J

2003-12-18 Thread Shapira, Yoav
Howdy, I could rant on this issue for a long time, but I'll stick to three points. Thanks for the advice. I tried using Log4J directly by one of my classes and, like you said, it worked. Ahh, good, a simple setup that works. However, I wanted to stick with commons logging since this is

RE: TomCat Server Killed

2003-12-18 Thread Ferreira, André
HYes, your method does work to get Tomcat running, but then the application I am using with tomcat does not work. It seems the application logs some kind of session-id with the CDE session. Uhh:(! André Ferreira -Original Message- From: Giuliano Gavazzi [mailto:[EMAIL

RE: include/WAR

2003-12-18 Thread Robert L. Brueckmann
Yoav, Thanks for the reply...yeah I'm a bit long-winded at times...sorry 'bout that. :) Anyways, to answer a few of your questions...my directory structure is as follows...I have a directory called 'application' and in 'application' I have a header.jsp file...then under 'application' I have 5

Re: jsp.error.attribute.unterminated -- WTF?

2003-12-18 Thread David Evans
On Thu, 2003-12-18 at 01:31, Josh G wrote: Hi All, pulling out copious amounts of hair for this one... here's the code: % for (int i = 0; i sectionNames.length; i++ ) { % %= sectionNames[i] %_off = new Image(); %= sectionNames[i]

RE: Problems using an org.apache.catalina.util class in Tomcat

2003-12-18 Thread monicaf
Hi! Howdy, You didn't include the root cause portion of your stack trace: the part you included doesn't help. Uhmm... I'm afraid, that's all there is. None of the logs show any more exceptions/info... Are you by any chance trying to use the org.apache.catalina class from classes that are

Quick questions about Connector connectionTimeout

2003-12-18 Thread Howard Jim
My current config looks like this: Connector className=org.apache.coyote.tomcat4.CoyoteConnector port=8011 minProcessors=5 maxProcessors=150 enableLookups=false redirectPort=443 acceptCount=10 debug=0 connectionTimeout=-1

mod_jk2.so errors

2003-12-18 Thread Walter do Valle
I'm receiving this messages in error_log from apache web server. My envirenment is Linux Red Hat 9, Apache 2.0.40-21, Tomcat 5.0.16 What is wrong? Is this a bug? http://myserver/jkstatus works, but nothing more. [EMAIL PROTECTED] conf]# cat /var/log/httpd/error_log [Thu Dec 18 11:38:49 2003]

Tomcat 5.0.16 executes binary CGI scripts as Perl scripts

2003-12-18 Thread Patrick Burma
I am new to 5.0.16 but I have used Tomcat before in the Past. I think I configured my CGI settings correctly according to the documentation, I uncommented the servlet and servlet-mappings sections, renamed the Jar file. I also have .exe MIME mapped as an Application (the default values I

mod_jk2 and RFC1867 problem

2003-12-18 Thread Takenori Sato
Hi, (B (BI use mod_jk2 on apache2.0 on RedHat9.0 as a load balancer. (BTomcat behind are on JBoss 3.2.2. (B (BI can upload files using an application compliant to RFC1867 (Bwhen accessing directly to Tomcat on 8080. (BBut with mod_jk2 on apache2.0, that fails without an error. (B (BCould

RE: Problems using an org.apache.catalina.util class in Tomcat

2003-12-18 Thread monicaf
Hi! After a bit more investigation, I discover that there is an equivalent class in the common package. So that should make it. Thansk and sorry for the hassle. Monica Hi! Howdy, You didn't include the root cause portion of your stack trace: the part you included doesn't help. Uhmm...

Re: UserDatabaseRealm 5.0.16 - immediately available for use by the Realm??

2003-12-18 Thread Ron Andersen
After thinking about it, it probably means a user will be immediatley available if you/developer use the correct Tomcat API, similar to what the admin console uses.You do not have to restart the server. Kwok Peng Tuck [EMAIL PROTECTED] wrote:I think that is refering to a RDBMS realm. Last time

RE: Tomcat (embedded in JBoss) hangs during startup of SSL connector

2003-12-18 Thread Nicolai Bieber
Hi, solved the problem on my own. It was the linux implementation of Securenumber class that froze the whole tomcat. Adding -Djava.security.egd=urandom to the start command solved the problem. Nicolai -Ursprüngliche Nachricht- Von: Nicolai Bieber [mailto:[EMAIL PROTECTED] Gesendet:

Re: Unexpected Redirect to https

2003-12-18 Thread Adam Hardy
On 12/18/2003 12:20 PMnbsp;Alan Halley wrote: Hi, I'm using Tomcat 4.1.29 on XP Home. I trying to configure Form based authentication with a DataSource based Realm. I've followed the server and web.xml given in the examples supplied with Tomcat. When I try to access my protected index.jsp

Re: Apache SSL again... those variables are getting me mad!

2003-12-18 Thread Mark W. Webb
what is null? the certs object ? Why do you have the following 2 lines... X509Certificate [] certs = (X509Certificate [])request.getAttribute(javax.servlet.request.X509Certificate); X509Certificate [] certs = (X509Certificate [])request.getAttribute(org.apache.coyote.request.X509Certificate);

RE: include/WAR

2003-12-18 Thread Shapira, Yoav
Howdy, One thing I would, try, then is to have a packed WAR without a corresponding Context entry in server.xml. Just the default settings, and let tomcat handle it. Yoav Shapira Millennium ChemInformatics -Original Message- From: Robert L. Brueckmann [mailto:[EMAIL PROTECTED] Sent:

Re: Convert Text to Image [OT]

2003-12-18 Thread Christopher Schultz
Andoni, Does anyone know of a tool for Converting Text to images so that I can still have image buttons on my site while having it localised? PS: I have taken a look at AcmeGif I am looking to see if there is something better though. Or tutorial help on AcmeGif. Back when I was working for a

RE: global.asa - Web.xml

2003-12-18 Thread GuptaD
Hi Ben, I'm really new to Tomcat/Jsp. Would you be able to send me a sample web.xml as what should I include if i want to use it from my Jsp. That would be a great help.. Thanks in advance, Regards, Divya -Original Message- From: Ben Souther [mailto:[EMAIL PROTECTED] Sent: 15

Re: Apache SSL again... those variables are getting me mad!

2003-12-18 Thread Federico Fernandez Cruz
That's was an example. I allways get NULL for all calls regarding SSL, even with String cipher = (String)request.getAttribute(javax.servlet.request.cipher_suite); or the key size example. I know that code won't compile... My intention was pointing you to the real problem... I can't access

Re: How can I compile Mod_jdk2 ?

2003-12-18 Thread Christopher Schultz
William, I trying to compile the mod_jdk from the source version jakarta-tomcat-connectors-jk2-2.0.2 but everytime an error happens. Please provide more information. The error message itself, perhaps. Does anybody know a place where I can get a binary for linux, to connect my apache 2.0.48 and

Re: mod_jk only usable from localhost

2003-12-18 Thread Jerry Ford
Jeremy: I just solved the exact same problem on my setup (Apache 1.3.27 - Tomcat 4.1.27 via mod_jk). In my case, it was because I had enclosed the Tomcat config statements in httpd.conf in a virtual host block. I forget why I had done that, but I had asked a lot of questions on this forum

Mime type for authorware content

2003-12-18 Thread Sarel Bester
Hi all I have 2 Tomcat servers - v3.3 and v4.1.27 - (on Windows and IIS) which host a webapp that plays Macromedia Authorware content. The content doesn't play through Tomcat. I suspect it is because of MIME type that is not defined. I searched through mailing list AND archives and can't find

Re: How can I compile Mod_jdk2 ?

2003-12-18 Thread William Marques
Ok, Il try to give some more details... I use the jakarta-tomcat-connectors-jk2-2.0.2-src and try this: ./configure --with-apxs2=/usr/local/apache2/bin/apxs \ --with-apache2=/usr/local/apache2\ --with-apach2-include=/usr/local/apache2/include\ --with-apache2-lib=/usr/local/apache2/lib \ then in

beanutils.BeanComparator

2003-12-18 Thread Søren Blidorf
Hi. I am using the org.apache.commons.beanutils.BeanComparator; I am doing the following: Collections.sort(people, new BeanComparator(lastname)); How can I sort by lastname and then by firstname? If I do this: Collections.sort(people, new BeanComparator(lastname)); Collections.sort(people,

Re: beanutils.BeanComparator

2003-12-18 Thread Tim Funk
Try asking the commons-user list. This is the tomcat list. -Tim Søren Blidorf wrote: Hi. I am using the org.apache.commons.beanutils.BeanComparator; I am doing the following: Collections.sort(people, new BeanComparator(lastname)); How can I sort by lastname and then by firstname? If I do

RE: Tomcat and Log4J

2003-12-18 Thread Andy Eastham
Kent, A gothcha to be aware of: if you put log4j.jar in common/lib, all webapps will share the same log4j configuration. This causes a race at server startup - the last one to initialize log4j wins, ie gets it's own settings. Everything else then logs into the same file. This is a symptom of

RE: Loadbalancing with mod_jk2

2003-12-18 Thread Scott, Sean
Try this. -sean [lb:cluster] debug=0 disabled=0 [ajp13:localhost:8009] group=cluster [ajp13:localhost:8010] group=cluster [uri:/foobar/*] group=cluster -Original Message- From: Johann Uhrmann [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 17, 2003 9:33 AM To: Tomcat Users

Unable to initialize TldLocationsCache: XML parsing error on file /WEB-INF/web.xml

2003-12-18 Thread myra_ellen
I am trying to setup Tomcat 5 to use a Struts 1.1 application. I keep receiving the following error when trying to acces a struts page. The strange part is that the description of the error changes periodically to different files. A maority of the time it complains about WEB-INF/web.xml, but has

RE: How can I compile Mod_jdk2 ?

2003-12-18 Thread Greg . Cope
I'd stick a space between the apache2 and the '\' Does live there and work? Greg -Original Message- From: William Marques [mailto:[EMAIL PROTECTED] Sent: 18 December 2003 16:43 To: Tomcat Users List Subject: Re: How can I compile Mod_jdk2 ? Ok, Il try to give some more

RE: How can I compile Mod_jdk2 ?

2003-12-18 Thread William Marques
the \ it's to indicate that all comands is in the same line with one space between the arguments, but thank's at all... Em Qui, 2003-12-18 s 14:48, [EMAIL PROTECTED] escreveu: I'd stick a space between the apache2 and the '\' Does live there and work? Greg -Original Message-

Re: Convert Text to Image [OT]

2003-12-18 Thread Sean Utt
Use JMagick in a servlet, or use php with freetype and libgd. Make a template button, then add text on the fly. Sean Web Solutions That Work Developing custom web solutions designed specifically to accomplish the unique objectives of our clients. Phone 503-639-2727 Fax 503-639-0807 -

Apache + Tomcat

2003-12-18 Thread Walter do Valle
Is there anyone in the list using sucessfully Apache 2.0.40 or greater and Tomcat 5.0.16 with mod_jk2 v 2.0.2 connector in a linux box? Is so, then what's the secret to compile a functional version of mod_jk2? I downloaded the sources and compiled them. When I try to use the generated files

RE: Apache + Tomcat

2003-12-18 Thread Asif Chowdhary
To compile mod_jk2 on linux you require: Apache Portable Runtime (APR) apr-0.9.4.tar.gzhttp://apr.apache.org/ Apache Portable Runtime Utility (APR) apr-util-0.9.4.tar.gz http://apr.apache.org/ During the build process if you see the error shown in Table 2?5: Table 2?5:make Error

Re: Unexpected Redirect to https

2003-12-18 Thread Alan Halley
- Original Message - From: Adam Hardy [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, December 18, 2003 3:26 PM Subject: Re: Unexpected Redirect to https Hi Thanks for responding. The security-constraints are security-constraint display-nameExample Security

This works...

2003-12-18 Thread William Marques
My frien Nuno Faria tell me that: ./buildconf.sh ./configure --with-apxs2=/usr/local/apache2/bin/apxs make And it works!!! Thanks everybody for the help!! Now I'll try to put Apche Working together Tomcat - To

Re: Apache + Tomcat

2003-12-18 Thread Walter do Valle
I have this [EMAIL PROTECTED] apache2]# ls -l /usr/lib/libapr* -rw-r--r--1 root root 169320 Jan 25 2003 /usr/lib/libapr-0.a -rw-r--r--1 root root 707 Jan 25 2003 /usr/lib/libapr-0.la - lrwxrwxrwx1 root root 26 Dec 18 14:16 /usr/lib/libapr-0.so -

JK2 launching Tomcat

2003-12-18 Thread Sebastian Ryszard Kruk
Hi, has any one managed to make jk2 launche Tomcat5.0 from within Apache2 on Linux Box with J2SDK1.4.2 ?? Normal Apache via jk2 tomcat connection works fine. Thanks skruk - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Apache SSL again... those variables are getting me mad!

2003-12-18 Thread Mark W. Webb
Does the following return null? If so, your ssl.conf may be messed up. Is the servlet that executes this code running over SSL? java.security.cert.X509Certificate[] certs = (java.security.cert.X509Certificate[])req.getAttribute(javax.servlet.request.X509Certificate) Federico Fernandez Cruz

Deployment with Symbolic Links

2003-12-18 Thread Robert D. Abernethy IV
I'm looking for some kind of best practice guidelines. Here's the situation. I'm developing a web application locally and deploying it to a remote server using ant. I am currently packaging up the web app into a WAR file and using the tomcat manager ant tasks to install the web app from the WAR

mod_jk + Apache 1.3 Tomcat 4.1.29 on OSX (Panther)

2003-12-18 Thread Michael Griffith
Is there something special about how to get mod_jk + Apache 1.3/Tomcat 4.1.29 working together on OSX? I was able to successfully configure my Win32 box using these components, but on the OSX platform I get the following Errors: On the page: Forbidden You don't have permission to access

Re: Apache + Tomcat

2003-12-18 Thread Walter do Valle
I downloaded, compiled and intalled apr from apache. The error persists. - Original Message - From: Asif Chowdhary To: Tomcat Users List ; Walter do Valle Sent: Thursday, December 18, 2003 2:48 PM Subject: RE: Apache + Tomcat To compile mod_jk2 on linux you require:

RE: 5.0.16 sample deploys!, one recommendation and one question

2003-12-18 Thread Ray Tayek
At 09:12 AM 12/18/03 -0500, you wrote: Howdy, the question is: is there a way to navigate to the servlet without using the servlet mapping. ... Yes, comment in the invoker servlet-mapping in $CATALINA_HOME/conf/web.xml. It's in the Tomcat FAQ. got it! thanks --- ray tayek http://tayek.com/

tomcat 4.1 on JDK1.4

2003-12-18 Thread Kal Govindu
Hi all, I am moving from JDK1.3.1 to JDK1.4 on my Unix AIX machine. I am having problems start tomcat 4.1 which used to work fine on JDK1.3.1. I get this exception java.lang.reflect.InvocationTargetException and further down I see java.lang.NullPointerException at

RE: Deployment with Symbolic Links

2003-12-18 Thread Shapira, Yoav
Howdy, Is using a WAR file the best way to deploy a web app to a remote server? Yes. Is there a better way to reload the web app other than to remove and reinstall it? You can use the Tomcat Manager's webapp deploy/reload mechanisms, either graphically in the browser or via Ant. Is there a

RE: tomcat 4.1 on JDK1.4

2003-12-18 Thread Shapira, Yoav
Howdy, What version of tomcat 4.1? Not an -LE edition? Yoav Shapira Millennium ChemInformatics -Original Message- From: Kal Govindu [mailto:[EMAIL PROTECTED] Sent: Thursday, December 18, 2003 3:36 PM To: Tomcat Users List (E-mail) Subject: tomcat 4.1 on JDK1.4 Hi all, I am moving

RE: tomcat 4.1 on JDK1.4

2003-12-18 Thread Howard Jim
I had a similar problem, and although I don't feel that I figured it out completely, perhaps I can point you in the right direction. It has to do with the classloader, and different bundled functions in 1.4.x vs 1.3. I would look in you lib directories in either your app, or in a combination

RE: tomcat 4.1 on JDK1.4

2003-12-18 Thread Kal Govindu
Version 4.1.12 Kal -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Thursday, December 18, 2003 3:42 PM To: Tomcat Users List Subject: RE: tomcat 4.1 on JDK1.4 Howdy, What version of tomcat 4.1? Not an -LE edition? Yoav Shapira Millennium ChemInformatics

RE: Deployment with Symbolic Links

2003-12-18 Thread Robert D. Abernethy IV
Yes, I'm serving images directly out of this directory. Web app: /path/to/tomcat/webapps/foo Context: /foo Images: /path/to/apache/images index.jsp contains an image link - src=images/foo.jpg Rob Abernethy Dynamic Edge, Inc. -Original Message- From: Shapira, Yoav [mailto:[EMAIL

RE: Deployment with Symbolic Links

2003-12-18 Thread Shapira, Yoav
Howdy, Yes, I'm serving images directly out of this directory. Then I would reduce your options to 2: - Have Apache serve the images, not tomcat, i.e. have the img src point to the Apache server. - Have Tomcat serve the images by including a copy of the images in your WAR file. Symbolic links

Unable to connect socket

2003-12-18 Thread Shaju Joseph
I have a web application which is connecting to another server. While running this under tomcat 4.1.29 on HP-UX, I am not able to open a socket. I have included SocketPermission for all IPs and Ports. I am running with -security option. I can see the following in the Catalina.out log file.

Illegal State Exception while redirecting

2003-12-18 Thread Kumar, Sumit
Hello, I am including a jsp header in every jsp page as follows: jsp:include page=ConnInclude_Authenticate.jsp flush=true / In this header, I call a class that checks if the valid user objects exists in session. Otherwise the class returns authentication as false. If the user object donot exist

RE: Quick questions about Connector connectionTimeout

2003-12-18 Thread Howard Jim
Does anyone have any insight on this? Any help at all would be much appreciated. Thank you. Jim -Original Message- From: Howard Jim Sent: Thursday, December 18, 2003 8:48 AM To: [EMAIL PROTECTED] Subject: Quick questions about Connector connectionTimeout My current config looks

Importing the Certificate?

2003-12-18 Thread Anibal Constante Brito
Hello: A read thisin ssl=howto: Import the Chain Certificate into you keystore keytool -import -alias root -keystore your_keystore_filename \ -trustcacerts -file filename_of_the_chain_certificate And finally import your new

RE: Importing the Certificate?

2003-12-18 Thread Hart, Justin
Go to verisign, there is a chain certificate somewhere on the site (I do not remember where). Justin -Original Message- From: Anibal Constante Brito [mailto:[EMAIL PROTECTED] Sent: Thursday, December 18, 2003 5:37 PM To: Tomcat UserList Subject: Importing the Certificate? Hello: A

Re: jsp.error.attribute.unterminated -- WTF?

2003-12-18 Thread Josh G
At 12:40 AM 19/12/2003, you wrote: in the image: / tag that your using you have to make sure that its descriptor in the tld has rtexprvalue equal to true. for example: attribute namerowsPerPage/name rtexprvaluetrue/rtexprvalue

Way to get Reference to Servlet from Filter?

2003-12-18 Thread Seth Ladd
Hello, I don't think this is possible, but I'm giving it a shot anyway. :) I'd like to get ahold of a servlet reference from within a filter. Is there a way? I have a filter that creates objects and places them within the request scope, but it does it differently for each end-result servlet.

Re: setting opts to avoid OutOfMemory errors

2003-12-18 Thread David Strupl
Hi, David Rees wrote: All increasing the -Xmx256M setting will do is delay the onset of the OOM condition, it won't fix it. If you compile a lot of JSPs, make sure that in the container's web.xml you set the fork attribute of the JspServlet to true or use jikes, otherwise that will leak

rtexprvalue ignored?

2003-12-18 Thread Josh G
Hi All, I've tracked down my problem, and despite tomcat's bogus error reporting the problem is this code: image:local file=%= tmp %_off.gif / Which should work as far as I can tell, since I have rtexprvalue set to true in the .tld file. Is this just being ignored for some reason? Also, is it

Re: rtexprvalue ignored?

2003-12-18 Thread David Evans
This is what i was telling you before, the attribute has to be either a expression or a constant, not both. so add the _off.gif part to the tmp variable before you put it in the tags attribute. like this: % String temp = sectionNames[i] + _off.gif; % image:local file=%= temp % / thats what i've

Re: rtexprvalue ignored? - fixed

2003-12-18 Thread Josh G
At 11:47 AM 19/12/2003, you wrote: This is what i was telling you before, the attribute has to be either a expression or a constant, not both. so add the _off.gif part to the tmp variable before you put it in the tags attribute. like this: % String temp = sectionNames[i] + _off.gif; % image:local

Re: rtexprvalue ignored? - fixed

2003-12-18 Thread David Evans
On Thu, 2003-12-18 at 20:53, Josh G wrote: At 11:47 AM 19/12/2003, you wrote: This is what i was telling you before, the attribute has to be either a expression or a constant, not both. so add the _off.gif part to the tmp variable before you put it in the tags attribute. like this: %

RE: How can I compile Mod_jdk2 ?

2003-12-18 Thread Greg . Cope
I know that ;-) Just wondered if it might make a difference to your shell. Does apxs work on its own and is it there? Greg -Original Message- From: William Marques [mailto:[EMAIL PROTECTED] Sent: 18 December 2003 17:35 To: Tomcat Users List Subject: RE: How can I compile Mod_jdk2

Re: Quick questions about Connector connectionTimeout

2003-12-18 Thread Bill Barker
The reason to have the connectionTimeout is to free up the thread to process other requests, instead of blocking to see if the client is going to request anything else. The default value is reasonable to serve up the page + images etc. in one TCP connection. If you have a very high-traffic site,

Fedora (RedHat) Linux and gcj

2003-12-18 Thread Oscar Carrillo
I saw this in Fedora 2 release schedule. We have set a very aggressive schedule for Fedora Core 2. Red Hat considers two items absolutely stop-ship -- that is, we will slip the release if necessary to include them. These two items are the 2.6 Linux

EJB Compliance

2003-12-18 Thread Tony Colson
This might be a re-post...sorry if it is... Is Tomcat 4.1 (or even 5.0) EJB Compliant? If so, is it compliant with the EJB 1.1 or 2.0 specification? I can't seem to find appropriate documentation. Also, in the Tomcat docs under the Context element, it doesn't even mention the Ejb element,

  1   2   >