RE: multipart requests and file uploads problems on the Apache connection

2000-12-08 Thread CPC Livelink Admin
That's interesting, since I've been doing that for some time now with no issues. -Original Message- From: Jose Euclides da Silva Junior - DIGR.O [mailto:[EMAIL PROTECTED]] Sent: Friday, December 08, 2000 03:20 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RES: multipart requests an

RE: who added this?

2000-12-08 Thread CPC Livelink Admin
I saw that the other day. It happened to me when I was trying to use the /servlet/ and I mistyped it as /servlets/. I was in a development cycle though, so there may have been other problems, but changing from /servlets/ to /servlet/ mad it stop. Maybe it is something similar? -Original Mes

RE: Tomcat under UNIX Newbie Question

2000-12-07 Thread CPC Livelink Admin
Actually, it should be the same as the contents of the ZIP file. The binaries are the same everywhere since java is 'portable.' Alos, there are both source and binary distributions, but neither is platform specific. -Original Message- From: Stuart Morse [mailto:[EMAIL PROTECTED]] Sent:

RE: posting to servlets from a url

2000-12-06 Thread CPC Livelink Admin
ted or get from the servlets? I wanted to avoid putting security code in every servlet, one by one. -Original Message- From: CPC Livelink Admin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 06, 2000 5:16 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: posting to servlets fr

RE: posting to servlets from a url

2000-12-06 Thread CPC Livelink Admin
You could implement a simple locking mechanism. When you are about to access one of your classes, set a session or request scoped bean or session variable, and then in your servlets, check for that object, and then remove it. -Original Message- From: John de la Garza [mailto:[EMAIL PROT

RE: Can't find apxs command

2000-12-06 Thread CPC Livelink Admin
  My apxs was in apache/bin and it is indeed in perl.  If the perl interpreter is not found, than a likely error message will be that apxs is not found. -Original Message-From: Yong Boone [mailto:[EMAIL PROTECTED]]Sent: Wednesday, December 06, 2000 01:54 PMTo: [EMAIL PROTEC

RE: scope of a bean

2000-12-06 Thread CPC Livelink Admin
lear it up? Regards, Paul -Original Message- From: Peter Choe [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 06, 2000 01:51 PM To: [EMAIL PROTECTED] Subject: Re: scope of a bean so... if i use a redirect like an action in a form, it creates a new bean? CPC Livelink Admin wrote: > &g

RE: Your thoughts on organizing multiple web apps

2000-12-06 Thread CPC Livelink Admin
I believe that what you have stated is the generally accepted practice, though some may argue that there is NO good time to put a jar in the TOMCAT_HOME/lib directory. If you are on a system that permits it, the use of links (hard or symbolic) is also suggested to reduce storage space requirement

RE: scope of a bean

2000-12-06 Thread CPC Livelink Admin
Also, are you using a forward or redirect? A redirect makes a new request from the browser, a forward does it all internally (ie same request). -Original Message- From: Edson Carlos Ericksson Richter [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 06, 2000 12:48 PM To: [EMAIL PROTE

RE: SSL for SOAP on TOMCAT

2000-12-05 Thread CPC Livelink Admin
Not being a user of SOAP, my answer is that usage of SSH (openssh.org) to form a secure tunnel using port redirection would be effective. Then it matters not what versions you are using. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 06, 2

RE: Fwd:Re[2]: mod_jk and JDBC?

2000-12-05 Thread CPC Livelink Admin
Is this the thin driver or the one that requires OCI/client install. I have been successfully running the thin drivers against 8.1.6 for some time now (jdk 1.1.8) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Travis Low Sent: Tuesday, December 05, 200

RE: cgi-bin

2000-12-05 Thread CPC Livelink Admin
As has been mentioned earlier on this list, Tomcat does not have any CGI capabilities. This could, however, be implemented in a servlet. A general call went out to see if anyone was interested in writing one, but I did not see any takers. To implement what you want to work, you will need to pl

RE: is it possible to dynamically create and interpret JSP?

2000-12-04 Thread CPC Livelink Admin
Sure it's possible - depending on your JVM's security manager. If you have access to write to your document root directory, then you can write a file to that directory and then redirect/forward to it. It will then be compiled and executed. You will probably want to create a directory in the web

RE: tomcat.log file not found

2000-12-04 Thread CPC Livelink Admin
Title: tomcat.log file not found   The message 'Starting tomcat. Check logs/tomcat.log for error messages' is purely informational.  If there were any errors, they would be logged in a file of this name.   But to find the file, on windows, right click on my computer, select Find (Search on

RE: Remove me please.

2000-12-01 Thread CPC Livelink Admin
Unsubscribe both using the alternate method - From the list instructions you got when you first signed up : To unsubscribe from this list To stop subscription for an alternate account (e.g. [EMAIL PROTECTED]) send an eMail to [EMAIL PROTECTED] Encode al

RE: temporary page

2000-11-29 Thread CPC Livelink Admin
  Put your processing in a background thread.  Put a META Refresh tag in your HTML to refresh a monitoring servlet priodically. If the processing is not done, the monitoring servlet returns the same refresh tag, else it forwards/redirects to the real data you want to show.   Or you could lo

RE: Multipart stuff - inside JSP?

2000-11-27 Thread CPC Livelink Admin
I use it all the time in my JSPs. I don't understand why you are trying to embed the source in the JSP instead of just using it though - Here is how I use it : <%@ page language="java" import="java.io.*, java.util.*" errorPage="load-action-docs-error.jsp" %> 8< snip >8

RE: Getting servletinputStream from a specific field of the posted form?

2000-11-26 Thread CPC Livelink Admin
You need to get a multi-part post data handler. There is one at www.servlets.com (the O'Reilly servlets site) which is not wuite free (must buy the book to use it commercially), but does work well. If you browse the archive, (http://marc.theaimsgroup.com/?l=tomcat-user&r=1&w=2 is one archive),

RE: Shutdown problem

2000-11-26 Thread CPC Livelink Admin
  It is still the environment problem. The 2816 setting is just an estimate, since it will be affected by other environment variable you have set, what paths you choose to put things in etc.  Increase that number by a lot (be absurd in your first test) and try to shutdown.  You should not se

RE: how do I?

2000-11-21 Thread CPC Livelink Admin
Unsibscribe both using the alternate method - From the list instructions : To unsubscribe from this list To stop subscription for an alternate account (e.g. [EMAIL PROTECTED]) send an eMail to [EMAIL PROTECTED] so, therfore, email to : [EMAIL PROTECT

RE: can't get tomcat to compile...servlets.

2000-11-17 Thread CPC Livelink Admin
Not positive, but this may be that you did not specify tools.jar on your command line. I beleive I saw sometime a long time ago on this list that this was required to compile anything in-process. You probably will need to update the startup script to get it correctly (since it didn't get it itse

RE: getParameter is NOT a string?

2000-11-17 Thread CPC Livelink Admin
It is acting correclt. Both user and "admin" are java objects, and they are not the same one, even though they have equivalent string values. Object equivalence is what == tests. The test you want is : if (user.equals("admin")) { } Regards, Paul -Original Messa

RE: [Basic] JSP help!

2000-11-17 Thread CPC Livelink Admin
1. In a jsp you can use response.sendRedirect("") to send the browser an instruction to open another page. Forward does like you say - totally a server thing. 2. I believe it is request.getContextPath 3. Go to the Java site (www.javasoft.com) and go to their tutorial or search o

RE: Number of Instances

2000-11-16 Thread CPC Livelink Admin
Here's my humble attempt to explain. The single thread model says to the servlet container that your servlet should only be run on one thread only. Multithreading in the server is then implemented by creating multiple of your single thread model servlets, one for each thread that is required to

RE: Using Jasper for template processing?

2000-11-14 Thread CPC Livelink Admin
PROTECTED]] Sent: Tuesday, November 14, 2000 10:41 AM To: [EMAIL PROTECTED] Subject: RE: Using Jasper for template processing? --- CPC Livelink Admin <[EMAIL PROTECTED]> wrote: > the servlets except in a web environment. But, being able to do what > JG > wants can be useful - f

RE: Using Jasper for template processing?

2000-11-13 Thread CPC Livelink Admin
Remember, Servlets are not necessarily HTTP beasts. The servlet spec (from my perusal) specifically leaves open what kind of environment the servlet will live in. This is why there are specific HTTP extentions of the base servlet classes. Now, that being said, I don't know of any other way to

RE: downloading Word doc

2000-11-13 Thread CPC Livelink Admin
Is it just word, or excel, powerpoint, etc too? Could this be the Frontpage extentions/Office SP1a bug rearing it's ugly head? This bug causes issues when Word tries to download the file, but it doesn't share the same browser cookies/sessions and so it gets sent to a login page or something els

RE: non-cookie session tracking?

2000-11-13 Thread CPC Livelink Admin
Title: RE: non-cookie session tracking?   Well, for the first one, they don't have a session yet - so the JavaScript just needs to be smart enough to behave when it's not there.  As sson as they hit a dynamic page, they will get a session, and then the 'static' pages can use it. -Orig

RE: out.write() method

2000-11-13 Thread CPC Livelink Admin
Maybe its that you need to replace "\n" with "" (Break Line) to get the new lines in HTML, since HTML ignores the formatting of the input text. (Unless you use the tag I think) -Original Message- From: Peter Choe [mailto:[EMAIL PROTECTED]] Sent: Monday, November 13, 2000 11:44 AM To: [

RE: non-cookie session tracking?

2000-11-13 Thread CPC Livelink Admin
That's the problem with not using cookies. Since (in most cases) you will be using tomcat in conjunction with some other web server (tomcats limited web server is not sufficient for heavy use), the web server will directly serve your static pages - tomcat will never see them. If you need to trac

RE: internal servlet error(pl. help assoon as possible

2000-11-11 Thread CPC Livelink Admin
As I believe someone mentioned before, you are getting a Null pointer exception. You need to find out why you are getting a null pointer here : at com.se.error.ErrConstants.SETRACE(ErrConstants.java:101) at com.sefgcr.helper.jsp.gen.TfgWelcome.processRequest(TfgWelcome.java:43) This could be L

RE: Request Parameters Getting Lost

2000-11-10 Thread CPC Livelink Admin
es and getParameterValues as you've said.  I just wrote the wrong method name in my original email. Given that we are using the proper methods, is there any way to explain this behavior? Thanks, Jason Voegele -Original Message- From: CP

RE: Request Parameters Getting Lost

2000-11-10 Thread CPC Livelink Admin
Actually, the functions are getParameterNames and getParameterValues -Original Message- From: Stefan Woithe [mailto:[EMAIL PROTECTED]] Sent: Friday, November 10, 2000 12:25 PM To: [EMAIL PROTECTED] Subject: Re: Request Parameters Getting Lost Hi Jason, I use Tomcat 3.1final and in an

RE: CAN'T UNSUBSCRIBE

2000-11-09 Thread CPC Livelink Admin
Unsubscring does work - you must be using the wrong email address - here is the list subscription faq (BTW, I am not an admin) Pay sepcial attention to the section about unsibscribing a apecific email which may be different from which you are sending: To unsubscribe from this list <mai

RE: Pl. help me to unsubscribe...

2000-11-07 Thread CPC Livelink Admin
email address in the unsubscribe email address, like thus : I want to unsubscribe '[EMAIL PROTECTED]'. Then send email to : [EMAIL PROTECTED] If this doesn't work for you, I'm sorry - I am not in any way an admin for this mailing list. -Original Message- From: Sub

RE: Tomcat as an NT service - stop when logging out

2000-11-01 Thread CPC Livelink Admin
I believe this is a known behaviour of Java 1.3 - switch to a 1.2 rev. -Original Message- From: Geoff Moriak [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 01, 2000 01:51 PM To: [EMAIL PROTECTED] Subject: Tomcat as an NT service - stop when logging out I have installed Tomcat as

<    1   2