unsubscribe me

2001-07-25 Thread Harrison, Robert
-Original Message- From: Jeffrey Worst [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 25, 2001 8:54 AM To: [EMAIL PROTECTED] Subject: Simple (I think) Running Tomcat Question I believe I now have Tomcat running successfully. But... After starting Tomcat I get the following screen: 0

RE: newbie (or a dummy?)

2001-07-25 Thread Henderson, Kevin CECOM RDEC STCD
Maybe I should restate... all I am trying to do is startup tomcat3.2.2 on win2k. -Original Message- From: Henderson, Kevin CECOM RDEC STCD [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 26, 2001 1:11 AM To: '[EMAIL PROTECTED]' Cc: Lange, Mark A CECOM RDEC STCD Subject: RE: newbie (or a

Simple (I think) Running Tomcat Question

2001-07-25 Thread Jeffrey Worst
I believe I now have Tomcat running successfully. But... After starting Tomcat I get the following screen: 01-07-25 11:37:26 - ContextManager: Adding context Ctx( ) 01-07-25 11:37:26 - ContextManager: Adding context Ctx( /test ) 01-07-25 11:37:29 - PoolTcpConnector: Starting HttpConnectionHandle

mod_jk on Solaris 2.6 : undefined symbols

2001-07-25 Thread Fabrice Colin
Hi all, I am new to this list but I have browsed through the archives on jakarta.apache.org to see if I could find a solution to my problem. I am trying to compile mod_jk.so on Solaris 2.6 for Tomcat 3.2.3 and Apache 1.3.20. Following information in the other posts related to this subject and th

ContextManager: SocketException reading request

2001-07-25 Thread Don Wee
Can someone help here? I just start to use Tomcat with Apache on NetWare server. And sometimes when the servlet reads html form request, tomcat shows the "ContextManager: SocketException reading request". Please see the following for detail message. The environment I'm using is Tomcat3.2.2,

RE: Custom HTTP status code

2001-07-25 Thread Vladimir Grishchenko
extract org/apache/tomcat/core/LocalStrings.properties (or org/apache/tomcat/service/LocalStrings.properties ?? don't remember exactly which one did it for me..) from webserver.jar, add/edit status codes you want, put it back and restart Tomcat. You should be running fine now. This

RE: newbie (or a dummy?)

2001-07-25 Thread Henderson, Kevin CECOM RDEC STCD
This is so frustrating. I got JCE, stuck all the jars in jdk/jre/lib/ext, and no dice. I have been reading thru forums for 2 weeks now, and it seems that everytime someone had a 'SHA-1 not avail' error, nobody replied. I don't know where to start. PLEASE HELP me 8<( -Original Message---

Help for VHost...

2001-07-25 Thread Loïc Lefèvre
Hi, After many problems, my servlet run under windows NT / Apache / Tomcat 3.2.3 / mod_jk. This url helped me: http://mikal.org/interests/java/tomcat/archive/view?mesg=24718 Thanks Jeff Kilbride Loïc Lefèvre note: if one want my servlet test java code + configuration files, email me,

RE: Servlets In A Package

2001-07-25 Thread Martin Welch
Title: RE: Servlets In A Package >> looking for the class Interest instead of InterestServlet. That's what I thought. >> make sure there are no extra spaces in the class >> name for the web.xml. I've gone over this file byte by byte and I've arrived at this: --

RE: Java script problem using servlets

2001-07-25 Thread zze-messager FTM balr002
In order to activate the debugger : (IE) outils/options internet/avancees -Message d'origine- De : William Kaufman [mailto:[EMAIL PROTECTED]] Envoye : mercredi 25 juillet 2001 16:55 A : '[EMAIL PROTECTED]' Objet : RE: Java script problem using servlets First question: Did you try runn

RE: keeping sessions when switching from http to https

2001-07-25 Thread William Kaufman
Are you encoding the cross-protocol links (with HttpServletResponse.encode[Redirect]URL())? The only reason I ask is that it seems strange that it does OK with cookies but not with URL encoding: the code paths are similar, so I'd expect it to fail with both or succeed with both.

AW: Dynamically Generate PDF

2001-07-25 Thread Ralph Einfeldt
As usually there are many way to catch the rabbit: XSL: http://xml.apache.org/cocoon2/index.html http://xml.apache.org/fop/index.html Instead of XSL you might use one of these: http://www.retep.org.uk/pdf/ http://www.etymon.com/pj/ http://www.pdflib.com/ > -Ursprüngliche Nachricht- >

RE: Java script problem using servlets

2001-07-25 Thread William Kaufman
First question: Did you try running this in a browser debugger? MS has one for IE (search for "JScript debugger"), and Netscape 4 has one. > parent.document.critere document.critere isn't defined, unless you're defining it somewhere else. And, is this actually, really the HTML you're using? Y

Re: Help w/ Tomcat 4.0b6 and Apache

2001-07-25 Thread Pier P. Fumagalli
I'm almost done with a PATCH to fix that... I should be able to commit it later tonight... Pier Jeff Hoare at [EMAIL PROTECTED] wrote: > Hi, > I'm using it but as you have found out I think very few ppl are using it on > this list. I was able to view servlets thru apache, but the integrati

Re: WebappClassLoader question

2001-07-25 Thread Alex Fernández
Hi Vincent! I've run into the same situation a couple of times, when one class uses a second class, and this second class uses a third one that is not present. 1st -> 2nd -> 3rd (missing) One would think that instantiating the 2nd should give an error, but that loading the 2nd and/or instantiat

Re: apj13 not working

2001-07-25 Thread isleofdogs
At 09:17 AM 7/25/01 -0500, you wrote: >What's your classpath look like? My first attempt at installing Tomcat was with the source code and it had me setting up all kinds of things in the classpath. This current install, the binary download, hasn't had me set up anything in the classpath. I did

RE: TOMCAT 3.2.2

2001-07-25 Thread fthomas . baltzley
My mistake, I meant http://127.0.0.1/admin/index.html. Randy Layman cc:

Java script problem using servlets

2001-07-25 Thread Michel COTE
Hello, I'm using Jakarta since a few days and i encounter the following strange problem : I have build a sample servlet based page that contains two frames, one (issued from a servlet) with a sample form composed of a dynamic list (created with a JDBC SQL query) and a push button, and anothe

RE: XML support for struts

2001-07-25 Thread Tait, Allen
I am deleting a lot of mails and didn't notice if you got a response to this. Take a look a Cocoon, an Apache/Jakarta web publishing frame work for XML. > -Original Message- > From: Axel Van Noten [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, July 25, 2001 7:49 AM > To: [EMAIL PROTECTED

on 3.3b1, can Apache still host directory indexes? + a bug?

2001-07-25 Thread Vernon, Clayton
On 3.3 I have "lost" the ability of Apache to serve the directory indexes. When I click in Apache on a redirect to the directory where my JSPs are, under $TOMCAT_HOME/webapps/application/, Tomcat takes over (since it sees the /application/) but ... Then clicking on the "Up to: /appl

Re: apj13 not working

2001-07-25 Thread John Hebert
What's your classpath look like? John isleofdogs wrote: > My system: Tomcat/Apache+mod_ssl/RedHat 7.1 > > ---[Howto snippet]-- > > mod_jk can use either the original Ajpv12 protocol or the newer Ajpv13 > protocol. Both protocols are enabled by d

Re: update some configuration files without restarting tomcat

2001-07-25 Thread John Hebert
zze-messager FTM balr002 wrote: > Hello, > > Is it possible to update the file $TOMCAT/conf/tomcat-users.xml without > re-starting tomcat ? > Same question with the file $WEB_APP/web-inf/web.xml. Nope. Those xml files are read at startup. -- John Alex Hebert [EMAIL PROTECTED] System Engine

Re: Forbidden error, you are unable to access /examples from this server: please help, veryurgent

2001-07-25 Thread John Hebert
raghu wrote: > /i did as u said, but still i am getting the same error. I now doubt if > mod_jk.so is working properly or not?/ > > /No, i am running only tomcat with apache, please help/ Did you download the binary version of mod_jk.so? I tried this a few months ago and had a problem with

digest , form and basic authentification

2001-07-25 Thread zze-messager FTM balr002
Is anyone can give me an exemple of a a digest authentification? a form ? a basic ? Is is possible to decalre two groups of users with differents authorizations ? Delphine

Re: question about WEB-INF/lib

2001-07-25 Thread djhutchison
This is my workaround as well, but it is not a very good solution. I often have multiple webapps running that need different versions of the same jar file. This becomes a real pain. Thanks, Dave john regan <[EMAIL PROTECTED]> on 07/24/2001 05:20:39 PM Please respond to [EMAIL PROTECTED] To

apj13 not working

2001-07-25 Thread isleofdogs
My system: Tomcat/Apache+mod_ssl/RedHat 7.1 ---[Howto snippet]-- mod_jk can use either the original Ajpv12 protocol or the newer Ajpv13 protocol. Both protocols are enabled by default. The "Ajp13" Connection Handler in Tomcat will give you the ben

Re: question about WEB-INF/lib

2001-07-25 Thread djhutchison
I'm running on NT (development) and Redhat Linux (production). startup.bat and startup.sh (actually tomcat.bat/tomcat.sh) add the jar files from tomcat/lib to the classpath but do not add jars from WEB-INF/lib of the individual webapps. Thanks, Dave Joseph D Toussaint <[EMAIL PROTECTED]> on

WebappClassLoader question

2001-07-25 Thread Vincent Massol
Hi,   Here is the situation :   * I have a class that makes use of JUnit (by extending the JUnit TestCase class). Let's call it ServletTestCase * I have a second class that is used to call a method in ServletTestCase, let's call it MyProxyClass * I have a third class (a servlet) that does _n

Re: Dynamically Generate PDF

2001-07-25 Thread Marco Ladermann
On Wednesday, 25. July 2001 09:47, Kaneda K wrote: >Hello everyone, > >I wonder if anyone there has once generate PDF File from a servlet or > JSP. And could give me some tips. Check out: http://www.lowagie.com/iText/ and/or http://www.etymon.com/pj/index.html Marco -- Marco Ladermann d

RE: Please HELP / W A R N I N G: LoadModule order

2001-07-25 Thread Loïc Lefèvre
Now the problem is that Tomcat don't receive the rewrited uri logs: 2001-07-25 15:33:03 - Ctx( ): 404 R( + /start/index.html + null) null As you can we can see, Tomcat don't receive the wanted uri: http://win.fivia.com/adfront/AdFront?access=/start/index.html Any idea ? Loïc Lefèvre -Me

RE: Please HELP / W A R N I N G: LoadModule order

2001-07-25 Thread Aaron Cooper
Hi Yes I believe at the top of httpd.conf, it is written that the order in which the modules are loaded is very important. Cheers Aaron >>> Loïc Lefèvre <[EMAIL PROTECTED]> 07/25/01 10:29am >>> Phew I've got on problem resolved (or partially resolved). It seems that the order of the LoadMod

Tomcat and IIS 5

2001-07-25 Thread Luiz Olavo Bonino
Is there any document that shows how to install Tomcat on a Windows 2000 and IIS 5 environment?   Thanks,   Luiz Olavo

RE: Please HELP / W A R N I N G: LoadModule order

2001-07-25 Thread Loïc Lefèvre
Phew I've got on problem resolved (or partially resolved). It seems that the order of the LoadModule command in httpd.conf is very important !!! When I put: LoadModule jk_module modules/mod_jk.dll LoadModule rewrite_module modules/mod_rewrite.so Tomcat receive my request but when I put: LoadMod

mod_jk.dll

2001-07-25 Thread David Tomlinson
Title: mod_jk.dll all quite a few mails flashed by from people who've obviously got past installation and cobbling tomcat to apache and have moved onto newer problems - if any of you have done this on win2k and have the above file to hand, or know where to get it, could you let me know where

Please HELP

2001-07-25 Thread Loïc Lefèvre
Hello, I've got the following problem: (please don't stop reading :) ) in the file mod_jk.conf: NameVirtualHost 127.0.0.1 ServerName win.fivia.com DocumentRoot d:/Tomcat/jakarta-tomcat-3.2.3/webapps/adfront JkMount /*.jsp ajp12 JkMount /adfront/* ajp12 RedirectMatch /index.html $1/start/ind

Re: Shared Variables

2001-07-25 Thread Stefano Bonnin
ok ok I have solved the problem Thanks... - Original Message - From: "Dmitri Colebatch" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 25, 2001 2:05 PM Subject: Re: Shared Variables > Hi, > > Variables in what sense? As in variables in a servlet? They are supp

RE: Forbidden error, you are unable to access /examples from this server: please help, very urgent

2001-07-25 Thread Senthil Kumar Rajamanickam
With the info.. I could not think of any specific reasons which might stop you to set this up..   just try going through following tasks..   1. ref. to mod_jk how to manual which you have got along with tomcat, and set up your mod_jk with apache ( you have to mount mod_jk in apache like th

update some configuration files without restarting tomcat

2001-07-25 Thread zze-messager FTM balr002
Hello, Is it possible to update the file $TOMCAT/conf/tomcat-users.xml without re-starting tomcat ? Same question with the file $WEB_APP/web-inf/web.xml. Delphine

RE: iis weblog

2001-07-25 Thread Edwin Eversdijk
Thanks, i will try 3.2.1. I use 3.2.2 with ajpv12. No i didn't get usefull reply's on my mail. Just some external programs for seperate logging... but i want it together with my iis/html log Regards, Edwin Eversdijk __ Do You Yahoo!? Make in

RE: TOMCAT 3.2.2

2001-07-25 Thread fthomas . baltzley
What I'm trying to do is have IIS serve the static pages. Randy Layman cc:

RE: Servlets In A Package

2001-07-25 Thread Michael Wentzel
I've recently installed JBoss-2.4.0_Tomcat-3.2.2 and I'm now starting to experiment with all the JBoss samples. The first, Interest, contains a servlet that I'm trying to get up and running. This InterestServlet is in a package org.jboss.docs.interest which I've compiled and placed in webapps\dem

Re: Forbidden error, you are unable to access /examples from this server: please help, veryurgent

2001-07-25 Thread raghu
i did as u said, but still i am getting the same error.  I now doubt if mod_jk.so is working properly or not? No, i am running only tomcat with apache, please help       "black holes are,when GOD is dividing by zero" - Original Message - From: Senthil Kumar Rajamanickam

RE: Dynamically Generate PDF

2001-07-25 Thread Michael Wentzel
> I've tried to do this with jsp (without succes), but with a > servlet it can be done quite easy: > Use tex->dvi->ps->pdf (where tex is a TeX document, (LaTeX)) > (maybe it can be done even easier...) > If someone knows how i could do this with jsp, (read tex with > taglibs) i'm eag

Re: Shared Variables

2001-07-25 Thread Dmitri Colebatch
Hi, Variables in what sense? As in variables in a servlet? They are suppose to be shared. It is up to you to ensure that your servlet is thread safe (there will only be one instance of a servlet created by Tomcat). If you want to store a variable in the session, the use something like: HttpS

RE: Shared Variables

2001-07-25 Thread Paul Foxton
make sure your variables do indeed have session scope - what platform are you running on? I had this happen when I accessed my app through a browser on the linux box it is running on. When I access the app from another machine it doesn't happen. I assumed it must be something to do with the way

RE: Dynamically Generate PDF

2001-07-25 Thread Michael Wentzel
> I was working on the same problem and have been told of a > java utility to > convert XSL formatted XML into PDF: > > http://xml.apache.org/fop/ > > I have not tried it yet and I suppose it seems like the long > way round - but > if you are using XML as a format it might be your soluti

Re: Simple Tomcat Install on Win98

2001-07-25 Thread Jim Cheesman
At 01:30 PM 25/07/01, you wrote: In html, which is horrible! Please sort it out! >I'm having problems installing Tomcat on my Win98Se machine. Below are >the directions from Jakarta for installing Tomcat. I've commented what I >don't understand. > > >Change directory to "jakarta-tomcat-3

Re: Shared Variables

2001-07-25 Thread Stefano Bonnin
Yes, I tried your suggest but it happens the same thing. I have also used the Nokia Wap Toolkit My application is developed with Cocoon/XSP tecnologies and run on Tomcat 3.2.1. Perhaps I have to define the variable in another way, but I don't know - Original Message - From: "Lo

Re: Dynamically Generate PDF

2001-07-25 Thread Nils O. Selåsdal
On Wednesday 25 July 2001 08:47, you wrote: >Hello everyone, > >I wonder if anyone there has once generate PDF File from a servlet or > JSP. And could give me some tips. Yes, I've done it using FOP, found at xml.apache.org. -- Nils O. Selåsdal

XML support for struts

2001-07-25 Thread Axel Van Noten
I'm working currently for an insurance company. Instead of using JSP's the company wants us provide a solution using XML/XSL in order to standardize data formatting. We've build some kind of framework-extension that's using Xerces and Xalan but it's not looking very clean. Will struts provide nat

RE: META: E-mail format

2001-07-25 Thread Martin Welch
Title: RE: META: E-mail format My sincere apologies. I always change this as a matter of course so I can only assume that some upgrade by my company has changed it. Martin -Original Message- From: Emir Alikadic (ADNOC IS&T) [mailto:[EMAIL PROTECTED]] Sent: 25 July 2001 11:50 To:

RE: Shared Variables

2001-07-25 Thread Loïc Lefèvre
Did you use Internet explorer twice for these tests ? In this case, it appears for me too. Try to run TWO process Internet Explorer not CTRL+N (new window) then try your application on these two browsers. Loïc Lefèvre -Message d'origine- De : Stefano Bonnin [mailto:[EMAIL PROTECTED]] Env

Shared Variables

2001-07-25 Thread Stefano Bonnin
Hi, I have noticed that when I start my application under Tomcat 3.2.1 all the variables are shared If I access for the first time and I set for example Name="mouse", at the second access (another session!) the Name variable is equal to "mouse"??? Why? Is a Tomcat bug? Help me! Thanks.

Simple Tomcat Install on Win98

2001-07-25 Thread Jeffrey Worst
I'm having problems installing Tomcat on my Win98Se machine.  Below are the directions from Jakarta for installing Tomcat.  I've commented what I don't understand. Thanks, Jeff W.-How Do I Install the Binary Version of Tomcat?Very simple. You shou

RE: help please!

2001-07-25 Thread Aaron Cooper
Yup, I have checked that. I inserted that in the file. I'm going to have a look at the HowTo again. >>> "Chris McNeilly" <[EMAIL PROTECTED]> 07/24/01 04:45pm >>> I'm going to take another shot at it ;-) Check your JkMounts and make sure that there are some for /baseball. mod_jk.conf-auto or w

RE: Forbidden error, you are unable to access /examples from this server: please help, veryurgent

2001-07-25 Thread Senthil Kumar Rajamanickam
try mounting a Alias directory named "jetspeed" and tell apache its location.. yes, as you tell mod_jk should take care of it. But I don't think their would be any harm in having a alias? (I have mounted all the dir with a alias name along with my mod_jk configuration)   one other possibili

Tomcat/Cocoon RMI problem

2001-07-25 Thread Stefano Bonnin
Hi, I developed an application with Cocoon/XSP tecnologies, and now I have to call an "RMI method" within this application (This method has been developed by another person). When I call the RMI method from a stand alone application all is OK. If I call the RMI method from XSP (or JSP, or Servle

mod_jk.dll

2001-07-25 Thread David Tomlinson
hi   trying to locate the above file - the link on the jakarta.apache [http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.1/bin/win32/i386/mod_jk.dll] is dead, can anyone send me theirs or let me know where else it's available ?   thanks in advance.   rgds   david.  

META: E-mail format

2001-07-25 Thread
Greetings all! Use of HTML- and RTF-formatted e-mail is on rise and needs to stop ASAP. Most recent (messages sent on July 25th) "offenders" are: - Prosa - raghu - Senthil Kumar Rajamanickam - Martin Welch - Brigger Patrick - [EMAIL PROTECTED] - Michael Petres Now, I am not the moderator or the

JkMount instruction

2001-07-25 Thread Loïc Lefèvre
Hi I would like to know if the equivalent of: "ApJServMount /something ajpv12://localhost:9500/something" exists with the command JkMount (note the port). Thanks Loïc Lefèvre

Re: IIS and Tomcat

2001-07-25 Thread John Baker
On Tuesday 24 July 2001 17:21 pm, you wrote: > On Tuesday 24 July 2001 17:13 pm, you wrote: > > Hi all, > > > > I don't know why ppl have issues with IIS. I followed the jakarta docs > > to the ltter and had it working within an hour! Downloaded the 4.0beta6.zip and I'm looking for the docs. Wher

Custom HTTP status code

2001-07-25 Thread Prosa
Hi! I'm developing an application not targeted to the web, but still I need to use the HTTP as the protocol. I've chosen to specify five new status code, to report some kind of errors I may generate and that aren't covered by existing ones. These codes are 601, 602, 603, 605, 606. The proble

Re: Forbidden error, you are unable to access /examples from this server: please help, veryurgent

2001-07-25 Thread raghu
Hello, I have included the mod_jk.conf-auto file in my httpd.conf.  Should i mount the directories separately?  My feeling is that mod_jk.conf takes care of it     "black holes are,when GOD is dividing by zero" - Original Message - From: Senthil Kumar Rajamanickam To:

configuring tomcat 4 and apache 1.3

2001-07-25 Thread Marco Magistrali
Hi, someone knows how to configurate tomcat 4 and apache 1.3 on winnt system?? tanks!! Marco

RE: Forbidden error, you are unable to access /examples from this server: please help, veryurgent

2001-07-25 Thread Senthil Kumar Rajamanickam
Have you checked your Apache httpd.conf file ? have you mounted your directory in your apache?   Regards Senthil Kumar.R   -Original Message-From: raghu [mailto:[EMAIL PROTECTED]]Sent: Wednesday, July 25, 2001 12:54 PMTo: tomcatSubject: Fw: Forbidden error, you are unable t

RE: request for suggestions on how to secure a web application....

2001-07-25 Thread Brigger Patrick
One simple solution, but works perfectly: After the login process, save the login information in an object, for instance a customer object. session.putValue("customer", customer); In your JSP page, read the customer object: Customer customer = (Customer) session.getValue("customer"); Then do

Re: request for suggestions on how to secure a web application....

2001-07-25 Thread Lars Nielsen Lind
You can try this: When the user logs on to the system - you place his/hers username and password in Session variables. Then you create an include file - for instance: validateusersec.jsp, which purpose is to control if the Session variables that holds the username and password is not empty or

Re: Dynamically Generate PDF

2001-07-25 Thread Eduard Witteveen
Kaneda K <[EMAIL PROTECTED]> wrote: >Hello everyone, > >I wonder if anyone there has once generate PDF File from a servlet or JSP. > And could give me some tips. I've tried to do this with jsp (without succes), but with a servlet it can be done quite easy: Use tex->dvi->ps->pdf

AW: request for suggestions on how to secure a web application....

2001-07-25 Thread Reto Badertscher
Your JSP can check if there's a valid login before processing. In our application we use a login object with user information for authenticated users and store it in the user session. (BTW we use a servlet as a controller and Velocity to handle the view - so it's impossible to access directly a pa

configuring tomcat 4 and apache 1.3

2001-07-25 Thread Marco Magistrali
Hi, someone knows how to configurate tomcat 4 and apache 1.3 on winnt system?? tanks!!

RE: Dynamically Generate PDF

2001-07-25 Thread HERBERT Robin
Hi, I was working on the same problem and have been told of a java utility to convert XSL formatted XML into PDF: http://xml.apache.org/fop/ I have not tried it yet and I suppose it seems like the long way round - but if you are using XML as a format it might be your solution. Another

RE: Dynamically Generate PDF

2001-07-25 Thread Senthil Kumar Rajamanickam
I haven't done it from servelet, but from a XML I have made a PDF using Apache Cocoon. try it.. you have a example too in it. hope it helps ? Regards Senthil Kumar.r -Original Message- From: Kaneda K [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 25, 2001 1:18 PM To: [EMAIL PROTECTED]

RE: Dynamically Generate PDF

2001-07-25 Thread Govind Agarwal
You can use Style Report Pro to generate PDF Files dynamically from Java application. -Original Message- From: Kaneda K [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 25, 2001 1:18 PM To: [EMAIL PROTECTED] Subject: Dynamically Generate PDF Hello everyone, I wonder if anyone th

Servlets In A Package

2001-07-25 Thread Martin Welch
Title: Servlets In A Package Hi, I've recently installed JBoss-2.4.0_Tomcat-3.2.2 and I'm now starting to experiment with all the JBoss samples. The first, Interest, contains a servlet that I'm trying to get up and running. This InterestServlet is in a package org.jboss.docs.interest which

Dynamically Generate PDF

2001-07-25 Thread Kaneda K
Hello everyone, I wonder if anyone there has once generate PDF File from a servlet or JSP. And could give me some tips.

request for suggestions on how to secure a web application....

2001-07-25 Thread Peter Brandt-Erichsen
This posting is a request for suggestions on how best to secure a web application. First my setup: NT 4.0 Apache 1.3.12 Tomcat 3.2.1 (running behind Apache) servlets jsp pages static html pages jdk1.3 Web-app directory structure: webapps/my_context/ /jsp/jsp_pages /web-inf/classes/m

Fw: Forbidden error, you are unable to access /examples from this server: please help, veryurgent

2001-07-25 Thread raghu
From: raghu To: tomcat Sent: Tuesday, July 24, 2001 6:30 PM Subject: 403: Forbidden error, you are unable to access /examples from this server Hi all, I have installed apache 1.3.11 and tomcat 3.2.2 with mod_jk,  apache and tomcat are working perfect separately. I have also installed jets

Re: expression tag in JSP standar

2001-07-25 Thread Jim Cheesman
At 12:05 AM 25/07/01, you wrote: >Given that Tomcat is the reference implementation I would assume its >implementation is the correct one. And assuming, of course, that the behaviour is defined... In the spec for JSP1.1 the only thing it says is that the expression is "coerced" into a String.

Tomcat & multibyte data

2001-07-25 Thread Sankaranarayanan Ganapathy
Hi All, I have a servlet hosted in tomcat3.2.1. I am trying to get it work with multibyte data with no luck. Does the tomcat servlet container support multibyte data. Any information or pointers to info will be greatly appreicated. Thanx Ganesh

RE: keeping sessions when switching from http to https

2001-07-25 Thread Brigger Patrick
When I try with cookies enabled, it works both on Netscape and IE 5. Cookies disabled does not work on either. Pat -Original Message- From: Mike Spreitzer [mailto:[EMAIL PROTECTED]] Sent: Dienstag, 24. Juli 2001 19:13 To: [EMAIL PROTECTED] Subject: Re: keeping sessions when switching fr

AW: not allow directory listing

2001-07-25 Thread Tognolini Raffaella, CH
Hi, With Tomcat 3.2.2 I did it in the server.xml file: . ... setting the suppress="true" like the comment said. Bye Raffaella > -Ursprüngliche Nachricht- > Von: gary MacPhil [SMTP:[EMAIL PROTECTED]] > Gesendet am: Mittwoch, 25. Juli 2001 02:17 > An: [EMAIL PROTEC

RE: keeping sessions when switching from http to https

2001-07-25 Thread Brigger Patrick
Title: Re: keeping sessions when switching from http to https Dear David,   Yes, with cookies turned on it alsow works on my end, no problem. However, many people have cookies turned off, and for any real world application, it MUST also work when cookies are turned off.   Go to Netscape, t

<    1   2