Tomcat - Netscape

2000-11-28 Thread Morten Tollefsen
Hi! Since you've developed and tested the Netscape - Tomcat redirector on Netscape Enterprise 3.61, does this mean that the NES 3.61 does NOT support Java Servlets? I'm developing some JServlets for a customer of mine, and they currently use the NES 3.61. Do I have to use the redirector to get my

Re: passing parameters to a Servlet

2000-11-28 Thread Christoph Kukulies
On Wed, Nov 29, 2000 at 11:09:49AM +0530, Ramesh Kumar . T wrote: > Encode only your parameter string , using URLEncoder.encode() > > ex: jsp/test.jsp?param1=value1¶m2=value2 > encode only the parameters and not the file name Thanks and thanks to others who pointed me to this URLEncoder class.

Simultaneous requests

2000-11-28 Thread Harish Ramesh
I am using Tomcat 3.1 on RH Linux 6.2 on a two Pentium III Xeon processors Compaq Proliant server with 1GB RAM. I am running Tomcat in standalone mode. All my requests are for a single servlet. I want to know what is the maximum/optimum values for max_thread max_spare_thread min_spare_thread pa

Help : HANDLER THREAD PROBLEM (Tomcat3.2b6, NT4.0, JDK1.2)

2000-11-28 Thread Philip Chan
I got this error when I try this URL http://localhost:8007 Is this a known bug ?(I seem to recall seeing posting with title like HANDLER ...). Thx I download Tomcat3.2, install it and start it as "standalone" without changing the configs. All the servlet/jsp works. So I think everything is wor

VHOST

2000-11-28 Thread Frank Lalone
I am confused on how to setup Virtual Host with Tomcat and apache. My tomcat-apache.conf file (that worked successful on a test on my server without vhost) looks like this: (I'm using Unix Options Indexes FollowSymLinks ApJServMount /examples/servlet /examples AllowOverride None de

Re: passing parameters to a Servlet

2000-11-28 Thread Ramesh Kumar . T
Encode only your parameter string  , using URLEncoder.encode() ex:  jsp/test.jsp?param1=value1¶m2=value2 encode only the parameters and not the file name   Tony Keith wrote: Christoph Kukulies wrote: > I have some strings with blanks that I have to pass to a > Servlet in the URL. How can I do tha

Re: URL rewriting with Tomcat/Apache

2000-11-28 Thread Craig R. McClanahan
Graham Freeman wrote: > There seems to be something that I am missing in trying to use Tomcat with > Apache. Can anyone suggest what I should try? I am running Linux on my > machine. I have Java 1.3 installed, and it is Tomcat 3.1 I am trying to > get working with Apache 1.3.14 > Upgrade to T

URL rewriting with Tomcat/Apache

2000-11-28 Thread Graham Freeman
According to the Tomcat FAQ, URL rewriting should work with Tomcat 3.1 when run with Apache if the mod_rewrite is enabled and the rule included: RewriteEngine On RewriteRule ^(/.*;jsessionid=.*)$ $1 [T=jserv-servlet] I have not succeeded in getting this to work. I have adde

Re: admin context

2000-11-28 Thread Craig R. McClanahan
It's a bug (sigh ...). I will fix it tomorrow, before the final release. Craig John Tangney wrote: > Hi > > I downloaded tomcat 3.2b8 and ran it standalone. I get the same error > connecting to the admin app on port 8080. > > So it looks like a bug in the app or in tomcat. This used to work i

Re: admin context

2000-11-28 Thread John Tangney
Hi I downloaded tomcat 3.2b8 and ran it standalone. I get the same error connecting to the admin app on port 8080. So it looks like a bug in the app or in tomcat. This used to work in an older version. Any clues anyone? Can *anyone* get /admin to work in 3.2b8? Thanks --johnt On 11/28/00 11:58

Q's: running tomcat as 'nobody', and thousands of servlet context entries

2000-11-28 Thread David Bussenschutt
Hi All, I've read the tomcat-apache howto at: http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/tomcat-apache-howto. html (and also the users-guide, the mod_jk howto, the list archives etc etc.) I have installed: linux 2.2.14 ; apache 1.3.12 (mod_ssl & php4 & mod_so statically linked; mod

Re: precompilations

2000-11-28 Thread Aleksey Tsalolikhin
On Thu, Nov 23, 2000 at 06:34:01AM -0600, Michael H. La Budde wrote: > At 11/23/2000 09:29 AM +0100, you wrote: > >Is Possible the tomcat precompile the pages? > >there is any precompilation mode? > >there is anything to precompile? > > Here are two possibilities for precompiling all your jsp pag

What's with the _0002f in the filenames? (Precompiling JSP's)

2000-11-28 Thread Aleksey Tsalolikhin
Ok, here's a naive question: When Tomcat (3.2b8/Sun JDK 1.2.2_06) runs a JSP file for me, say, somefile.jsp, I notice it a) precompiles to somefile.java in the work directory for that context b) compiles it to _0002fsomefile_0002ejspsomefile_0.class c) renames that to _0002fsomefile_0002ejspsome

Apache, Ajp12, and 2 tomcat 3.2s: How?

2000-11-28 Thread Dave Fox
I'm trying to get my Apache installation on Machine A to pass requests for '/demo' to Tomcat 3.2b8 running on a different machine (Machine B) using AJP12 protocol on standard 8007 port. I've been mangling server.xml, mod_jk.conf-local (my non-dynamic version), and workers.properties to no avail.

RE: which symbols must mod_jk.so export ?

2000-11-28 Thread Ritwick Dhar
Christoph, I took a peek at the .exp files for the other modules, and they contain one line: modulename_module. Shouldn;t this be the same for mod_jk? 'jk_module'? In fact this worked for me in compiiling mod_jserv. (Although now I'm getting a core dump). Have you tried running a 'dump -Tv ' to

RE: HANDLER THREAD PROBLEM: Stream closed prematurely

2000-11-28 Thread Ritwick Dhar
I got mod_jserv to compile and link on AIX. The linker was trying to use an exports file that was missing. I did the following: 1. Hacked the apxs file and added -qcpluscmt to make the compiler ignore the // comments 2. Took a look at .exp files for the .so modules. Each had one line: modulename_

RE: mod_jk for AIX?

2000-11-28 Thread Ritwick Dhar
I got mod_jserv, not mod_jk to compile and link on AIX. mod_jk should be similar. Christopher, you're right, the exports file was missing. I did the following for mod_jserv.h: 1. Hacked the apxs file and added -qcpluscmt to make the compiler ignore the // comments 2. Took a look at .exp files for

installation problem

2000-11-28 Thread Jason Boorn
I have installed the tomcat binary package and gotten it running. The problem I'm having is with the JSP examples. I think I've been through every piece of information that covers this problem to no avail. I have changed the classpath 17 times -- to cover just about any possible place that the

Re: Making Tomcat start first

2000-11-28 Thread Scott Jones
Hi, I've attached the script that I place in my /etc/rc.d/init.d directory for use with starting/stopping/restarting tomcat. > For RedHat, you'll already have > an entry in /etc/rc.d/init.d for apache (I think it's > /etc/rc.d/init.d/httpd?). This is correct. On my installations, there are "s

Re: Incompatibilities with XML processing?

2000-11-28 Thread Craig R. McClanahan
Duane Morse wrote: > Our servlet software uses Sun's jaxp-1.1 early access jar files for XML > processing. We had to make > a few software changes when going to this release, and I have a strong > suspicion that jaxp-1.1 is > incompatible with the XML classes used by Tomcat 3.1. When I take a s

Incompatibilities with XML processing?

2000-11-28 Thread Duane Morse
Our servlet software uses Sun's jaxp-1.1 early access jar files for XML processing. We had to make a few software changes when going to this release, and I have a strong suspicion that jaxp-1.1 is incompatible with the XML classes used by Tomcat 3.1. When I take a servlet which doesn't use the X

RE: Error parsing JSP with tag library -- how do I track down what's wrong?

2000-11-28 Thread Duane Morse
Thanks again for taking the time to respond to my problem. I DID put your DOCTYPE definition at the beginning of the file. To save time, attached is the current web.xml that seems to be satisfactory except for the taglib portion. Duane Morse, Eldorado Computing Inc., Phoenix AZ -Original

Re: Error parsing JSP with tag library -- how do I track down what's wrong?

2000-11-28 Thread Craig R. McClanahan
Duane Morse wrote: > Thanks for the suggestion, but it didn't help. I didn't have a DOCTYPE > definition > in web.xml at all, but Tomcat was able to process the file regardless. > Adding the definition > didn't change the error when I tried to run a JSP which used a tag > extension. (I can > ru

RE: Error parsing JSP with tag library -- how do I track down what's wrong?

2000-11-28 Thread Duane Morse
Thanks for the suggestion, but it didn't help. I didn't have a DOCTYPE definition in web.xml at all, but Tomcat was able to process the file regardless. Adding the definition didn't change the error when I tried to run a JSP which used a tag extension. (I can run JSPs which don't use tag extensi

RE: Error parsing JSP with tag library -- how do I track down wha t's wrong?

2000-11-28 Thread javabettin
Try referencing the dtd for web.xml as follows: http://java.sun.com/j2ee/dtds/web-app_2.2.dtd"> Dave --- Duane Morse <[EMAIL PROTECTED]> wrote: > I don't find "web-app" defined as a tld tag in the > spec. It's a tag in > web.xml, > but not in the tld. > > I'm trying to use Tomcat 3.1. > > Dua

Re: Making Tomcat start first

2000-11-28 Thread Michael J. Suzio
Matt Becker wrote: > I was wondering if there > was a way to modify Linux so that Tomcat started first when my machine > starts up? Yes. Oh, you want to know how? :-). OK, this has pretty much nothing to do with Tomcat or Apache in particular... the order in which services start up is determin

Re: Protected Page Assertion method

2000-11-28 Thread Charlie Hinson
Yes this is what we have found. Therefore, we have created our own by revealing several request methods through the facade. This works great for us, but doesn't lend itself to sites that host for multiple organizations. Since this is very useful for complex web sites, I would consider submittin

web.xml

2000-11-28 Thread Won Hong
Hi, I have Apache(1.3.14) and Tomcat(3.2b7) with mod_jk on WINNT running an application under webapps directory in Tomcat. I've set up servlet mappings in the web.xml file for my app in webapps/application/WEB-INF directory which currently works. I want to move the application to a shared driv

RE: Error parsing JSP with tag library -- how do I track down what's wrong?

2000-11-28 Thread Duane Morse
I don't find "web-app" defined as a tld tag in the spec. It's a tag in web.xml, but not in the tld. I'm trying to use Tomcat 3.1. Duane Morse, Eldorado Computing Inc., Phoenix AZ -Original Message- From: Pierre Delisle [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 28, 2000 2:25 P

Re: Error parsing JSP with tag library -- how do I track down what's wrong?

2000-11-28 Thread Pierre Delisle
Which version of tomcat? XML parser validation failed because of a 'web-app' tag that is not accepted by the DTD against which it is being validated. Do you have that tag in your TLD? If so, that's the problem. Send your TLD or web.xml if you want more help. -- Pierre Duane Morse wrot

how to install tomcat plugin in netscape enterprise 3.6.2 on unix

2000-11-28 Thread Éric Lapierre
Hi, could you tell me how to install the tomcat plugin in netscape enterprise 3.6.2 on solaris 2.8 thanks

Re: send redirect question

2000-11-28 Thread Craig R. McClanahan
Rick Bosch wrote: > we have several jsp pages that call beans. Some beans for one reason or > another will redirect a user to another page, howver in some cases its > possible for a redirect to occur and if the logic of the bean is to continue > writing after a reddirect the client get messed up

Re: Protected Page Assertion method

2000-11-28 Thread Craig R. McClanahan
Charlie Hinson wrote: > Is there an easy way to tell if a page is going to require >authentication/authorization before it is dynamically included within a jsp/servlet. > > Charlie If you are using container-managed security, pages that are included (with or RequestDispatcher.include()) do no

Re: Increasing memory problem (i hope this helps)

2000-11-28 Thread Craig R. McClanahan
See below. Saurabh Shukla wrote: > >could you tell me more about the thread pooling, please? Where do I get > some > >information? How does Tomcat handle the requests? > > >Thank you. > > >Kai > > I hope this helps. > > The PROBLEM: > Tomcat is a multi-threaded servlet container, this means that

Error parsing JSP with tag library -- how do I track down what's wrong?

2000-11-28 Thread Duane Morse
I'm "porting" software from JRun, where it all runs fine, to Tomcat, and a JSP which uses a simple tag extension fails with the following error: org.apache.jasper.JasperException: Unable to open taglibrary www.eldocomp.com/webpac/taglibs/utils : Parse Error in the tag library descriptor: Element t

Re: T4 architecture question: Valves vs. Servlet Filters

2000-11-28 Thread Craig R. McClanahan
Christian Mallwitz wrote: > Hi, > > I had a look at the Tomcat 4.0 document "Comparing RequestInterceptor and > Valve Technology". From what I understand Valves are an improvement. > > But: How do Valves compare to ServletFilter? > The similarities are not accidental :-). In other words, I was

Re: mod_jk Garbled?

2000-11-28 Thread javabettin
It sounds like you have a .so for a different version of apache. Run this command on the mod_jk source as specified in the mod_jk howto: apxs -o mod_jk.so -I../jk -I/usr/local/jdk/include -I/usr/local/jdk/include/linux -c *.c ../jk/*.c Dave --- James Maggs <[EMAIL PROTECTED]> wrote: > Hi There,

admin context

2000-11-28 Thread John Tangney
Hi I am running tomcat 3.2b6 inside apache 1.3.14 using mod_jk. I'm running Solaris on a sparc. All seems to work well, except for the admin app. I am able to see the "Context Administration" page containing the form, but when I click on the "View All Contexts" button, I get the error listed bel

RE: Making Tomcat start first

2000-11-28 Thread Servais, Pascal-Eric
For my part, I made the following alias within the "/etc/rc3.d" directory : "S49tomcat -> /usr/tomcat/bin/tomcat.sh" where "49" is a number lower than the one for the Apache startup script and "/usr/tomcat/bin/tomcat.sh" is the script installed with Tomcat. I just had to add these line at the beg

RE: Making Tomcat start first

2000-11-28 Thread Servais, Pascal-Eric
You should start looking around the command "man init.d" ! This is basic UNIX administration. =;-) Pascal-Eric Servais ( http://pages.infinit.net/denethor ) Cognicase ( division Web ) --- PGP Fingerprint : 8D0C FB66 CAF0 B9B3 E925 8D2E 7BDB 1D47 DC0B 4AEA "Engagez-vous qu'ils disaient, vous

RE: tomcat-apache config.

2000-11-28 Thread Hu, Geoff
Yes, that's exactly the way I'm doinng it. It works great.   Geoff -Original Message-From: Matt Becker [mailto:[EMAIL PROTECTED]]Sent: Tuesday, November 28, 2000 2:19 PMTo: tomcat mailing listSubject: tomcat-apache config. Hi. I'm new to setting up Tomcat with Apache. The

Making Tomcat start first

2000-11-28 Thread Matt Becker
Hi I'm using Red Hat 7.0 Linux which already has Apache installed. Tomcat is supposed to start before Apache and I was wondering if there was a way to modify Linux so that Tomcat started first when my machine starts up?   Thanks for your help!     Matt Becker  

tomcat-apache config.

2000-11-28 Thread Matt Becker
Hi. I'm new to setting up Tomcat with Apache. The documentation in tomcat-apache-howto.html shows modifying tomcat-apache.conf, however it states that this file will be written over the next time Tomcat starts, which seems to make modifying the file pointless. Would it be a better idea to co

mod_jk Garbled?

2000-11-28 Thread James Maggs
Hi There,   I'm trying to set up Tomcat 3.2 Beta 8 with Apache 1.3.12. I downloaded a copy of mod_jk.so from jakarta.apache.org, the same location from wich I obtained tomcat. However, when I try to load this module apache complains that mod_jk.so is garbled or might not be an apache DSO. Can

Re: reloading..

2000-11-28 Thread Dave Smith
Endre, Java was not designed as a language in which classes can be changed on the fly. There are basic security issues at stake. The reload feature is just a hack anyway, albiet a clever one. It is useful for beginners but unnecessary once you have more experience with the codebase. Regards, DR

tomcat iis howto

2000-11-28 Thread Steve Mandl
Hello-     I have a suggestion for an addition to the tomcat iis howto document. I have a printout I got from http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/tomcat-iis-howto.html under winnt troubleshooting, step 4, you should add that the user iis is running with must have access to the

Re: jk_nt_service.exe

2000-11-28 Thread Christian Rauh
I also have stumbled into the same problem: where is the jk_nt_service file? Christian [EMAIL PROTECTED] wrote: > > In the document Working with the Jakarta NT Service you reference a file > in the i386 download directory called jk_nt_service.exe. It isn't > there. Also in the instructions yo

tomcat IIS session problems

2000-11-28 Thread Corey_Drew
I have installed the redirector dll a few times with tomcat and IIS but for some reason on this new machine, the session info is not being maintained. I have an applet servlet setup, and I am streaming object to the applet from the servlet and saving these objects by putting them in the session ob

RE: BUG jk_nt_service

2000-11-28 Thread Marc Saegesser
If you really want help should provide basic information like 1) What version of Tomcat 2) What operating system 3) When the error occurs. Is it during step 3 of the instructions when you use the -i option to install the service or does it happen later when you attempt to start the service? 4)

send redirect question

2000-11-28 Thread Rick Bosch
we have several jsp pages that call beans. Some beans for one reason or another will redirect a user to another page, howver in some cases its possible for a redirect to occur and if the logic of the bean is to continue writing after a reddirect the client get messed up pages usually the original

Protected Page Assertion method

2000-11-28 Thread Charlie Hinson
Is there an easy way to tell if a page is going to require authentication/authorization before it is dynamically included within a jsp/servlet. Charlie

BUG jk_nt_service

2000-11-28 Thread Jaco Roux
Keeps causing an internal system error on start

Re: reloading..

2000-11-28 Thread Endre Stølsvik
On Tue, 28 Nov 2000, David Molloy wrote: | I was very happy when I got this all working but as it happens I still | need to restart Tomcat after I make changes. You'll find if you use | sessions to store classes (in my case I store the User class in a | session variable called theUser) there see

RE: EmbededTomcat question

2000-11-28 Thread Marc Saegesser
FWIW, I rearranged some code in EmbededTomcat to get the interceptors intialized with the context manager, implemented EmbededTomcat.stop() and added a new method to create an AJP12 connector. I now have a working application that embeds the Tomcat servlet container and handles requests forwarded

Re: Need database recommendation

2000-11-28 Thread Sanjay Arora
Check out Postgres at postgreSQL.org transactions, views, joins some issues with foreign key integrity & blobs but going in new release soon...opensource too... At 07:42 PM 11/27/00 , you wrote: >Go with oracle. You can't lose. > >Derek > >- Original Message - >From: "Ralph Einfeldt"

ApJServSecretKey DISABLED issue

2000-11-28 Thread NDias
I'm attempting to start up the apache server, however I am getting the error: You must specify a secret key, or disable this feature. To disable, add "ApJServSecretKey DISABLED" to your Apache configuration file. To use, add "ApJServSecretKey {filename}" where filename is document with more or l

RE: Using SSL CA certificates

2000-11-28 Thread Craig Richardson
"Lacerda, Wellington (AFIS)" wrote: > How can I use a C.A. real certificate with Tomcat SSL ? I want to add a test > certificate from Verisign. > Can you explain that with some detail, please ? > Craig McClanahan replied: > The detailed steps are documented in comments in the > "conf/server.xml

RE: error in loading shared libraries, GLIBC_2.1 not defined

2000-11-28 Thread Brian Hammar
Title: error in loading shared libraries, GLIBC_2.1 not defined Sorry, I answered my own question.  JDK 1.3 requires a later Glibc than I have.    Thanks -Original Message-From: Brian Hammar [mailto:[EMAIL PROTECTED]]Sent: Tuesday, November 28, 2000 9:48 AMTo: '[EMAIL PROTECT

RE: Tomcat - Fresh data not brought forward

2000-11-28 Thread Morahg, Yoav
Try using the Oracle commit command to commit your changes to the database. -Y -Original Message- From: ann patil [mailto:[EMAIL PROTECTED]] Sent: Monday, November 27, 2000 9:41 PM To: [EMAIL PROTECTED] Subject: Tomcat - Fresh data not brought forward Hi, I have developed an applic

error in loading shared libraries, GLIBC_2.1 not defined

2000-11-28 Thread Brian Hammar
Title: error in loading shared libraries, GLIBC_2.1 not defined I'm attempting to start Tomcat 3.1 on a machine running Redhat 6.0.  When I do, I get the following error message: /usr/local/jdk1.3/bin/i386/native_threads/java: error in loading shared libraries: /usr/local/jdk1.3/jre/lib/i386

RE: Increasing memory problem (i hope this helps)

2000-11-28 Thread Saurabh Shukla
>could you tell me more about the thread pooling, please? Where do I get some >information? How does Tomcat handle the requests? >Thank you. >Kai I hope this helps. The PROBLEM: Tomcat is a multi-threaded servlet container, this means that the requests needs to be executed by some thread, wh

Re: try to create a war file

2000-11-28 Thread Stefan Bodewig
<[EMAIL PROTECTED]> wrote: > Make sure you are using ANT 1.2. The war target is new ^^ task, not target. Cheers Stefan

requirements

2000-11-28 Thread deniz gulmez
Hi again...I hope at least you can tell me which are required to make jsp files work... I installed Apache and Tomcat and i can run servlets after i start Tomcat bu still cant run jsp files it gives this error page:   Internal Servlet Error:org.apache.jasper.JasperException: Unable to compile

Re: try to create a war file

2000-11-28 Thread javabettin
Make sure you are using ANT 1.2. The war target is new in 1.2 Dave --- Gabriel Ciuloaica <[EMAIL PROTECTED]> wrote: > I try to create a war file. My build.xml file is : > basedir="c:\java_work\beta_ie\InternetPortal"> > > webxml="c:\java_work\beta_ie\InternetPortal\web.xml"> >dir="c:\java_

RE: tomcat installation

2000-11-28 Thread Saurabh Shukla
Why don't you search through archives ? or search on google.. you will find the answer. SHuklix -Original Message- From: Merwin Yap [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 22, 2000 3:37 PM To: [EMAIL PROTECTED] Subject: tomcat installation I'm a newbie... I downloaded a c

RE: Is Tomcat/Apache combo necessary?

2000-11-28 Thread Saurabh Shukla
Apache tomcat combi depends on how many html files you have, the amount of traffic you will be getting etc.. YOu can put them in a separate directory and specify the document root. they both(apache and tomcat) will look for files in that directory. Shuklix -Original Message- From: Matt

RE: EmbededTomcat question

2000-11-28 Thread Marc Saegesser
No, I'm talking about Tomcat and embedding a servlet container inside my application. I'm only vaguely aware of what JBoss is and I'm certainly not doing anything with it. I realize that EmbededTomcat doesn't know anything about server.xml. I didn't mention anything about server.xml in my origi

RE: reloading..

2000-11-28 Thread David Molloy
Hi, I have something similar in place but it's working pretty much. Set up one web application area with all your database classes, ConnectionPool etc. Make this area non-class reloadable and put a load-on-startup on the pool. Now assuming you make static references to the ConnectionPoo

T4 architecture question: Valves vs. Servlet Filters

2000-11-28 Thread Christian Mallwitz
Hi, I had a look at the Tomcat 4.0 document "Comparing RequestInterceptor and Valve Technology". From what I understand Valves are an improvement. But: How do Valves compare to ServletFilter? Thanks Christian -- Christian Mallwitz INTERSHOP Communications Germany Senior Software Engineer

How to set up tomcat to handle .html extension as .jsp?

2000-11-28 Thread Hu, Geoff
Hi, all, I sent a similar message yesterday. Please forgive me for redundency if it got through. I need to set up my Apache 1.3.12 -- Tomcat 3.1 to handle JSP pages with ".html" extention insteaded of the standard ".jsp", so I do not need to create new pages, just modify them, and I do not nee

Re: Beginner

2000-11-28 Thread deniz gulmez
ok thnak you i'll upgrade but...i've just found JUST GO Tomcat launcher and used it...Now it gives an error message like this: Internal Servlet Error: org.apache.jasper.JasperException: Unable to compile class for JSP at org.apache.jasper.runtime.JspServlet.loadJSP(JspServlet.java:425)

standard dist secure?

2000-11-28 Thread Christoph Kukulies
Just wondering: Is the standard setup of tomcat when installed with an apache-13 on a unix box secure to be put up directly in the internet? Especially when thinking of the example directories (jsp and all that) that come with the distribution. Or are there any recommendations to raise security

Re: Beginner

2000-11-28 Thread Tomas Marek
I suggest: first of all, upgrade jdk to 1.3!

Beginner

2000-11-28 Thread deniz gulmez
hi all...i'm trying to learn to create applications with jsp but i still can't make apache and tomcat work together. Can anyone send me a brief article about setting them up? Or simply tell me the tricks about it?   -  Platform: Windows 2000 adv. server, Apache 1.3.2, Tomcat 3.1, Jdk 1.1  

ApJServSecretKey DISABLED problem

2000-11-28 Thread BOYLE, Raymond, FM
My setup is: Tomcat 3.1 Apache 1.3.12 JDK 1.2.2 - all running on SunOS 5.6 I've also built the mod_jserv.so. I can see from previous mails from the archives that numerous people have had the same problem with trying to get Tomcat and Apache working but never a clear resolution. I have put

RE: virtual domains

2000-11-28 Thread Saurabh Shukla
It should be like this, the Virtual Host directive. SHuklix -Original Message- From: Carlos [mailto:[EMAIL PROTECTED]] Sent: Monday, November 27, 2000 9:06 PM To: [EMAIL PROTECTED] Subject: virtual domains Anyboy can send me a server.xml with virtual do

AW: HELP: Memory Leak , requests are not worked off

2000-11-28 Thread Ralph Einfeldt
Some of your problems can be created through your application. If you have a session bean it will live as long as the session. So if you issue 1 requests from different sessions within the lifetime of the first session, you will have 1 beans and sessions hanging around and the garbage col

Session encodeURL not working properly in 3.2beta8 (mod_jk+SSL)

2000-11-28 Thread Stubenrauch,Andreas
Hi, it's me again and my favorite: Session management without cookies, by URL-rewriting It works fine again in 3.2beta8 (Using Apache and mod_jk(ajp12) as frontend) unless SSL (by apache not tomcat) is used . In this case the URL don't get rewritten. I first thought it was the unfortuneatly less

Re: try to create a war file

2000-11-28 Thread Stefan Bodewig
Gabriel Ciuloaica <[EMAIL PROTECTED]> wrote: > I try to create a war file. My build.xml file is > > > but I get the error: > > BUILD CONFIG ERROR: > Could not create task of type: war because I can't find it in the > list of task class definitions > > where need to configure for creatin

try to create a war file

2000-11-28 Thread Gabriel Ciuloaica
I try to create a war file. My build.xml file is :           but I get the error:   Buildfile: c:\java_work\beta_ie\InternetPortal.xmlProject base dir set to: C:\java_work\beta_ie\InternetPortalBUILD CONFIG ERROR: Could not create task of type: war because I can't find it in the list of ta

RE: Tomcat issue - Fresh data not brought forward

2000-11-28 Thread Saurabh Shukla
1) Please check if transaction is commited. 2) The page might be coming from your cache, delete your cache completely, kill your browsers and then check. Shuklix -Original Message- From: ann patil [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 28, 2000 1:03 PM To: [EMAIL PROTEC

RE: To Parse JSP has HTML ?

2000-11-28 Thread Saurabh Shukla
try using .htm instead of .html it will work. Shuklix -Original Message- From: Charles Sabourdin [mailto:[EMAIL PROTECTED]] Sent: Monday, November 27, 2000 9:29 PM To: [EMAIL PROTECTED] Subject: To Parse JSP has HTML ? Dear All, I would like to parse files (*.html) with jsp tag

RE: virtual domains and web.xml, server.xml

2000-11-28 Thread Saurabh Shukla
web.xml should ideally reside in your WEB-Inf. server.xml you can put any where... u just need to specify the path when you start tomcat.. tomcat/bin/startup.sh -f PATH/server.xml Shuklix -Original Message- From: Carlos [mailto:[EMAIL PROTECTED]] Sent: Monday, November 27, 2000 11:04 PM

RE: One JVM per context?? Please help!

2000-11-28 Thread Saurabh Shukla
It is equivalent to running two tomcat's, so you are read about starting 2 tomcats, you just need to have 2 different server.xml(one for each context) Shuklix -Original Message- From: Mike La Budde [mailto:[EMAIL PROTECTED]] Sent: Monday, November 27, 2000 10:24 PM To: [EMAIL PROTECTED]

RE: HELP: Memory Leak , requests are not worked off

2000-11-28 Thread Stubenrauch,Andreas
Hi, It seems to happen exactly what you mention: You create a new Objects (at least a Treemap) every time. This will eat up your memory. For the Garbage Collection to be more efficent you should release them after use by setting them to null. Regards, Andreas > -Original Message- > From

Re: reloading..

2000-11-28 Thread Endre Stølsvik
On Mon, 27 Nov 2000, Alistair Hopkins wrote: | give up, restart tomcat. | | i found that to be the only sureproof way :-( Hmm.. This isn't exactly the solution I wanted! Isn't there any other way, or anyone that can give me any clues of where to _start_ looking for a solution?! Thanks! -- M

Re: apache and tomcat and virtual domain

2000-11-28 Thread Carlos
tghere is not run me with the tomcat 3.2 b8 can you help me in other form? thanks Carlos - Original Message - From: "Saurabh Shukla" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 28, 2000 11:21 AM Subject: RE: apache and tomcat and virtual domain > > Please read the

HELP: Memory Leak , requests are not worked off

2000-11-28 Thread Kai Müller
Hello everybody, I have an urgent and difficult problem. My JSP reads data via JDBC from MySQL, more exactly: via an Accessor.class and a Database.class (both are unique in the application). I have one common persistent connection. The resultSet and statements are closed properly after each sele

RE: apache and tomcat and virtual domain

2000-11-28 Thread Saurabh Shukla
Please read the example in server.xml properly. You will know what you are missing. Shuklix -Original Message- From: Carlos [mailto:[EMAIL PROTECTED]] Sent: Monday, November 27, 2000 9:25 PM To: [EMAIL PROTECTED] Subject: apache and tomcat and virtual domain in my apache httpd.conf fi

RE: I want to use my own Java-classes in tomcat.

2000-11-28 Thread Saurabh Shukla
In your startup file you can do that. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, November 27, 2000 6:06 PM To: [EMAIL PROTECTED] Subject: I want to use my own Java-classes in tomcat. I have in tomcat create my own webapp. But know I want to use

tomcat-apache-virtual doamins and conf files

2000-11-28 Thread Carlos
if i am using apache and tomcat, and i use virtual domains: for each virtual domain must i put the web.xml file in the virtual domains WEB-INF directory? thanks Carlos

which symbols must mod_jk.so export ?

2000-11-28 Thread Christoph Leser
Building mod_jk.so on AIX requires a mod_jk.exp file enumerating the symbols to be exported ( defined ) by mod_jk.so. I don't know of a possibility to generate this file automatically. Is there a delevloper mailing list too where I could ask? Christoph Leser S&P Computersysteme GmbH E-Mail:[E

RE: apache and tomcat and virtual domain

2000-11-28 Thread David Connolly
Hi Carlos, Apologies for the delay in replying. The way I got mine to work was to simply include a tomcat-apache config file in my httpd.conf file. I.e. include /jakarta-tomcat/conf/tomcat-apache.test This file should have the following form : LoadModule jserv_module libexec/mod_jserv.so ApJSe

Re: excuse me

2000-11-28 Thread Diego Pons
Carlos wrote: Perdon i am send a mail in spanish to this list, it has been a mistake. olease excuse me thanks carlos No hay porque disculparse, el que no entienda que lo borre. There is no reason to apologize, whoever doesn't understand can ignore the msg. --  Diego Pons  

AW: mod_jk for AIX?

2000-11-28 Thread Christoph Leser
Thanks for your reply. The http.exp is not the file I'm looking for: It is used the -bI, i.e.it defines symbols used by mod_jk ( and defined anywhere in the apache httpd ). What is missing is the *.exp file enumerating the symbols from mod_jk to be used by httpd to call our tomcat stuff. I lo

RE: Multipart stuff - inside JSP?

2000-11-28 Thread Shashank Tripathi
Hi Mike, This must be a very, very silly error on your part - I made the same mistake. :) It seems you have modified the JAVA class to name the filenames in a certain manner (by appending the session ID). Where are you doing this? THis should be in the section of the code where you check for the

Re: EmbededTomcat question

2000-11-28 Thread Dominique BATARD
You'r talking about JBoss ? Forget it, EmbededTomcat doesn't care about server.xml. Dom - Original Message - From: "Marc Saegesser" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 28, 2000 2:43 AM Subject: EmbededTomcat question > I'm beating my head against a wall

[TC 4.0m4][C2] : Exception loading

2000-11-28 Thread Morrison, John
Hi All, I'm having a problem getting Cocoon war to run. Can anybody tell me what's causing this:- ? Root Cause: java.lang.SecurityException: sealing violation Config: OS: NT 4 sp6a Server: Apache 1.3.14 JDK: 1.3 Tomcat: 4.0 m4 Cocoon: 2.0 (from CVS) Help... anybody...? Thanks, John Morriso

excuse me

2000-11-28 Thread Carlos
Perdon i am send a mail in spanish to this list, it has been a mistake. olease excuse me thanks carlos

Re: Multipart stuff - inside JSP?

2000-11-28 Thread Mike Kobe
I am trying to use it now from within the JSP and calling the class. However, it saves all the elements of the form as a file! Why is this? Here is my code: <%@ page language="java" import="java.io.*, java.util.*, java.sql.*" %> <% //---

  1   2   >