[jasper] compiling jsp in an osgi context

2005-09-05 Thread Gilles Dodinet
hi- resending a mail i inadvertently sent to commons-user.. i'm trying to execute jsp in an osgi context with no luck as of today. i've embedded jetty as an osgi bundle and registered a BundleListener which registers installed bundles as webapp if they contain a web descriptor file. so far

SAX warnings when compiling JSPs using Taglibs - 5.0.30

2005-08-11 Thread Jean-Francois Beaulac
Hi, I don't know when this started to happen but suddenly those warning messages started to show up every time a JSP page is compiled. Has anyone got these message before, if yes how do we get rid of these? ParserUtils: warning org.xml.sax.SAXParseException: URI was not reported to parser for

ClassCastException When Compiling JSP

2005-07-30 Thread Nick Heudecker
Hi, Tomcat is unable to compile any of the JSPs in my application (Struts 1.2.7, JDK 5, Tomcat 5.5.9) because of a ClassCastException when loading up of the Struts TLDs. I'm posting the problem here because the application works fine using Resin. There are two stack traces. The one that

compiling

2005-07-24 Thread ganesan malairaja
if i add new jsp file to the a folder in webapps will it be compiled when i access it or i must compile it before accessing it .. thankx - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Issue compiling mod_jk 1.2.10 on AIX

2005-07-13 Thread Ben Ricker
After 800 tries at getting APache compiled with the AIX C compiler xlc_r, I now need to compile mod_k. I downloaded the sources for connector 1.2.10. I am trying to compile it on AIX 5L with uname -a AIX hostname 2 5 00C04A2E4C00. I am using AIX's cc_r compiler per instructions from

RE: Problem compiling JSPs with Tomcat as Windows Service

2005-07-04 Thread Peter Crowther
From: Trevor Quinn [mailto:[EMAIL PROTECTED] When I deploy a web application to a Windows 2K server running Tomcat 5.0.28 and JDK 1.5, I see Unable to compile JSP errors on every JSP page, but only when Tomcat is running as a Windows service. When I run Tomcat from the console window,

Problem compiling JSPs with Tomcat as Windows Service

2005-07-01 Thread Trevor Quinn
Hi, When I deploy a web application to a Windows 2K server running Tomcat 5.0.28 and JDK 1.5, I see Unable to compile JSP errors on every JSP page, but only when Tomcat is running as a Windows service. When I run Tomcat from the console window, all pages compile and display correctly. I had

Re: Problem compiling JSPs with Tomcat as Windows Service

2005-07-01 Thread Markus Schönhaber
Am Freitag, 1. Juli 2005 22:30 schrieb Trevor Quinn: When I deploy a web application to a Windows 2K server running Tomcat 5.0.28 and JDK 1.5, I see Unable to compile JSP errors on every JSP page, but only when Tomcat is running as a Windows service. When I run Tomcat from the console window,

howto on compiling mod_jk2 for windows

2005-06-26 Thread Mark
Can someone point me to a site that will describe how to compile mod_jk2 for windows? thank you. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: howto on compiling mod_jk2 for windows

2005-06-26 Thread Alan Chandler
On Sunday 26 June 2005 14:53, Mark wrote: Can someone point me to a site that will describe how to compile mod_jk2 for windows? Are you aware that mod_jk2 is depreciated in favour of an updated mod_jk. Binaries of mod_jk are available on the jakata.apache.org web site. -- Alan Chandler

Re: howto on compiling mod_jk2 for windows

2005-06-26 Thread Mark
yeah, I knew it was deprecated. I have had more experience with mod_jk2 and keep using it. I will take a look at the mod_jk stuff. I was not aware of the mod_jk updates. ...thanks. On 6/26/05, Alan Chandler [EMAIL PROTECTED] wrote: On Sunday 26 June 2005 14:53, Mark wrote: Can someone

JSP pages stopped compiling when upgrading to 4.1

2005-06-23 Thread Ayyanar Inbamohan
I'm migrating pages that worked in 3.xxx Tomcat up to Tomcat 4.1. Thestart of the page is like, this: jsp:root xmlns:xtags=http://jakarta.apache.org/taglibs/xtags-1.0;

jspServlet runs out of memory while compiling some jsp files using fork=true

2005-05-27 Thread Vesa Varimo
Hi, I'm having OutOfMemory error while Tomcat tries to compile jsp files. The problem occures few times in day so it's quite hard to repeat. Tomcat is configured to run javac in separate JVM with fork=true option. I tried to give more memory for ant using ANT_OPTS, but it didn't help. I read

AW: jspServlet runs out of memory while compiling some jsp files using fork=true

2005-05-27 Thread Bernhard Slominski
until the page get's displayed. Cheers Bernhard -Ursprüngliche Nachricht- Von: Vesa Varimo [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 27. Mai 2005 12:45 An: tomcat-user@jakarta.apache.org Betreff: jspServlet runs out of memory while compiling some jsp files using fork=true Hi

Re: jspServlet runs out of memory while compiling some jsp files using fork=true

2005-05-27 Thread Vesa Varimo
-user@jakarta.apache.org Sent: Friday, May 27, 2005 3:25 PM Subject: AW: jspServlet runs out of memory while compiling some jsp files using fork=true Hi, I would suggest that you do a precompilation of your jsps on a deployment machine which is separate from the live machine. So your

RE: jspServlet runs out of memory while compiling some jsp files using fork=true

2005-05-27 Thread Steve Kirk
: Friday 27 May 2005 13:34 To: Tomcat Users List Subject: Re: jspServlet runs out of memory while compiling some jsp files using fork=true Yes, that would be one solution, but not suitable for our case because our webmasters are constantly updating jsp pages on our production servers

Re: jspServlet runs out of memory while compiling some jsp files using fork=true

2005-05-27 Thread Vesa Varimo
. Thx, Vesa - Original Message - From: Steve Kirk [EMAIL PROTECTED] To: 'Tomcat Users List' tomcat-user@jakarta.apache.org Sent: Friday, May 27, 2005 3:32 PM Subject: RE: jspServlet runs out of memory while compiling some jsp files using fork=true Is the problem caused because you

AW: jspServlet runs out of memory while compiling some jsp files using fork=true

2005-05-27 Thread Bernhard Slominski
simple, stable and secure. Nobody want's to go back to the old copy solution. Cheers Bernhard -Ursprüngliche Nachricht- Von: Vesa Varimo [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 27. Mai 2005 14:59 An: Tomcat Users List Betreff: Re: jspServlet runs out of memory while compiling some

Re: jspServlet runs out of memory while compiling some jsp files using fork=true

2005-05-27 Thread Vesa Varimo
' tomcat-user@jakarta.apache.org Sent: Friday, May 27, 2005 4:02 PM Subject: AW: jspServlet runs out of memory while compiling some jsp files using fork=true Hi, I think it happens randomly because it depends on the actual load on the server. Where there is not much traffic it's OK

RE: jspServlet runs out of memory while compiling some jsp files using fork=true

2005-05-27 Thread Steve Kirk
is struggling!! If you do mean DB rows rather than lines of code, I still don't see a particular reason why compiling the JSPs should present such a heavy load if, as you say, you are only changing a few at a time. It sounds more likely to me that it is the processing of the request by the JSPs

AW: jspServlet runs out of memory while compiling some jsp files using fork=true

2005-05-27 Thread Bernhard Slominski
[!-- precompile include --]]/replacetoken /replace /target -Ursprüngliche Nachricht- Von: Vesa Varimo [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 27. Mai 2005 15:16 An: Tomcat Users List Betreff: Re: jspServlet runs out of memory while compiling some jsp files using

Re: jspServlet runs out of memory while compiling some jsp files using fork=true

2005-05-27 Thread Vesa Varimo
run in separete process with fork option set to true. Vesa - Original Message - From: Steve Kirk [EMAIL PROTECTED] To: 'Tomcat Users List' tomcat-user@jakarta.apache.org Sent: Friday, May 27, 2005 4:21 PM Subject: RE: jspServlet runs out of memory while compiling some jsp files using

Compiling JSP files

2005-05-24 Thread Charles P. Killmer
I am having a problem where one of my jsp files won't compile. Tomcat successfully creates the java file but it never creates the class file and hence never responds to the request for the page. I am looking for what needs to be in the command line in order to manually compile the java file

Re: Compiling JSP files

2005-05-24 Thread Marco Pöhler
You have to add jsp-api.jar to the classpath. hth Marco --- http://www.kontaktlinsen-preisvergleich.de http://www.faq-kontaktlinsen.de Am Dienstag, den 24.05.2005, 08:46 -0500 schrieb Charles P. Killmer: I am having a problem where one of my jsp files won't compile. Tomcat successfully

RE: Compiling JSP files

2005-05-24 Thread Charles P. Killmer
including servlet.jar. Charles -Original Message- From: Marco Pöhler [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 24, 2005 8:51 AM To: tomcat-user@jakarta.apache.org Subject: Re: Compiling JSP files You have to add jsp-api.jar to the classpath. hth Marco --- http://www.kontaktlinsen

AW: Compiling JSP files

2005-05-24 Thread Bernhard Slominski
An: Tomcat Users List Betreff: Compiling JSP files I am having a problem where one of my jsp files won't compile. Tomcat successfully creates the java file but it never creates the class file and hence never responds to the request for the page. I am looking for what needs

RE: Compiling JSP files

2005-05-24 Thread Charles P. Killmer
I just need a way to quickly determine why this script times out without compiling. I have two scripts that create an admin interface to two different tables. The only difference in the files is the underlying table structure. One works. Even if I delete the _jsp.java and class files before

RE: Compiling JSP files

2005-05-24 Thread Steve Kirk
[mailto:[EMAIL PROTECTED] Sent: Tuesday 24 May 2005 16:39 To: Tomcat Users List Subject: RE: Compiling JSP files I just need a way to quickly determine why this script times out without compiling. I have two scripts that create an admin interface to two different tables. The only

Re: Compiling JSP files

2005-05-24 Thread Mark Leone
(); ^ What jar file is javax.servlet.http in? I am already including servlet.jar. Charles -Original Message- From: Marco Pöhler [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 24, 2005 8:51 AM To: tomcat-user@jakarta.apache.org Subject: Re: Compiling JSP files You have to add jsp

Compiling JK under Solaris

2005-04-01 Thread Steven Pannell
Hi, Has anyone ever managed to get the JK sources to compile with Solaris 7?? I have tried many times using every version from 1.2.5 - 1.2.10 any always get compile errors of one sort or another. Just like to know if anyone ever managed this awful task?? cheers, steve.

RE: Compiling JK under Solaris

2005-04-01 Thread Faine, Mark
I've compiled it for Solaris 8. You could try mine if you think it might work. -Mark -Original Message- From: Steven Pannell [mailto:[EMAIL PROTECTED] Sent: Friday, April 01, 2005 4:24 AM To: 'Tomcat Users List' Subject: Compiling JK under Solaris Hi, Has anyone ever managed to get

Compiling JSP with Remedy Java api

2005-03-07 Thread Luis Mandel
Hi! I have installed Tomcat 5.5.7 and java 1.5. It works perfectly. I would like to compile some JSP pajes using the Remedy Java API (arapi51.jar). I don't know where I have to put the jar files from this API. I've put them here: D:\Program Files\Apache Software Foundation\Tomcat

RE: Compiling JSP with Remedy Java api

2005-03-07 Thread Subir Sengupta
be found in linux/api/lib if you unzip the Remedy zip file. hth, Subir -Original Message- From: Luis Mandel [mailto:[EMAIL PROTECTED] Sent: Monday, March 07, 2005 6:16 AM To: tomcat-user@jakarta.apache.org Subject: Compiling JSP with Remedy Java api Hi! I have installed Tomcat 5.5.7

Some trouble compiling mod_jk (solved, actually)

2005-03-02 Thread David Tonhofer, m-plify S.A.
Hi, I have managed to compile the mod_jk shared object that comes with jakarta-tomcat-5.5.7-src.tar.gz. That could have been easier! Here's a problem I encountered on Red Hat ES 4, just wanted to share. If anyone thinks this belongs into bugzilla, I will gladly add it. Running ant native yields a

compiling jsvc

2005-02-17 Thread Behrang Saeedzadeh
Hi I've just installed Tomcat 5.5.7 on my Ubuntu Linux system. I wanted to run it as a daemon so I went for compiling jsvc. I've installed gcc and GNU Ansi C compiler on my system. But when I execute the configure script I get the following errors: checking build system type... i686-pc-linux

OT Re: compiling jsvc

2005-02-17 Thread Parsons Technical Services
Try adding a symbolic link to the gcc compiler in your /usr/bin directory. Doug - Original Message - From: Behrang Saeedzadeh [EMAIL PROTECTED] To: tomcat-user@jakarta.apache.org Sent: Thursday, February 17, 2005 6:06 PM Subject: compiling jsvc Hi I've just installed Tomcat 5.5.7 on my

Re: Several configuration issues with Tomcat 5.5.7/Apache2 compiling JSPs - Fixed

2005-02-16 Thread David Smith
-INF directory in /classes /lib etc.), as well as some common classes/jars which have been copied into the /tomcat/common/ directory tree. Should I be using the /tomcat/shared/ tree? This does not seem to matter as jasper will consistently throw me errors from compiling the JSPs. Here

Several configuration issues with Tomcat 5.5.7/Apache2 compiling JSPs

2005-02-15 Thread Sam Halicke
as jasper will consistently throw me errors from compiling the JSPs. Here is the root cause of one such error: HTTP 500 - Internal Server Error ROOT CAUSE java.lang.NullPointerException biz.shipflex.Configuration.getConfiguration(Configuration.java:51

Re: Several configuration issues with Tomcat 5.5.7/Apache2 compiling JSPs

2005-02-15 Thread sven morales
directory in /classes /lib etc.), as well as some common classes/jars which have been copied into the /tomcat/common/ directory tree. Should I be using the /tomcat/shared/ tree? This does not seem to matter as jasper will consistently throw me errors from compiling the JSPs. Here is the root

RE: Several configuration issues with Tomcat 5.5.7/Apache2 compiling JSPs

2005-02-15 Thread Sam Halicke
at the beginning, could the path of that itself be a problem? -Original Message- From: sven morales [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 15, 2005 12:26 PM To: Tomcat Users List Subject: Re: Several configuration issues with Tomcat 5.5.7/Apache2 compiling JSPs Hi, One

Re: Several configuration issues with Tomcat 5.5.7/Apache2 compiling JSPs

2005-02-15 Thread David Smith
/ directory tree. Should I be using the /tomcat/shared/ tree? This does not seem to matter as jasper will consistently throw me errors from compiling the JSPs. Here is the root cause of one such error: HTTP 500 - Internal Server Error ROOT CAUSE java.lang.NullPointerException

RE: Several configuration issues with Tomcat 5.5.7/Apache2 compiling JSPs

2005-02-15 Thread Caldarale, Charles R
From: Sam Halicke [mailto:[EMAIL PROTECTED] Subject: RE: Several configuration issues with Tomcat 5.5.7/Apache2 compiling JSPs Again, putting support classes for jsp in a package is rather cryptic. The term package in this instance refers to the Java language package statement, which

RE: Several configuration issues with Tomcat 5.5.7/Apache2 compiling JSPs - Fixed

2005-02-15 Thread Sam Halicke
will consistently throw me errors from compiling the JSPs. Here is the root cause of one such error: HTTP 500 - Internal Server Error ROOT CAUSE java.lang.NullPointerException biz.shipflex.Configuration.getConfiguration(Configuration.java:51) org.apache.jsp.ShipFlex.Website.MainPage_jsp

compiling and deployment in tomcat

2005-02-02 Thread Julio Macedo
Hi, I've just installed Tomcat 5.5 and I have two main doubts and I hope someone may help me. 1. Do I really have to compile a servlet manually using javac (or using another tool) or may I save it in a specific folder so Tomcat compiles it to me? 2. Do I really have to register my

Re: compiling and deployment in tomcat

2005-02-02 Thread Ben Souther
On Wed, 2005-02-02 at 17:34, Julio Macedo wrote: Hi, I've just installed Tomcat 5.5 and I have two main doubts and I hope someone may help me. 1. Do I really have to compile a servlet manually using javac (or using another tool) or may I save it in a specific folder so Tomcat

Re: compiling and deployment in tomcat

2005-02-02 Thread Mark Thomas
Julio Macedo wrote: 1. Do I really have to compile a servlet manually using javac (or using another tool) or may I save it in a specific folder so Tomcat compiles it to me? You have to do this, Tomcat won't do it for you. 2. Do I really have to register my servlets in web.xml file or this process

Re: compiling and deployment in tomcat

2005-02-02 Thread Mario Winterer
Hi, it is not possible to make Tomcat automatically compile and deploy your servlets. Usually this is not necessary. If you use a good IDE, it is no great effort to compile your servlets. Deployment could be done by using an Ant script - just copy the servlet-binaries in the correct directory

RE: compiling and deployment in tomcat

2005-02-02 Thread Subir Sengupta
[mailto:[EMAIL PROTECTED] Sent: Wednesday, February 02, 2005 2:34 PM To: tomcat-user@jakarta.apache.org Subject: compiling and deployment in tomcat Hi, I've just installed Tomcat 5.5 and I have two main doubts and I hope someone may help me. 1. Do I really have to compile a servlet manually

compiling mod_jk 1.2.8 from source on Win32

2005-01-31 Thread Charles Baker
\native\common\jk_globa l.h(172) : Could not find the file util_ebcdic.h. Compiling... Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8804 for 80x86 Copyright (C) Microsoft Corp 1984-1998. All rights reserved. cl /ML /FoRelease/ C:\sandbox\jakarta-tomcat-connectors-1.2.8-src\jk\native

Re: Re: Out of Memory when compiling JSP (Struts app on Tomcat 4.1.27)

2005-01-08 Thread Ryan Stewart
that's how it's implemented. -Original Message- From: David Johnson[EMAIL PROTECTED] To: Tomcat Users Listtomcat-user@jakarta.apache.org Date: Thu Jan 06 07:40:27 PST 2005 Subject: Re: Out of Memory when compiling JSP (Struts app on Tomcat 4.1.27) Cool. Thanks the question is how do I

Out of Memory when compiling JSP (Struts app on Tomcat 4.1.27)

2005-01-06 Thread chachany
at the memory usage of Tomcat.exe, the most memory it has used is 110,000 there seems to be no pattern to the memory errors (as usual) and it happens a lot when compiling JSP files. The system memory seems high, but not horribly so. I see the following in Task Manager MEM Usage = 885,000 (varies

RE: Out of Memory when compiling JSP (Struts app on Tomcat 4.1.27)

2005-01-06 Thread Allistair Crossley
is tomcat restarting the web application when you compile these jsps? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 06 January 2005 14:25 To: tomcat-user@jakarta.apache.org Subject: Out of Memory when compiling JSP (Struts app on Tomcat 4.1.27) Hi

RE: Out of Memory when compiling JSP (Struts app on Tomcat 4.1.27)

2005-01-06 Thread SANTOS, DANIEL \(SBCSI\)
or 1.3 and up). But the -Xverbosegc works all the way back to 1.1 if I'm correct. Daniel -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, January 06, 2005 8:25 AM To: tomcat-user@jakarta.apache.org Subject: Out of Memory when compiling JSP (Struts app

RE: Out of Memory when compiling JSP (Struts app on Tomcat 4.1.27)

2005-01-06 Thread Dale, Matt
: RE: Out of Memory when compiling JSP (Struts app on Tomcat 4.1.27) Chachany, It sounds like it's using the default of -Xmx64m. Probably the best way to troubleshoot out or memory errors is to see what is really happening with garbage collecting, the same way that you tune it. If you can add

Re: Out of Memory when compiling JSP (Struts app on Tomcat 4.1.27)

2005-01-06 Thread David Johnson
with -XX:MaxPermSize=128M -Original Message- From: SANTOS, DANIEL (SBCSI) [mailto:[EMAIL PROTECTED] Sent: 06 January 2005 14:57 To: Tomcat Users List; [EMAIL PROTECTED] Subject: RE: Out of Memory when compiling JSP (Struts app on Tomcat 4.1.27) Chachany, It sounds like it's using

RE: Out of Memory when compiling JSP (Struts app on Tomcat 4.1.27)

2005-01-06 Thread Allistair Crossley
of Memory when compiling JSP (Struts app on Tomcat 4.1.27) Cool. Thanks the question is how do I get all of these options working when tomcat runs as a service... On Thu, 6 Jan 2005 15:28:30 -, Dale, Matt [EMAIL PROTECTED] wrote: It could also be that the Permanent Generation

Re: compiling mod_proxy_ajp

2004-12-01 Thread Elihu Smails
when I try to set up balancing, I get the following Apache startup errors: Invalid command 'BalacerMember', perhaps mis-spelled or defined by a module not included in the server configuration Here is the output from apachectl -l core.c mod_log_config.c mod_setenvif.c mod_proxy.c

Re: compiling mod_proxy_ajp

2004-12-01 Thread Filip Hanik - Dev
how about you correct the spelling :) Filip - Original Message - From: Elihu Smails [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, December 01, 2004 2:17 PM Subject: Re: compiling mod_proxy_ajp when I try to set up balancing, I get the following Apache

Re: compiling mod_proxy_ajp

2004-12-01 Thread Elihu Smails
: Wednesday, December 01, 2004 2:17 PM Subject: Re: compiling mod_proxy_ajp when I try to set up balancing, I get the following Apache startup errors: Invalid command 'BalacerMember', perhaps mis-spelled or defined by a module not included in the server configuration Here is the output

Re: compiling mod_proxy_ajp

2004-11-30 Thread Elihu Smails
Well, here is the error that I get... /home/markw/code/apache21/httpd-trunk/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -L/home/markw/openssl/lib -o httpd modules.lo -export-dynamic server/libmain.la modules/aaa/libmod_authn_file.la modules/aaa/libmod_authn_default.la

Re: compiling mod_proxy_ajp

2004-11-30 Thread Mladen Turk
Elihu Smails wrote: Well, here is the error that I get... My configure line is as follows: ./configure --prefix=/opt/apache --with-ssl=/home/markw/openssl --with-mpm=worker --enable-so --enable-proxy-ajp --enable-ssl --disable-cgi --disable-cgid --disable-autoindex --disable-auth --disable-access

Re: compiling mod_proxy_ajp

2004-11-30 Thread Elihu Smails
Thanksthat worked !! You will have to add --enable-proxy to configure. I also suggest that you add --enable-proxy-http and --enable-proxy-balancer too. MT. - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: compiling mod_proxy_ajp

2004-11-30 Thread Remy Maucherat
On Tue, 30 Nov 2004 15:25:43 +0100, Mladen Turk [EMAIL PROTECTED] wrote: Elihu Smails wrote: You will have to add --enable-proxy to configure. I also suggest that you add --enable-proxy-http and --enable-proxy-balancer too. Too many flags ;) Can you lobby to have them enabled by default,

Re: compiling mod_proxy_ajp

2004-11-30 Thread Mladen Turk
Remy Maucherat wrote: On Tue, 30 Nov 2004 15:25:43 +0100, Mladen Turk [EMAIL PROTECTED] wrote: Elihu Smails wrote: You will have to add --enable-proxy to configure. I also suggest that you add --enable-proxy-http and --enable-proxy-balancer too. Too many flags ;) Can you lobby to have them

Re: compiling mod_proxy_ajp

2004-11-30 Thread Mladen Turk
Remy Maucherat wrote: On Tue, 30 Nov 2004 15:25:43 +0100, Mladen Turk [EMAIL PROTECTED] wrote: Elihu Smails wrote: You will have to add --enable-proxy to configure. I also suggest that you add --enable-proxy-http and --enable-proxy-balancer too. Too many flags ;) Actually one only needs to use:

Re: compiling mod_proxy_ajp

2004-11-30 Thread Elihu Smails
2 questions... 1. Is there anything that must be configured in Apache to get Apache to talk to Tomcat? 2. Is mod_proxy_ftp required for mod_proxy_ajp ? Thank you. --- Mladen Turk [EMAIL PROTECTED] wrote: Remy Maucherat wrote: On Tue, 30 Nov 2004 15:25:43 +0100, Mladen Turk [EMAIL

Re: compiling mod_proxy_ajp

2004-11-30 Thread Mladen Turk
Elihu Smails wrote: 2 questions... 1. Is there anything that must be configured in Apache to get Apache to talk to Tomcat? ProxyPass /servlets-examples ajp://localhost:8009/servlets-examples ProxyPassReverse /servlets-examples ajp://localhost:8009/servlets-examples Just like http proxy :). Or..

Re: compiling mod_proxy_ajp

2004-11-30 Thread Remy Maucherat
On Tue, 30 Nov 2004 19:55:21 +0100, Mladen Turk [EMAIL PROTECTED] wrote: Elihu Smails wrote: 2 questions... 1. Is there anything that must be configured in Apache to get Apache to talk to Tomcat? ProxyPass /servlets-examples ajp://localhost:8009/servlets-examples ProxyPassReverse

Re: compiling mod_proxy_ajp

2004-11-30 Thread Mladen Turk
Remy Maucherat wrote: On Tue, 30 Nov 2004 19:55:21 +0100, Mladen Turk [EMAIL PROTECTED] wrote: Elihu Smails wrote: 2 questions... 1. Is there anything that must be configured in Apache to get Apache to talk to Tomcat? ProxyPass /servlets-examples ajp://localhost:8009/servlets-examples

Re: compiling mod_proxy_ajp

2004-11-30 Thread Mladen Turk
Remy Maucherat wrote: Great :) Questions ! :) - Max: Max number of concurrent requests ? - You don't need ProxyPass in this case ? - What are the sticky names which should be used for sessions ? Also: location /balancer-manager SetHandler balancer-manager Order deny,allow Allow from

Re: compiling mod_proxy_ajp

2004-11-30 Thread Elihu Smails
Cool, I don't quite have Apache and Tomcat talking, but I think I am close. My next question. I have Apache communicating with the browser via dual SSL. Now the channel between Apache and Tomcat must be SSL so that Tomcat can get the client cert. What must be done to the mod_proxy_ajp in order

Re: compiling mod_proxy_ajp

2004-11-30 Thread Elihu Smails
got it. I put the proxy directives in the SSL virtual host. --- Elihu Smails [EMAIL PROTECTED] wrote: Cool, I don't quite have Apache and Tomcat talking, but I think I am close. My next question. I have Apache communicating with the browser via dual SSL. Now the channel between Apache

compiling mod_proxy_ajp

2004-11-29 Thread Elihu Smails
OK, now after following the thread this morning concerning mod_jk2, I have decided to give mod_proxy_ajp a try. I have downloaded the connectors source and do not see the mod_proxy_ajp source code there, but do see it in the tomcat 5.5.4 source tarball. I have tried a few different things and

Re: compiling mod_proxy_ajp

2004-11-29 Thread Mladen Turk
Elihu Smails wrote: OK, now after following the thread this morning concerning mod_jk2, I have decided to give mod_proxy_ajp a try. I have downloaded the connectors source and do not see the mod_proxy_ajp source code there, but do see it in the tomcat 5.5.4 source tarball. No you should

Re: compiling mod_proxy_ajp

2004-11-29 Thread Elihu Smails
So as I plow through this process of getting mod_proxy_ajp working with Apache/Tomcat, should I be talking to the Apache developers or the Tomcat developers? --- Mladen Turk [EMAIL PROTECTED] wrote: Elihu Smails wrote: OK, now after following the thread this morning concerning mod_jk2, I

Re: compiling mod_proxy_ajp

2004-11-29 Thread Mladen Turk
Elihu Smails wrote: So as I plow through this process of getting mod_proxy_ajp working with Apache/Tomcat, should I be talking to the Apache developers or the Tomcat developers? Both :). mod_proxy_ajp is just an protocol handler like http or ftp. Integration is another subject, and is more close

Re: Problems compiling mod_jk 1.2.6

2004-11-19 Thread Lars George
Hi Lars, I solved your (my) problem. Just added a #define in_addr_t unsigned long into the jk_connect.h and compiled. Runs smoothly so far. Darn C code ;-) Thanks, Lars PS: me, myself and I Lars George wrote: Hi, We are trying to compile mod_jk 1.2.6 on a Linux system with 2.2 kernel where we get

Problems compiling mod_jk 1.2.6

2004-11-18 Thread Lars George
Hi, We are trying to compile mod_jk 1.2.6 on a Linux system with 2.2 kernel where we get this error: [EMAIL PROTECTED] native]# make Making all in common make[1]: Entering directory `/downloads/jakarta-tomcat-connectors-jk-1.2.6-src/jk/native/common' /bin/sh /usr/local/apache2/build/libtool

RE: OutOfMemory errors compiling JSPs on 5.0.16 and 5.5.4

2004-11-16 Thread Dale, Matt
I have a copy of the old jvmstat if you'd like me to email it to you direct? -Original Message- From: Kevin A. Burton [mailto:[EMAIL PROTECTED] Sent: 15 November 2004 19:51 To: Tomcat Users List Subject: Re: OutOfMemory errors compiling JSPs on 5.0.16 and 5.5.4 Dale, Matt wrote: I've

Re: OutOfMemory errors compiling JSPs on 5.0.16 and 5.5.4

2004-11-15 Thread Kevin A. Burton
Remy Maucherat wrote: On Sat, 13 Nov 2004 17:30:38 -0800, Kevin A. Burton [EMAIL PROTECTED] wrote: Remy Maucherat wrote: On Fri, 12 Nov 2004 17:17:28 -0800, Kevin A. Burton [EMAIL PROTECTED] wrote: - For all my JSPs I fetch them with the URL foo.jsp?jsp_precompile=true to trigger

Re: OutOfMemory errors compiling JSPs on 5.0.16 and 5.5.4

2004-11-15 Thread Kevin A. Burton
Dale, Matt wrote: I've not been following this thread but my guess would be that you are running out of space in the permanent generation of the heap. Get a hold of jvmstat from sun and run visualgc on your JVM, it should become obvious then which pool is running out of space. God! How

RE: OutOfMemory errors compiling JSPs on 5.0.16 and 5.5.4

2004-11-14 Thread Dale, Matt
- From: Kevin A. Burton [mailto:[EMAIL PROTECTED] Sent: 14 November 2004 01:31 To: Tomcat Users List Subject: Re: OutOfMemory errors compiling JSPs on 5.0.16 and 5.5.4 Remy Maucherat wrote: On Fri, 12 Nov 2004 17:17:28 -0800, Kevin A. Burton [EMAIL PROTECTED] wrote: - For all my JSPs I fetch

Re: OutOfMemory errors compiling JSPs on 5.0.16 and 5.5.4

2004-11-14 Thread Remy Maucherat
On Sat, 13 Nov 2004 17:30:38 -0800, Kevin A. Burton [EMAIL PROTECTED] wrote: Remy Maucherat wrote: On Fri, 12 Nov 2004 17:17:28 -0800, Kevin A. Burton [EMAIL PROTECTED] wrote: - For all my JSPs I fetch them with the URL foo.jsp?jsp_precompile=true to trigger precompilation How many

Re: OutOfMemory errors compiling JSPs on 5.0.16 and 5.5.4

2004-11-13 Thread Remy Maucherat
On Fri, 12 Nov 2004 17:17:28 -0800, Kevin A. Burton [EMAIL PROTECTED] wrote: - For all my JSPs I fetch them with the URL foo.jsp?jsp_precompile=true to trigger precompilation How many JSPs must be compiled to cause problems ? Note that the VM still shows plenty of memory so I'm not sure what

Re: OutOfMemory errors compiling JSPs on 5.0.16 and 5.5.4

2004-11-13 Thread Kevin A. Burton
Remy Maucherat wrote: On Fri, 12 Nov 2004 17:17:28 -0800, Kevin A. Burton [EMAIL PROTECTED] wrote: - For all my JSPs I fetch them with the URL foo.jsp?jsp_precompile=true to trigger precompilation How many JSPs must be compiled to cause problems ? About 50 or so... it changes every

OutOfMemory errors compiling JSPs on 5.0.16 and 5.5.4

2004-11-12 Thread Kevin A. Burton
I'm having a terrible time trying to get my JSPs compiled on Tomcat. We started having OutOfMemory problems a while back and I've tracked it down to JSP compilation. Here's what I can do to replicate the problem: - shutdown tomcat - remove the work directory - startup tomcat - For all my JSPs I

RE: so confused: compiling tomcat without cvs update?

2004-11-02 Thread Shapira, Yoav
, also usable as a tag). Yoav Shapira http://www.yoavshapira.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, November 01, 2004 4:10 PM To: Tomcat Users List Subject: RE: so confused: compiling tomcat without cvs update? I removed the TOMCAT_5_0_28

so confused: compiling tomcat without cvs update?

2004-11-01 Thread raiden
Hello, This is the first time I have tried to compile the Tomcat 5 tree. If I run ant, it works great, compiles fine... except, it also seems to download any updates to the source. I want to build a stable Tomcat release, without grabbing any updates that are in the repository. I downloaded

RE: so confused: compiling tomcat without cvs update?

2004-11-01 Thread Mark Thomas
Adding tag=TOMCAT_5_0_28 to each of the ant cvs tasks in the build.xml that does the checkouts should do the trick. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, November 01, 2004 8:08 PM To: [EMAIL PROTECTED] Subject: so confused: compiling

RE: so confused: compiling tomcat without cvs update?

2004-11-01 Thread raiden
the checkouts should do the trick. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, November 01, 2004 8:08 PM To: [EMAIL PROTECTED] Subject: so confused: compiling tomcat without cvs update? Hello, This is the first time I have tried

RE: so confused: compiling tomcat without cvs update?

2004-11-01 Thread raiden
. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, November 01, 2004 8:08 PM To: [EMAIL PROTECTED] Subject: so confused: compiling tomcat without cvs update? Hello, This is the first time I have tried to compile the Tomcat 5 tree. If I

Re: jasper error compiling jsp

2004-10-27 Thread Sarath PS
[EMAIL PROTECTED]] Sent: Friday, October 22, 2004 12:34 PM To: [EMAIL PROTECTED] Subject: jasper error compiling jsp hi all , I get an an error like this. org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: -1 in the jsp file: null Generated s

jasper error compiling jsp

2004-10-22 Thread Sarath PS
hi all , I get an an error like this. org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: -1 in the jsp file: null Generated servlet error: [javac] Compiling 1 source file /usr/java/tomcat-5.0.25/work/Catalina/localhost/qwe/org/apache/jsp

Sv: jasper error compiling jsp

2004-10-22 Thread Roland Carlsson
this. org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: -1 in the jsp file: null Generated servlet error: [javac] Compiling 1 source file /usr/java/tomcat-5.0.25/work/Catalina/localhost/qwe/org/apache/jsp/index_jsp.j ava:6: '.' expected

Re: Sv: jasper error compiling jsp

2004-10-22 Thread Sarath PS
to compile class for JSP An error occurred at line: -1 in the jsp file: null Generated servlet error: [javac] Compiling 1 source file /usr/java/tomcat-5.0.25/work/Catalina/localhost/qwe/org/apache/jsp/index_jsp.j ava:6: '.' expected import Account; ^ 1 error

RE: jasper error compiling jsp

2004-10-22 Thread Flisch, Alan
October 2004 09:43 To: Tomcat Users List Subject: Re: jasper error compiling jsp hi, Thanks for the replay . But this not an application i develop. I just want to deploy it on my tomcat. It seems the app is developed for some other container. Is there any work around to run it on tomcat

Re: jasper error compiling jsp

2004-10-22 Thread Sarath PS
point. I think getting the application fixed somehow, is your best option. -Original Message- From: Sarath PS [mailto:[EMAIL PROTECTED]] Sent: 22 October 2004 09:43 To: Tomcat Users List Subject: Re: jasper error compiling jsp hi, Thanks for the replay . But this not an application i

RE: jasper error compiling jsp

2004-10-22 Thread Flisch, Alan
error compiling jspThanks alan, So you say it's not possible to run the app in my current configuration ? (tomcat 4, j2sdk1.4.2_03) regards,Sarath Flisch, Alan wrote: It's not Tomcat that is objecting, its javac, the java compiler. Perhaps some other version of the compiler was more

Re: jasper error compiling jsp

2004-10-22 Thread Sarath PS
never know what else might be lurking in there. -Original Message- *From:* Sarath PS [mailto:[EMAIL PROTECTED] *Sent:* 22 October 2004 11:06 *To:* Tomcat Users List *Subject:* Re: jasper error compiling jsp Thanks alan, So you say it's not possible to run

RE: jasper error compiling jsp

2004-10-22 Thread Steve Kirk
=31message=2145193 -Original Message- From: Flisch, Alan [mailto:[EMAIL PROTECTED] Sent: Friday 22 October 2004 12:23 To: Tomcat Users List Subject: RE: jasper error compiling jsp I wouldn't think so. The changes necessary to the app are likely to be pretty trivial, although you never know

  1   2   3   4   5   6   7   >