Query about FileUploading??

2003-07-25 Thread Bikash Paul
Hi all friends, Iam developing one uploading application for client side Iam using html and for server side(Tomcat4.1.24) Iam using servlet but my problem is I have to upload big file say upto 50mb now i want to send file to server in block wise(2048kb) for that i want to read file in block of

Re: how-to specify Java runtime options -Xmx128m, w/ Tomcat 4 as Win2k service

2003-07-25 Thread Paul
if specify during install to install Tomcat as a service. I copied this file into /bin directory from first install, then ran .bat file. i am thankful for the help. -paul - Original Message - From: Koes, Derrick [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Thursday, July

how-to specify Java runtime options -Xmx128m, w/ Tomcat 4 as Win2k service

2003-07-24 Thread Paul
after assigning the following environment variables the java runtime options as follows: eg: JAVA_OPTS=-Xmx128m -Xms128m tried with: CATALINA_OPTS JAVA_OPTS amount of RAM memory used stayed aprox the same. Though i was expecting more memory to be used because of the extra memory that should

Re: Request Your Help For Installion

2003-07-21 Thread Bikash Paul
Hi, You have to set servlet.jar file on classpath before compiling.That file is located in TOMCAT_HOME/common/lib/servlet.jar; Hope this will help you. Cheers Bikash --- Ravi Jayasekara [EMAIL PROTECTED] wrote: Dear I installed Tomcat 4.0 which is 4.40Mb in size in JDK1.3 .But I have a

tomcat5: Where's webdav?

2003-07-21 Thread john-paul delaney
Hello List... webdav doesn't appear to be available by default in tc5 - how do I go about setting it up? /j-p. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Logging off container authenticated user

2003-07-18 Thread Extance, Paul
at http://jaffa.sourceforge.net/documentation/security/web/#realm Paul Extance -Original Message- From: Christian J. Dechery - ACCENTURE [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 15, 2003 6:54 AM To: Tomcat Users List (E-mail) Subject: Logging off container authenticated user I

RE: Alternate password encyption code? [UPDATED]

2003-07-17 Thread Extance, Paul
://jaffa.sourceforge.net/documentation/security/web/ Paul Extance -Original Message- From: Extance, Paul Sent: Tuesday, June 03, 2003 11:40 AM To: 'Tomcat Users List' Cc: Extance, Paul Subject: RE: Alternate password encyption code? We've already done this as part of the Jaffa (jaffa.sourceforge.net

Writing your own realm for Tomcat 4.0

2003-07-10 Thread Paul Taylor
Im trying to write my own realm for Tomcat 4 WebDav application. I have already written some JAAS Authenication modules which are used by our main application and support Database and LDAP authentication but I need think I need to use tomcat realm for Webdav to force the user authentication

session expiry

2003-07-09 Thread Paul Wallace
public void close() { // kill my session here } or failing that, how do I define a length of time for the session life? Thanks Paul.

RE: session expiry

2003-07-09 Thread Paul Wallace
Thank you for that. And where is the length of default session expiry defined? How do I configure session life span for TC? Thanks Paul. public void close() { session.inValidate(); // kill my session here } or failing that, how do I define a length of time

Basic Authentication and eternal 403

2003-07-03 Thread Paul Smith
Using tomcat 4.1.24, it appears that if using Basic authentication and a user enters a valid username but an invalid password, access to the restricted page is forbidden from then on (403 error code is returned all the time). User is never given a second chance at typing the username and

RE: persistent problem

2003-07-02 Thread Paul Wallace
Hi, I thought I described what I meant..yes, the page was visible regardless of numerous actions, even going to the lengths of physically removing the class! Can you please extrapolate what on 'Webapp mangaer'? Thanks Paul. What do you mean by persisting? Session issue

Re: How to configure Jakarta 4.1.24 as NT service?

2003-07-02 Thread Bikash Paul
Hi, Use below command and should be in one line. tomcat -install TomcatServer C:\j2sdk1.4.1_03\jre\bin\server\jvm.dll -Xmx256m -Xms128m -Djava.class.path=d:\jakarta-tomcat-4.1.24\bin\bootstrap.jar -Dcatalina.home=d:\jakarta-tomcat-4.1.24 -start org.apache.catalina.startup.BootstrapService

persistent problem

2003-07-01 Thread Paul Wallace
and it was still running and outputting to the browser! I eventually had to restart the server each time this happened. Obviously not an acceptable way to develop. Is it an entry in conf/server.xml? Many thanks Paul

Re: How I can slove this problem??

2003-06-26 Thread Bikash Paul
uploading file on remote destination. Regards Bikash --- Jason Bainbridge [EMAIL PROTECTED] wrote: On Wed, 25 Jun 2003 14:24, Bikash Paul wrote: am using tomcat4.1.24 for my uploading software(swing for client interface and servlet).Iam facing problem with connection broken,During

Re: [OT] How to know Know the amount of memory used by Tomcat froma JSP page ?

2003-06-26 Thread Antony paul
I think it is supported in 4.1.24. I am using 4.1.18. It returns FAIL - Unknown command /serverinfo Antony From: Tim Funk [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: [OT] How to know Know the amount of memory used by

Re: What are the possible attributes of the Context element ?

2003-06-26 Thread Antony paul
What is the use of caching allowed ? What is its default value if I didn't set it in server.xml ? Antony From: Tim Funk [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: What are the possible attributes of the Context element ?

How I can slove this problem??

2003-06-25 Thread Bikash Paul
Hi all friends, I am using tomcat4.1.24 for my uploading software(swing for client interface and servlet).Iam facing problem with connection broken,During uploading of file if connection between local computer and remote computer broken then my software will give a message to user through pop up

Re: How I can slove this problem??

2003-06-25 Thread Bikash Paul
, but try this and see. Anybody have ideas where to set the timeout? The page for this is here : http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/coyote.html Look under the heading 'Standard Implementation'. | Bikash Paul wrote: Hi all friends, I am using tomcat4.1.24 for my

RE: Tomcat 4.1.18 won't reload deleted and re-created JSP pages, returns 404 error though JSP is there

2003-06-25 Thread Paul \(BRI\)
delete those files I of course see the old page - I also have my settings to development. I am using Tomcat as a standalone. So I would also be interested in others experience with this. Paul -Original Message- From: Florian G. Haas [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 5

ConnectionTimeout of Tomcat4.1.24??

2003-06-23 Thread Bikash Paul
Hi all friends, I am using tomcat4.1.24 for my uploading software(swing for client interface and servlet).Iam facing problem with connection broken,During uploading of file if connection between local computer and remote computer broken then my software will give a message to user through pop up

Query on Connection Time out??

2003-06-20 Thread Bikash Paul
Hi all friends, I am using tomcat4.1.24 for my uploading software(swing for client interface and servlet).Iam facing problem with connection broken,During uploading of file if connection between local computer and remote computer broken then my software will give a message to user through pop up

How to serialize an object which is put in the session ?

2003-06-20 Thread Antony paul
I have a class which implements the HttpSessionBindingListener interface. I want to serialize this object and all sessions when the context is reloaded. It is essential because three deveopers are using the same server and if ine user compiles a servlet all users get a nullpointer exception. I

Filters and Forwarding

2003-06-18 Thread Chisholm, Paul
want? Thanks, Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

How to stop execution of infinite loop in Tomcat ?

2003-06-18 Thread anto paul
no physical access. Regards Anto paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Fw: getting a reply like this.

2003-06-18 Thread anto paul
When I post to this mailing list I am getting the following reply. Why I am getting this. Any one else get this ? - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 1:55 PM Subject: RE: How to stop execution of infinite loop in Tomcat ?

Re: Host Setup - (The Default Tomcat Page is Stalking Me)

2003-06-18 Thread Paul Hepworth
John, Thanks! I changes the appBase and it worked great! BTW - My good friend got me hooked on booga. I use too much myself. :) You got me to crack up too. :) Thanks again, Paul John Turner wrote: First, let me say that this is the first time, ever, in my checkered I.T. past, that I have

Re: getting a reply like this.

2003-06-18 Thread anto paul
and not questioned your legitimacy to exist :-) All the best, Andy -Original Message- From: anto paul [mailto:[EMAIL PROTECTED] Sent: 18 June 2003 10:01 To: tomcat mail list Subject: Fw: getting a reply like this. When I post to this mailing list I am getting

Re: getting a reply like this.

2003-06-18 Thread Bikash Paul
Hi all friends, Iam also getting that mail whenever i post any query to this mailing list which anto got.If that is the case which Andy drescribed in his reply then Tomcat Admin should block that [EMAIL PROTECTED] email id. Regards Bikash --- anto paul [EMAIL PROTECTED] wrote: Then why

Host Setup - (The Default Tomcat Page is Stalking Me)

2003-06-17 Thread Paul Hepworth
time and need some objective eyes... can anyone see anything wrong with my configuration below to shed some light for me Thanks much, Paul Here are my configuration file entries: server.xml: -- !-- Define a Coyote/JK2 AJP 1.3 Connector on port 8009 USED -- Connector

Environment variables

2003-06-15 Thread Chisholm, Paul
? Thanks, Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Login Problem in Tomcat Web Server Administration Tool

2003-06-10 Thread Bikash Paul
Hi, Iam facing problem with login in Tomcat Web Server Administration Tool.I have tried to login with all username and password which is described in tomcat-users.xml file which is located in TOMCAT_HOME/config directory but it is giving me below Error:- [type Status report message Access to

Re: Tomcat Manager deploy and undeploy

2003-06-06 Thread Paul Christmann
Phillip Qin wrote: - war is uploaded to $CATALINA/work/Standalone/my.host/manager; - war is unpacked into $CATALIAN_HOME/webapps/myapp; Jacob Kjome wrote: completely false I have to agree with Phillip -- I've seen (and reliably reproduced) this behavior with Tomcat 4.1.24-LE. The only way I

Re: Tomcat Manager deploy and undeploy

2003-06-06 Thread Paul Christmann
it and it works just as I've described. I'm not sure what Paul is doing to get the behavior he see's??? OK, now I'm thoroughly confused. I believe your description of what you see, and I believe that is what I *should* be seeing. However, its clearly NOT what I'm seeing. And sure, I assume I'm doing

Re: Tomcat Manager deploy and undeploy

2003-06-06 Thread Paul Christmann
Jacob Kjome wrote: Do you add a META-INF/context.xml file containing your Context ... information with the docBase pointing to myapp.war? No, I've never added that. It was only with this release that I even noticed the documentation that it was possible. But thus far I've never needed it.

RE: Alternate password encyption code?

2003-06-04 Thread Extance, Paul
= com.mycompany.services.Encryption encryptionMethod = encrypt / Just make sure you but the attached JAR, and your JAR in the /server/lib directory, and put the database driver JAR(s) in the same place or in /common/lib Hope this helps... Paul Extance -Original Message- From: Phil Steitz

RE: Servlet Containers J2EE Frameworks

2003-06-04 Thread Extance, Paul
or architecture, as its the real world solutions that drive the next iterations of what should be in the J2EE specs and what new patterns and features are needs in the frameworks. It's a cycle. Paul Extance -Original Message- From: Robert Biernat [mailto:[EMAIL PROTECTED] Sent: Thursday, May 22

Re: deploy in 4.1.24

2003-06-03 Thread Paul Christmann
Aha! I found the solution, though not a completely satisfying explanation. Thought I'd post what I found in case anyone else ever encounters something similar. By changing the unpackWARs attribute of the Host element in my server.xml to false, I got back the behavior I had seen in earlier

RE: Tomcat problems every morning.

2003-06-02 Thread Paul \(BRI\)
the mySQL driver had a autoReconnect=true setting - I think I saw it on the Apache site. I hope you figure things out. Paul -Original Message- From: Hollerman Geralyn M [mailto:[EMAIL PROTECTED] Sent: Sunday, June 01, 2003 9:07 PM To: Tomcat Users List Subject: Re: Tomcat problems every

RE: Jboss to parse exsisting tomcat server.xml ...

2003-06-02 Thread Paul Gregoire
-- this is my 3rd attempt to answer a question please disregard if youve seen it already :) -- To make changes to tomcat under jboss you must edit tomcat41-service.xml not server.xml; changes made to the server.xml will not be used by tomcat. The Tomcat bundled with JBoss uses the

deploy in 4.1.24

2003-05-29 Thread Paul Christmann
for deployment (the app works, persisted, etc. etc. etc.). BUT -- the undeploy fails. I can use the remove task to remove the app, though. Is this an intentional change in behavior? If so, is there any case where the undeploy task should (could?) be used? -- PC Paul Christmann Prior Artisans, LLC mailto

Re: deploy in 4.1.24

2003-05-29 Thread Paul Christmann
). deploy.war is the name of the war to deploy (/src/net/build/lib/net.war). The build file (and all properties) worked fine before this upgrade, so I'm truly at a loss. -- PC Paul Christmann Prior Artisans, LLC mailto:[EMAIL PROTECTED] 504-587-9072

Fw: Jboss to parse exsisting tomcat server.xml ...

2003-05-29 Thread Paul Gregoire
-- this is my 4th attempt to answer a question please disregard if youve seen it already :) -- To make changes to tomcat under jboss you must edit tomcat41-service.xml not server.xml; changes made to the server.xml will not be used by tomcat. The Tomcat bundled with JBoss uses the

Exclusion of certain file types with JK2

2003-05-29 Thread Paul Gregoire
Does anyone here know how to exclude a file type using JK2? I ask because doing the following below will cause all files to be served by Tomcat.. right? [uri:/myApp/*.jsp] info=Extension mapping [uri:/myApp/*] info=Map the whole webapp I want Apache to serve all html, xml, css, etc.. Also

servlet question

2003-05-27 Thread Paul Hsu
method from POST to GET before I forward the original request. I would appreciate any help Paul

Re: servlet question

2003-05-27 Thread Paul Hsu
of doPost(). good luck. -Mensagem original- De: Paul Hsu [mailto:[EMAIL PROTECTED] Enviada em: terça-feira, 27 de maio de 2003 19:27 Para: [EMAIL PROTECTED] Assunto: servlet question Hi, I try to forward a HTTP request from my servlet. I am using the following code. RequestDispatcher rd

Re: servlet question

2003-05-27 Thread Paul Hsu
, ServletException { with full implementation } - Original Message - From: Paul Hsu [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 27, 2003 11:26 PM Subject: servlet question Hi, I try to forward a HTTP request from my servlet. I am using the following code

Re: servlet question

2003-05-27 Thread Paul Hsu
: servlet question Just a wild guess, how about servlet 1 doPost() call its own doGet() and redirect in the doGet body??? -Original Message- From: Paul Hsu [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 27, 2003 3:41 PM To: Tomcat Users List Subject: Re: servlet question Thank you for the help

Re: servlet question

2003-05-27 Thread Paul Hsu
not familiar with flash but can you process your post data in servlet 1 and form an url with parameters attached and then redirect? -Original Message- From: Paul Hsu [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 27, 2003 3:58 PM To: Tomcat Users List Subject: Re: servlet question My code is doing

Re: servlet question

2003-05-27 Thread Paul Yunusov
On Tuesday 27 May 2003 06:26 pm, Paul Hsu wrote: Hi, I try to forward a HTTP request from my servlet. I am using the following code. RequestDispatcher rd = getServletContext().getRequestDispatcher(direct); rd.forward(request, response); I have no problem with code

RE: 4.1.24 Tag Lib problem

2003-04-04 Thread paul . johnson
I do have a release method, but I am not sure if this is the issue. It is only one data member in my tadlib that is not being changed. The other five varibles are being generated fine. It is really wierd. I am really not sure what to look at. Thanks for your help. Paul R. Johnson

4.1.24 Tag Lib problem

2003-04-03 Thread paul . johnson
fine in JBoss/Jetty, Was 3.5, WAS 4.0, WAS 5.0, Tomcat 4.04, etc. What should I be looking at to fix it? Thanks in Advance, Paul R. Johnson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: Cannot load JDBC Driver class com.ibm.db2.jdbc.app.DB2Driver

2003-04-03 Thread paul . johnson
I have it running with the net driver. I could not get eh JNDI lookup to run with the app dirver. Are you connecting to a remote db?? Paul R. Johnson

Re: web.xml problem

2003-04-03 Thread paul niemandt
Hi Srini: You most probably don't have the web.xml file in the correct directory. It needs to be under the WEB-INF directory of your web application. ie. $CATALINA_HOME/webapps/YourWebApp/WEB-INF/web.xml regards, Paul On Fri, 2003-04-04 at 00:47, Srinivasu Gandu wrote: Hi, I am using

help on mod_jk

2003-04-03 Thread Paul Hsu
-eapi.so: undefined symbol: ap_table_get thanks Paul

RE: web.xml problem

2003-04-03 Thread paul niemandt
n/p: glad to be of help. On Fri, 2003-04-04 at 01:15, Srinivasu Gandu wrote: Hi Paul, I am mistaken.. I gave the lower case (Web-inf) directory... it's my fault.. because I am in win98.. confuse in the directory letters.. thanks for the help .. Srini. -Original Message- From: paul

What s the minimum system resources needed for tomcat

2003-04-03 Thread anto paul
Hi, I want to know the minimum configuration to run Tomcat 4.1.18 on a win2k server.We are using this server as a development server. And there are only three developers accessing the server. The same machine is also used as the print server. The machine is a P4 with 512 MB RAM.

Re: How to use this mail list

2003-04-02 Thread Paul Yunusov
usage? Dale K. Hamilton http://jakarta.apache.org/site/mail.html Start from here. Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Form Auth

2003-04-01 Thread Paul Yunusov
and getAttribute methods. Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

how to print multi page report from jsp

2003-03-31 Thread anto paul
Hi, I have developed an intranet application using jsp/servlets. I need to print a multipage report which have common header and footer. Also I have to specify the page size and font. For single page printing I was using javascript function window.print(). But it is impossible to use in it in

Re: shared resources

2003-03-30 Thread Paul Hsu
Todd, You need to put your jar file under $CATALINA_HOME/common direcotry. $CATALINA_HOME/shared directory are only available to Catalina engine, not application but /common can be seen by both engine and application. Paul - Original Message - From: Pat McGroin [EMAIL PROTECTED

Question about mod_jk

2003-03-28 Thread Paul Hsu
load C:/apache/apache2/modules/mod_jk.dll into server: the specified module cannot be found. I wonder the mod_jk.dll is the right file. Thanks in advance if any one can help me. Paul

RE: Servlet help

2003-03-27 Thread Paul Gregoire
Once you have compiled the new servlet either jar it up or copy it directly to your WEB-INF/classes, if you jar'd it then copy the jar to WEB-INF/lib. Now within moments your servlet should be available unless you have: - turned servlet reloading off - have not made an entry for

page buffer tomcat 4.0.4

2003-03-27 Thread Paul Eberwaldes
know, how I must configurate tomcat, that I can use 50kb? Best regards, Paul -- +++ GMX - Mail, Messaging more http://www.gmx.net +++ Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage! - To unsubscribe, e-mail

Tomcat 5 and Ant install/reload/remove

2003-03-22 Thread Paul Campbell
be very greatfully recieved. Thanks. -- Paul Campbell Campbell Multimedia Web Design | PC Sales +===+ [ WWW: http://campbell-multimedia.com ] [ Tel: 07970 510549 ] [ Email: [EMAIL PROTECTED

Re: Tomcat 5 and Ant install/reload/remove

2003-03-22 Thread Paul Campbell
temporarily on the server during development is to run ant install. Any help and advice would be very greatfully recieved. Thanks. -- Paul Campbell Campbell Multimedia Web Design | PC Sales +===+ [ WWW: http://campbell-multimedia.com ] [ Tel

Help Tomcat 4.1.18 jsp reloading problem

2003-03-18 Thread anto paul
Hello, I am using tomcat 4.1.18 binary downloaded from jakarta site. The server is running on windows 200 server service pack 2 and I am working on windows 98 machine with the tomcat drive mapped as a local drive. The problem with is it is not reloading the jsp page when it is changed. But

Re: Configuration of tomcat

2003-03-14 Thread Paul Yunusov
://jakarta.apache.org/tomcat/tomcat-4.1-doc/ and find the Server Configuration Reference link. After following it, go to the Context page (the link is under Containers on the left hand side) and find the docBase paragraph under Attributes. It won't hurt reading the whole page though. Paul

Re: unable to start admin app...Can someone please respond

2003-03-14 Thread Paul Yunusov
CATALINA_HOME writable for everyone): su chmod a+wx $CATALINA_HOME Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Loadbuild Problem

2003-03-14 Thread Paul Randolph
You may also want to ask the developer Group at [EMAIL PROTECTED] -Original Message- From: kevin carey [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2003 4:10 PM To: [EMAIL PROTECTED] Subject: Loadbuild Problem Hi, I'm building Tomcat from scratch using directions from

Re: A strange problem

2003-03-14 Thread Paul Yunusov
for trouble. Introduce a controller servlet instead but discussing this is beyond the scope of this mailing list (as, in fact, all of the above but since Tomcat is a reference implementation of the Servlet/JSP spec, people close their eyes on this. They do, right?) Paul

question

2003-03-09 Thread Paul Hsu
Hi, I know tomcat already provide web server capability, under what knid circustance you need to intergrate apache with tomcat. My thinking is when you want to set up virtual host. I don't know this answer is correct? If any one can give me advice, thank you in advance. Paul

Re: question

2003-03-09 Thread Paul Hsu
won't benifit us at all. Am I correct. I know some one use Apache for traffic load balance only. thanks Paul - Original Message - From: Reynir Hübner [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, March 09, 2003 8:59 AM Subject: RE: question You can set up

Java mail

2003-03-08 Thread Paul Hsu
msg; } } // Mailer thanks Paul

Bypassing security-constraint in 4.0.2

2003-03-04 Thread Paul Downs
I get prompted for a username and password for this url: www.testing.com/secret/ but not for this: www.testing.com//secret was this a known bug, I couldn't find much about it and thought it may be quicker to ask you guys? Paul

Re: R: Bypassing security-constraint in 4.0.2

2003-03-04 Thread Paul Downs
that has severe implications for me in this instance. Oh well I have replaced all the sites affected with .htaccess authentication for now. Does anyone know what jar file controls this? Perhaps I can use a really kludgy fix for now by just upgrading the one aspect? Paul

no startup.sh

2003-03-04 Thread Paul Warner
couldn't find anything on this problem. I also have tomcat3.3 installed on this system. I didn't take the time to uninstall, since rpm -e claimed it couldn't find the installation, and I wanted a demo ready by tomorrow. Any help would be appreciated. Paul Warner

RE: no startup.sh

2003-03-04 Thread Paul Warner
Thanks, Yoav! Yes, the tar.gz install worked just fine. Must be a problem with the rpm version. Thanks for the help. Paul --- Shapira, Yoav [EMAIL PROTECTED] wrote: Howdy, I don't have any experience with the rpm, so I'd suggest using another distribution (the .gz or .zip one

Re: no startup.sh

2003-03-04 Thread Paul Warner
loving care. Thanks for the info, Paul --- Jon Roberts [EMAIL PROTECTED] wrote: The rpm is very different, and mysteriously only has .jar files in the /bin directory. I believe you'll find tomcat startup commands in /usr/bin, but you can check the initialization script in /etc/init.d

Configuring subdomains

2003-03-04 Thread Paul Jans
the configuration on localhost ? Any help is much appreciated. Thanks, Paul __ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ - To unsubscribe, e-mail

Re: Own Login page

2003-02-26 Thread Paul Mahoney
From: James Chrystal [mailto:[EMAIL PROTECTED] Sent: 25 February 2003 20:34 To: [EMAIL PROTECTED] Subject: Own Login page Paul, I've run into your problem as well, and here's how I solved it. Please post this answer to the mailing archives, as I don't want to subscribe and get all

Own Login page

2003-02-25 Thread Paul Mahoney
there, done that!. Could they enlighten me? I've waded through enough javadoc now :( Many thanks Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Catalina Ant tasks

2003-02-21 Thread Paul Yunusov
/ant/ in the source distribution. It can tip you off as to allowed task attributes and reveal things like that the tasks are implemented using java.net.URLConnection. ;) It's strange that Catalina tasks are not list in the external task list at the Ant site. Paul

Re: Catalina Ant tasks

2003-02-21 Thread Paul Yunusov
On Friday 21 February 2003 05:51 pm, Rasputin wrote: * Paul Yunusov [EMAIL PROTECTED] [0205 22:05]: People complained about a lack of documentation for Catalina Ant tasks. Not complaints as such, just wondered if there was any really :) best fairly accessible document I could find to date

Re: ant deploy task?

2003-02-20 Thread Paul Yunusov
. Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: tomcat ant tasks (docs?)

2003-02-20 Thread Paul Yunusov
misgivings about your setup. Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: SessionId across webapps in tomcat

2003-02-19 Thread Paul French
Not sure how tomcat implements its session management using cookies. It would make sense to keep web apps separate (i.e have their own session cookie). If you create your own cookie have you tried explicitly setting the path of the cookie to '/'. Perhaps tomcat defaults the path of a cookie to

RE: JK2 2.0.1 and Apache 2.0.44 problem

2003-02-19 Thread Paul Gregoire
To make changes to tomcat under jboss you must edit tomcat41-service.xml not server.xml; changes made to the server.xml will not be used by tomcat. The tomcat41-service.xml file will be located in your /deploy directory of the selected configuration set. Might i suggest that you purchase the

Re: ant deploy task?

2003-02-19 Thread Paul Yunusov
build.xml is provided. Ant makes building and deploying webapps a breeze, and I wish all Tomcat users read that little guide to make their lives easier. Thanks again to Craig for authoring it. Paul - To unsubscribe, e-mail: [EMAIL

Re: deployment with ant

2003-02-19 Thread Paul Yunusov
..., etc). Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Error while running JSP's on tomcat 3.2.4

2003-02-18 Thread Paul Bothma
by the call to org.apache.jasper.Constants.getString(). Hope some of this help. Paul -Original Message- From: Gupta, Ashish (CORP, Consultant) [mailto:[EMAIL PROTECTED]] Sent: 17 February 2003 19:59 To: Tomcat Users List Subject: RE: Error while running JSP's on tomcat 3.2.4 Hi Paul

RE: Tomcat querry

2003-02-18 Thread Paul Bothma
, for other methods of adding users, i.e. JDBC. Regards, Paul. -Original Message- From: Jayanshu Gandhi [mailto:[EMAIL PROTECTED]] Sent: 18 February 2003 07:36 To: [EMAIL PROTECTED] Subject: Tomcat querry Dear Sir, I have installed tomcat-4.1.18 on red hat linux-8.0 My problem is how to set

RE: Using Tomcat as a service in Windows 2000

2003-02-18 Thread Paul Bothma
Hi, Here is some docs on using IIS and Tomcat. http://paul.xtracker.co.za/iis.zip Paul -Original Message- From: AllStarRewards, Inc. Tech Support [mailto:[EMAIL PROTECTED]] Sent: 18 February 2003 10:26 To: [EMAIL PROTECTED] Subject: Using Tomcat as a service in Windows 2000 Hello

RE: Error while running JSP's on tomcat 3.2.4

2003-02-17 Thread Paul Bothma
Hi, Could you please post the JSP file. The problem appears to be with a MessageFormat.format() call in your code somewhere. Paul -Original Message- From: Gupta, Ashish (CORP, Consultant) [mailto:[EMAIL PROTECTED]] Sent: 17 February 2003 15:24 To: [EMAIL PROTECTED] Subject: Error while

JAR problems with Tomcat 4.1.12 on Redhat 7.1

2003-02-17 Thread Paul Bothma
. Doesn't give a ClassNotFoundException through. Anyway, if someone has any ideas, please help. Attached are the log files for the admin context and localhost. Thanks, Paul 2003-02-18 09:00:34 WebappLoader[/admin]: Deploying class repositories to work directory /usr/jakarta-tomcat-4.1.12/work

Apache 2 and Tomcat 4.1.12 on W2K

2003-02-16 Thread Paul Bothma
that the AddModule statement has been removed. I guess that the mod_jk.dll only works for version 1.3 of Apache. (I did notice something in the Apache docs that there are some changes to how modules are loaded in v. 2). Any ideas on what can be done to get Tomcat and Apache 2 to work together. Thanks, Paul

RE: servlets don't work in own webapp (finshed writing this time)

2003-02-15 Thread Paul Bothma
-nameSendMailServlet/servlet-name url-pattern/SendMailServlet/url-pattern /servlet-mapping Hope this help. Paul -Original Message- From: Jaap Duursma [mailto:[EMAIL PROTECTED]] Sent: 15 February 2003 13:23 To: [EMAIL PROTECTED] Subject: servlets don't work in own webapp (finshed writing

RE: Tomcat 4.1.12 Form authentication with IIS 5

2003-02-14 Thread Paul Bothma
to /admin it takes quite a long time (about 5 sec) to redirect me to login.jsp, whereas when I go to /admin on port 8080 it goes much quicker and it add the jsessionid= to the URL (which it doesn't do with IIS) Thanks, Paul -Original Message- From: Sean Dockery [mailto:[EMAIL PROTECTED

Re: RTFM and Ettiquette was: MY ATTITUDE

2003-02-14 Thread Paul Brinkley
At 05:59 PM 2/13/2003 -0800, Jeff Wishnie wrote: Although I agree wholeheartedly with the sentiment--do your homework before asking for help--lets not forget that given the disorganized state of most opensource documentation, being pointed to the proper docs helps a lot. Specifically, when

Tomcat 4.1.12 Form authentication with IIS 5

2003-02-13 Thread Paul Bothma
filter in IIS to redirect any request to *.jsp to Tomcat. (Works fine outside of the secure sections) Any ideas on how to correct this error. Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

<    4   5   6   7   8   9   10   11   12   13   >