Re: Install Apache3.14 with mod_jk.so and Tomcat3.2

2000-12-08 Thread Sandy McPherson
Mario Beekwilder wrote: Hi, We are trying to get Apache3.14 working with mod_jk.so and Tomcat3.2 on a Digital Alpha Tru64 4.0D Unix, with J2SDK 1.2.2. Everything compiled fine (thanks to the other mail-threads :) Apache with mod_jserv runs fine. Now the configuration of Tomcat and Apache

Servlet and pathinfo with jsp in Tomcat 3.2

2000-12-08 Thread Lipner, Tomas
The below code runs servlet "myservlet" with pathinfo "pages/welcome.jsp". frame NAME="main" SRC="%= context %/servlet/myservlet/pages/welcome.jsp" NORESIZE It functions correctly with Tomcat 3.1, but Tomcat 3.2 returns error message "The page cannot be found". Tomcat 3.2 doesn't interpret it

Re: preloaded feture

2000-12-08 Thread Jon Skeet
May I know that is't tomcat have the feture that preload a servlet each time I start the tomcat? For example, every time I start the tomcat, it will automatically load a servlet (this servlet will read a properties file, and set these properties to to ServletContext). If so, how to

compile errors for JSP

2000-12-08 Thread Stefan Woithe
Hi all, The situation is, that I have a JSP which contains an error. If I call an servlet that includes this JSP I don't get the compilation errors in the deliverd HTML Page. There is also no error stack printout on the console from which I've started tomcat. How can I get this error messages

Re: Application Path

2000-12-08 Thread Jon Skeet
Hello All, I have a question regarding application path in Tomcat. I have loaded and application named "myapp" under 'webapps' of Tomcat. Now, is it possible to know the full path of my application "myapp"?[i.e upto and including the folder 'myapp'] Within a request, use

RE: Install Apache3.14 with mod_jk.so and Tomcat3.2

2000-12-08 Thread Jan Stevens
Hi, What seems to happen is: Tomcat starts ( works fine) But when I start apache and include the mod_jk config file Apache doesn't start anymore. Unfortunately we don't get any error messages in any logfile. Where are working on an Alpha 1000 with Tru64 Unix 4.0D Jan -Original Message-

RE: Application Path

2000-12-08 Thread Albert Chang -
String appPath = request.getRealPath("/"); -Original Message- From: Saikat Chatterjee [mailto:[EMAIL PROTECTED]] Sent: Friday, December 08, 2000 5:17 PM To: [EMAIL PROTECTED] Subject: Application Path Hello All, I have a question regarding application path in Tomcat. I have

How to get

2000-12-08 Thread Vanja Vlaski
my application to run when I access http://localhost:8080 I must be able to run my application but instead of having http://localhost:8080/greeting/index.html to do this I would like to just type http://localhost:8080.How do I implement this? Thanks

RE: Application Path

2000-12-08 Thread Jon Skeet
You can use the "getDocumentBase()" method to find the path/URL of your servlet. and/or "getCodeBase()" which gets the base URL. No - both of those methods are for *applets*, not servlets. Jon

Diffs between 3.1 and 3.2

2000-12-08 Thread Patrik Beno
Hi people! I have application which behaves differently in tomcat 3.1 and 3.2. 3.1: loads ok, first page is displayd correctly 3.2: Browser complains document contained no data; tomcat or my code (don't know which of 'em) runs much longer - seems like looping somewhere I have to say

Multiple GETs on an SSLSocket

2000-12-08 Thread Michael Cohen (ETL)
Hi, This is more a java/ssl question then tomcat but any ideas on the following will be much appreciated... I'm using a servlet (will be using a servlet at the moment I'm testing in a standalone app.) as a client to connect via https to a server. I've got as far as making the server trusted

Re: Multiple GETs on an SSLSocket

2000-12-08 Thread horn_ken
Have you tried this on a non-SSL connection? A general problem with the IO in java (afaik) is that, if you read from the stream, such that you get a -1 returned, then the stream is effectively closed. You have to reconnect (I haven't tried SSL on this, but a plain socket works like this). If

servelet problem

2000-12-08 Thread Affan Alim
Hi, When i write a servelet and make a class file and where i put it. What is the directory structure in apache web server. please send me directroy structure. "affan"

RE: servelet problem

2000-12-08 Thread Subha Gowri K V
Hi, We are assuming that you want to use tomcat to execute jsp and servlets. 1. Edit your server.xml file. 2. Add a new context like this: Context path="/myproj" docBase="c:\Program Files\Apache Group\Apache\htdocs\myproj" debug="0" reloadable="true"/ 3. Create a folder structure like

Help needed for SSL

2000-12-08 Thread amit
HiAll,I'm using Tomcat as an Application server with Apache for an ecom site.I want to implement SSL to secure my online transactions from Apacheserver to client browser.With this reference , could you please comment on following issues:1) How I can accept data in a JSP , from a simple HTML

Subscribe me and my Email is shafi_yusuf@talk21.com

2000-12-08 Thread Shafi Yusuf

Subsccribtion

2000-12-08 Thread Shafi Yusuf
Could you subscribe me Tomcat please My email is [EMAIL PROTECTED] Thanks Bye

RE: Help needed for SSL

2000-12-08 Thread Michael Cohen (ETL)
Hi Amit, Easiest thing to do is set up apache with modssl and tomcat. Theres an excellent howto I found:- http://www.ccl.net/cca/software/UNIX/apache/ http://www.ccl.net/cca/software/UNIX/apache/ following the first installation link. The installation includes a makefile for setting up a self

RE: servelet problem

2000-12-08 Thread Affan Alim
Thankyou very much for you reply. I am running Apache on Linux Redhat 6.2 so could you please guide me how to set this up on linux. Please send me again directory structure if you know. Thanks and regards "Affan" -Original Message- From: Subha Gowri K V [mailto:[EMAIL PROTECTED]] Sent:

$20 bucks to the 1st person who actually solves my problem!!!

2000-12-08 Thread Adress, David S.
I am on this for days and I can't figure out what I'm doing wrong. I will send $20 bucks to 1st person who actually solves my problem. I am using jsp page's to control the layout of my page and servlets to spit back table data or to do database transactions. I have a jsp page that displays a

RE: $20 bucks to the 1st person who actually solves my problem!!!

2000-12-08 Thread Stefán F. Stefánsson
Try to find some way of using the javascript code "this.location.refresh()" in this. For example... you could have the JSP page or the servlet add the code onLoad="this.location.refresh()" into the body tag of the jsp page if the user has just deleted an entry. That way the client browser should

RE: $20 bucks to the 1st person who actually solves my problem!!!

2000-12-08 Thread Adress, David S.
In onload i'm trying a document.refresh. I'm not getting any javascript error so it's definitely calling it but it didn't solve the problem... Thanks -Original Message- From: Stefán F. Stefánsson [mailto:[EMAIL PROTECTED]] Sent: Friday, December 08, 2000 8:41 AM To: [EMAIL PROTECTED]

servelet problem

2000-12-08 Thread Affan Alim
Hi All, I am running Apache on Linux Redhat 6.2 so could any one please guide me how to set this up on linux. as well as where i put the servelet in apache eb server please send the directory structure of servlet class file. Please send me again directory structure if you know. Thanks and

RE: $20 bucks to the 1st person who actually solves my problem!!!

2000-12-08 Thread Adress, David S.
It didn't work Here is a copy of the jsp page and the servlet JSP PAGE html head meta http-equiv="Cache-Control" content="no-cache, must-revalidate" meta http-equiv="Expires" content="0" titleEmployee List/title /head body Employee List jsp:include page="/servlet/EmployeeList"

Re: servelet problem

2000-12-08 Thread Kief Morris
Affan Alim typed the following on 14:04 08/12/2000 + I am running Apache on Linux Redhat 6.2 so could any one please guide me how to set this up on linux. as well as where i put the servelet in apache eb server please send the directory structure of servlet class file. Please send me

RE: $20 bucks to the 1st person who actually solves my problem!!!

2000-12-08 Thread Chris Stratton
Save your money - if this works, fine. I've had the same problems a time or two myself. First, try putting the meta tags at the end of the page as well as at the start - something about the way the browsers process the information... I don't know. I do it, it helps. Secondly, keeping in mind

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

RE: 404 error w/ isapi_redirect.dll

2000-12-08 Thread Marc Saegesser
I noticed that the URI your requesting is /examples:8080/jsp/index.html. That'll never work. Try something like http://localhost:8080/examples/jsp/index.html -Original Message- From: Kintzer, Michael [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 07, 2000 12:05 PM To: '[EMAIL

RE: $20 bucks to the 1st person who actually solves my problem!!!

2000-12-08 Thread horn_ken
This last one sounds odd but does work sometimes, alternatively, when you send the add/delete command back, make it a POST on the form, IE will expect this to be dynamic data and not cache. Make the link submit the form with appropriate parameters. Ken. [EMAIL PROTECTED] on 08/12/2000

Configuring Tomcat

2000-12-08 Thread Bryan Burman
Hello, I'm new to Java development and I recently installed Tomcat 3.1 in order to have a server to run some servlet tutorials under. However, when I follow the instructions to configure my system, it calls for a file called servlets.properties to be present with some server configuration info

This List is over-whelming

2000-12-08 Thread John Marquart
TOMCATers, Is there any way to make a digest form of this list available? Is there an archive? I cannot find one mentioned at the jakarta homepage. This list generates a huge amount of traffic - much of it redundant or already contained in the faq. This is the kind of traffic that

Re: This List is over-whelming

2000-12-08 Thread Trevor Little
Here's a searchable archive http://w6.metronet.com/~wjm/tomcat/FromFeb11/mail11.html John Marquart wrote: TOMCATers, Is there any way to make a digest form of this list available? Is there an archive? I cannot find one mentioned at the jakarta homepage. This list generates a

Re: This List is over-whelming

2000-12-08 Thread Travis Low
How about a separate list for tomcat-jsp? T John Marquart wrote: TOMCATers, Is there any way to make a digest form of this list available? Is there an archive? I cannot find one mentioned at the jakarta homepage. This list generates a huge amount of traffic - much of it

RE: $20 bucks to the 1st person who actually solves my problem!!!

2000-12-08 Thread Michael Remijan
David, This might be worth a shot. in the page you want reloaded, try adding in this head META HTTP-EQUIV = "Pragma" CONTENT="no-cache" /head this meta tag forces no cache of the page so it is suppose to be refreshed from the server everytime. Let me know if this help. Mike -Original

FW: $20 bucks to the 1st person who actually solves my problem!!! - WE HAVE A WINNER!!!

2000-12-08 Thread Adress, David S.
FYI -Original Message- From: Adress, David S. Sent: Friday, December 08, 2000 10:08 AM To: '[EMAIL PROTECTED]' Subject: RE: $20 bucks to the 1st person who actually solves my problem!!! BINGO! that's itI wasn't doing a commit and I was connecting to access...so access doesn't do

AW: AW: Java VJM won't quit?

2000-12-08 Thread Ralph Einfeldt
You can also create endless loops/recursions by misconfiguration. And there can be a comletly other reason. Did you try to increase the log level of tomcat? Did you try to use a debugger? -Ursprüngliche Nachricht- Von: Matt White [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 8.

Servlet Mapping

2000-12-08 Thread Edson Carlos Ericksson Richter
Hi! I have several apps from same organization. To permit one app exchange objects with others, I'm using a unique context, and then each app have their sub-directory. Like this: webapps\app1 webapps\app2 webapps\app3\subdir1 and so on. Using Resin Web Server, I`ve mapped servlet execution

Re: This List is over-whelming

2000-12-08 Thread John Marquart
Well - I am glad that there does exist a list-archive, however that appears to be the tomcat-dev list and not the tomcat-user list. The view by date links all appear to be broken as well. The search function works :) So I thanks you for the link. -jamie On Fri, 8 Dec 2000, Trevor Little

Working with the Jakarta NT Service

2000-12-08 Thread Reto Badertscher
Hi Gal, Setting up Tomcat 3.2 on my Windows System as a service and read youre note: "Special note: The Tomcat service is using AJPV12 to perform clean shutdown and you should make sure that an AJPV12 connector is defined in your server.xml. In the absence of a configured AJPV12 port the Tomcat

Starting Tomcat

2000-12-08 Thread Reto Badertscher
Hello, I need some help to start Tomcat from KAWA to debug servlets and JSP's. My Tomcat installation works (with the examples and servlets written by my own). I followed the instructions from the KAWA team, but every time when running a servlet from within KAWA i got the following message:

limit threads per servlet in Tomcat

2000-12-08 Thread J Y
Hi I wish to setup Tomcat to limit threads per servlet, say 20 threads to execute in one servlet concurrently. the 21th request would cause the Tomecat engine to generate a new servlet instance. Is there a way to do it. any comment appriciated. Also, what's the performance concerns. is that

RE: $20 bucks to the 1st person who actually solves my problem!!! - WE HAVE A WINNER!!!

2000-12-08 Thread NESTORS Andris (AC-Creation)
So it was nothing to do with caching ? # -Original Message- # From: Adress, David S. [mailto:[EMAIL PROTECTED]] # Sent: Friday, December 08, 2000 3:09 PM # To: '[EMAIL PROTECTED]' # Subject: FW: $20 bucks to the 1st person who actually solves my # problem!!! - WE HAVE A WINNER!!! # # #

RE: $20 bucks to the 1st person who actually solves my problem!!! - WE HAVE A WINNER!!!

2000-12-08 Thread Adress, David S.
I guess it appeared to be caching -Original Message- From: NESTORS Andris (AC-Creation) [mailto:[EMAIL PROTECTED]] Sent: Friday, December 08, 2000 10:57 AM To: '[EMAIL PROTECTED]' Subject: RE: $20 bucks to the 1st person who actually solves my problem!!! - WE HAVE A WINNER!!! So it

Re: limit threads per servlet in Tomcat

2000-12-08 Thread Clifford . Okoro
Oh yes there is a way to set it. In the server.xml file. Like this Connector className="org.apache.tomcat.service.PoolTcpConnector" Parameter name="handler" value="org.apache.tomcat.service.connector.Ajp12ConnectionHandler"/ Parameter name="port" value="8007"/

RE: limit threads per servlet in Tomcat

2000-12-08 Thread Kitching Simon
Hi Jay, Why would you want to do this? As far as I can see, having one object with 21 threads is *more* efficient than 21 threads distributed across two objects. If you have some kind of lock contention, then using two objects is not going to improve this; by definition, a lock is only

RE: limit threads per servlet in Tomcat

2000-12-08 Thread Kitching Simon
Hi, I think this answer is to a slightly different question than the one that was asked... The config example below limits the number of threads handling client requests to 3. However, any further clients that connect *wait* for an earlier request to finish (freeing the thread). The original

RE: $20 bucks to the 1st person who actually solves my problem!!! - WE HAVE A WINNER!!!

2000-12-08 Thread G.Nagarajan
This is off topic but this reminds me that most of the time we try to solve problems thinking that we have understood the problem completely and have an intuition where the solution is. And we spend lots of effort and time trying to fix the imaginary problem. Like in this case, we thought it was

RE: $20 bucks to the 1st person who actually solves my problem!!! - WE HAVE A WINNER!!!

2000-12-08 Thread Adress, David S.
These lists are great becuase sometimes you need others to provide a new outlook to the problem -Original Message- From: G.Nagarajan [mailto:[EMAIL PROTECTED]] Sent: Friday, December 08, 2000 11:38 AM To: [EMAIL PROTECTED] Subject: RE: $20 bucks to the 1st person who actually solves

Re: running init() twice?

2000-12-08 Thread Irina Rubenchik
I'm running on winNT, and I do have print statements in my init(). This is how I see that it is being called for both frames. "Parayali, Jayesh 1065" wrote: are you running on winNT? try displaying something inside init() like System.out.println("now starting init"); -Original

servlet or page target _top in IE

2000-12-08 Thread Michael Remijan
Hi, Ok, in Navigator I can use META HTTP-EQUIV="Window-target" CONTENT="_top" and have a servlet call a page and have that page not be in a frame. As usual, Navigator and IE don't agree. IE ignores this META tag so the page still appears in the frame. I also tried

RE: Using Jikes with Tomcat 3.2 final

2000-12-08 Thread Arun Katkere
We ended up writing our own ContextInterceptor which looked up servlet named "jsp" and configured it to use jikes: public void contextInit(Context ctx) throws TomcatException { if(ctx.getDebug() 0) { ctx.log("JikesContextInterceptor - init " + ctx.getPath() + " " +

Re: NT authentication

2000-12-08 Thread Craig R. McClanahan
Josh Knowles wrote: Is there any way that you can set up a page to tap into NT authentication? I dont know if this would be something that gets set in tomcat or if it is something that is non-tomcat related so I thought I would just try this list.Thanks,JoshJosh Knowles Web Developer

Re: Accessing the ServletOutputStream via RequestInterceptors

2000-12-08 Thread Craig R. McClanahan
Alex Garrett wrote: Hello, all, I'm trying to find a way to modify the content of a servlet after the servlet has completed all of its processing but before it actually gets sent to the browser (obviously). Here's the context. Our web site stores all its content in XML. All servlets,

Re: Form Authentication through Apache

2000-12-08 Thread Craig R. McClanahan
Yasunari Sato wrote: It seems to work well that user authenticate by form based authentication in stand alone tomcat service. But when I integrate apache and tomcat, authentication doesn't work. I ckecked that Servlets which does not require authentication works well. Is there a special

Re: scope of a bean

2000-12-08 Thread Craig R. McClanahan
Randy Layman wrote: Section 1.4.3 of the JSP 1.1 Final Spec (page 24). Its available at http://www.javasoft.com/products/jsp/download.html http://www.javasoft.com/products/jsp/download.html My own understanding: Session starts at the first time a user in a particular web browser instance

why can't I get the ApJservMount right

2000-12-08 Thread Filip Hanik
I must be missing something crucial. I am playing around with Tomcat and Apache and I am reading the Tomcat User Guide. I copied and pasted the examples on how to write a tomcat-apache configuration file I still can not get the ApJServMount command to work properly. In the document it says

RE: running init() twice?

2000-12-08 Thread Parayali, Jayesh 1065
Title: RE: running init() twice? Send me the piece of html or jsp where u r invoking your servlet. -Original Message- From: Irina Rubenchik [SMTP:[EMAIL PROTECTED]] Sent: Friday, December 08, 2000 8:42 AM To: Parayali, Jayesh 1065 Cc: tomcat-user Subject: Re: running init() twice?

RE: Install Apache3.14 with mod_jk.so and Tomcat3.2

2000-12-08 Thread Hernandez, Rey
To add my dilemma, I have the same problem with Apache 1.3.14 on NT. I have installed Tomcat 3.2final and when I include the LoadModule jk_module modules/mod_jk.dll apache doesn't start, no error message except for "The service failed to start" and no logs or anything. Apache worked fine with

RE: 404 error w/ isapi_redirect.dll

2000-12-08 Thread Kintzer, Michael
Yes you are right. Obviously that won't work and I'm not sure where that came from, maybe when I was trying different things. It's hard for me to tell what is actually going on in the isapi.log file, it doesn't seem clear to me when a request starts and stops in the log. Do you know what I

List of archives for tomcat-user

2000-12-08 Thread David Rees
TOMCATers, Is there any way to make a digest form of this list available? Is there an archive? I cannot find one mentioned at the jakarta homepage. There is an archive (actually, two!) In fact, I posted this information last week:

mod_jserv versus mod_jk

2000-12-08 Thread Dan R. Labonte
hi all, I'm wondering if any one has good reason to load mod_jk instead of mod_jserv. And if so would anyone out there have install specific instructions for HP-UX. I'm in dire need here and being a newbie doesn't seem to help out any. I've searched the archives to no avail, and I'm still

Regarding ISAPI_REDIRECT.DLL

2000-12-08 Thread Marimuthu Muthusamy
Hello, I have tried to install and configure ISAPI Redirector with tomcat3.2 and IIS 4.0. I have done everything mentioned in the HOW-TO document. but still the IIS 4.0 id not loading the isapi_redirect.dll. it shows the red arrow pointing downwards. I have also troubleshooted with the

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

2000-12-08 Thread Jose Euclides da Silva Junior - DIGR.O
-BEGIN PGP SIGNED MESSAGE- Hi, everybody! Unfortunately, it seems that there is an important limitation when using Jason's components. The developer cant mix text fields and file setting fields in the form! Good luck, José Euclides Júnior __ E-mail:

Re: Session snooper

2000-12-08 Thread Craig R. McClanahan
Matthew Preston wrote: I'm need to create a simple tool for Tomcat so that I can see how many users have active sessions for the available Contexts. e.g. how many sessions are active for /admin with details for each. Rather than reinventing the wheel I was wondering if someone has already

Re: limit threads per servlet in Tomcat

2000-12-08 Thread Craig R. McClanahan
J Y wrote: Hi I wish to setup Tomcat to limit threads per servlet, say 20 threads to execute in one servlet concurrently. the 21th request would cause the Tomecat engine to generate a new servlet instance. There is no way to do this in Tomcat. On the other hand, doing this would not help

User Authentication config (Tomcat vs. Apache)

2000-12-08 Thread Russell Allen
Greetings all, I am having trouble getting authorization to work for a web-app in Tomcat. I would appreciate any advise I can get. Here is my case: I am using Apache 1.3.12 Tomcat 3.2 (I also want 3.1 to work) I have a webapp deployed entirely under Tomcat/webapps/ecims I want user

Re: valueUnbound() event in HttpSessionBindingListener

2000-12-08 Thread Craig R. McClanahan
"G.Nagarajan" wrote: How is it actually done internally? i.e., is there a thread similar to the garbage collector which checks the current sessions or is the session invalidated only when a request comes from the client. The second option will mean that the objects in the session will be

RE: Error Messages

2000-12-08 Thread Duane Morse
Title: Error Messages I think you can get errors of this type if the user clicks the STOP button on the browser before the response is completely transmitted (or, equivalently, when the user closes the browser prematurely). Duane Morse, Eldorado Computing Inc., Phoenix AZ

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

Re: Diffs between 3.1 and 3.2

2000-12-08 Thread Craig R. McClanahan
Patrik Beno wrote: Hi people! I have application which behaves differently in tomcat 3.1 and 3.2. 3.1: loads ok, first page is displayd correctly 3.2: Browser complains document contained no data; tomcat or my code (don't know which of 'em) runs much longer - seems like looping

RE: Error Messages

2000-12-08 Thread CPC Livelink Admin
Title: Error Messages At the risk of a 'me too' barrage, I have encountered the same message on many static items like images. I was ignoring it since that pages worked, but it would be nice to know what it is. I did not see it in 3.1, only 3.2on NT 2000 -Original Message-From:

Using Apache user authentication for pages served by Tomcat

2000-12-08 Thread guyr
Someone else said they could not get authentication directives defined to Apache to work for pages redirected to Tomcat. I encountered the same problem, but have found a workaround. If you update your server.xml file so that the document root used by Tomcat for a particular context is in the

RE: Error Messages

2000-12-08 Thread Parayali, Jayesh 1065
Title: RE: Error Messages Right now its not causing any problem. But it might be slowing down tomcat Its happening when I hit refresh on IE. It is not happening when I refresh using Netscape Communicator. The HTTP protocol must be different. I will check that later and keep you posted if

3.2 NullPointer tossed from HttpSessionFacade

2000-12-08 Thread Sean Kroah
We are migrating our tomcat 3.1 compatible serverlet to the 3.2Final release. Occassionally we see a NullPointerException get tossed from HttpSessionFacade whenever we try to access something from the Session, say get or set an attribute. This only happens on very long transactions, where we

RE: multipart requests and file uploads problems on the Apache c onnection

2000-12-08 Thread Josh Knowles
I have had no problems mixing the two -Original Message- From: Jose Euclides da Silva Junior - DIGR.O [mailto:[EMAIL PROTECTED]] Sent: Friday, December 08, 2000 12:20 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RES: multipart requests and file uploads problems on the Apache c

RES: multipart requests and file uploads problems on the Apache c onnection

2000-12-08 Thread Jose Euclides da Silva Junior - DIGR.O
-BEGIN PGP SIGNED MESSAGE- Even in NT environment? Thank you. José Euclides Júnior __ E-mail: [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] http://euclides.8m.com - -Mensagem original- De: Josh

problem with max_threads 100

2000-12-08 Thread William Au
I am getting the following exceptions when I set the max_threads parameter to 256. I am using Tomcat 3.2 standalone with the PoolTcpConnector. I looked at the source code of jasper.runtime.JspFactoryImpl and discovered that it is hard-coding 100 to be the size of a SimplePool it uses internally.

RE: bind error

2000-12-08 Thread John de la Garza
The jvm is not running...for sure it is not. The funny thing is that aft4er I get this error message it still works! I am using jdbc real formbased security...I don't know if this could be part of the issue. as for 3.1 it is stopped... also, I am running tomcat as a standalone server on port

RES: multipart requests and file uploads problems on the Apache c onnection

2000-12-08 Thread Jose Euclides da Silva Junior - DIGR.O
-BEGIN PGP SIGNED MESSAGE- i KNOW IT. BUT IIS DOESNT... José Euclides Júnior __ E-mail: [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] http://euclides.8m.com - -Mensagem original- De: Josh Knowles

RES: multipart requests and file uploads problems on the Apache c onnection

2000-12-08 Thread Jose Euclides da Silva Junior - DIGR.O
-BEGIN PGP SIGNED MESSAGE- tank you. José Euclides Júnior __ E-mail: [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] http://euclides.8m.com - -Mensagem original- De: Chris Halverson [SMTP:[EMAIL

Re: multipart requests and file uploads problems on the Apache c onnection

2000-12-08 Thread Steve Ruby
I agree, works fine for me, make sure you are trying to read the non-file parameters with the multipart reader and not just with the method from Tomcat.. Once the user sends the mime post the whole thing is mime not just the file... Chris Halverson wrote: NT4.0, Solaris 2.6 and Solaris 2.8

RE: bind error

2000-12-08 Thread Randy Layman
Something else is using the port? Check that: 1. You are not still running Tomcat 3.1 (is so, change the ports for Tomcat 3.2 in the server.xml file) 2. Try stoping and then starting. Make sure that the JVM actually dies before restarting. 3. Without Tomcat

RE: multipart requests and file uploads problems on the Apache c onnection

2000-12-08 Thread Josh Knowles
Java is Java no matter what OS you are running on. I have used the multipart on both RedHat 6.2 and Win2k with no problems. -Original Message- From: Jose Euclides da Silva Junior - DIGR.O [mailto:[EMAIL PROTECTED]] Sent: Friday, December 08, 2000 1:57 PM To: [EMAIL PROTECTED] Subject:

RE: bind error

2000-12-08 Thread John de la Garza
also, SunOS 5.6 login: only shows up when I am running tomcat on port 80... If tomcat is not running telnet can't connect to port 80, but I still get the bind error! This all started since I switched to JDBC realm security stuff... -Original Message- From: John de la Garza

Re: RES: multipart requests and file uploads problems on the Apachec onnection

2000-12-08 Thread Joe Laffey
On Fri, 8 Dec 2000, Jose Euclides da Silva Junior - DIGR.O wrote: -BEGIN PGP SIGNED MESSAGE- Even in NT environment? Thank you. I have had no problems mixing the two [regarding mixing file uploads with regular form data in multipart requests] I have had it work under NT (Apache

Re: Error Messages

2000-12-08 Thread Rebecca
Title: Error Messages i have sent 4 requests to unsubscribe to: [EMAIL PROTECTED] but i keep getting messages. any clue as to why this is? - Original Message - From: Duane Morse To: '[EMAIL PROTECTED]' Sent: Friday, December 08, 2000 2:56 PM Subject: RE: Error

RE: multipart requests and file uploads problems on the Apache c onnection

2000-12-08 Thread Chris Halverson
Title: RE: multipart requests and file uploads problems on the Apache c onnection NT4.0, Solaris 2.6 and Solaris 2.8 work fine too as you would expect. -Original Message- From: Josh Knowles [SMTP:[EMAIL PROTECTED]] Sent: Friday, December 08, 2000 2:15 PM To: '[EMAIL PROTECTED]'

Ant comile error

2000-12-08 Thread Matt Becker
Hi. I was trying to set up a simple web application and copied the sample application for a starting point. The Tomcat doc on web applications said to set everything up like so and run a build script which runs ant. I get this error: Exception Thread: java.lang.NoClassDefFoundError:

Security and virtual hosts on Tomcat 3.2

2000-12-08 Thread Nirav S. Desai
Hi, I am trying to set up a secure tomcat/apache server. I have Apache set up with mod_ssl and tomcat 3.2 setup with viruatl hosts. All of this works great. However, I am haveing trouble getting the secure and insecure hosts to map to different pages in tomcat. That is, I want

ApJServAction replacement in Tomcat?

2000-12-08 Thread Andrew Oliver
Hello, I'm working with some 3rd party code that uses ApJServAction (the servlets run in Jserv), I'm attempting to convert over to Tomcat and Ajp13. However, I'm not sure how to set this up or even IF it can be setup. Is there a way to do something similar with the new connector/tomcat?

JSP

2000-12-08 Thread Andy Fok
Please let me know and subsribe to this forum if this is where I can get help from Tomcat installation that allows me to write JSP files and have them displayed from my personal Apache server running on my own Pc (Windows 2000). Up to now, I still was not able to display the jsp files properly

Re: mod_jk.so problem

2000-12-08 Thread bill french
hi, thanks for your reply. i actually got it to work about a half an hour after i posted with this command: /usr/local/apache/bin/apxs -o mod_jk.so -I../jk -I/usr/java/jdk1.3/include -I/usr/java/jdk1.3/include/linux -c *.c ../jk/*.c hardcode once, hardcode again, i suppose. oh well. -bill

Java Pet Store Demo in Tomcat/WebLogic

2000-12-08 Thread Robert Danek
Hello, I'm trying to take the Java Pet Store demo that is available on the java.sun.com site and have the JSPs/beans run in Tomcat and the EJBs run as a back end on WebLogic. I have run into a number of technical problems already (problems with the env-entry tags that are used in web.xml, the

RE: Diffs between 3.1 and 3.2

2000-12-08 Thread Marc Saegesser
Ahhh, that explains it. I've been meaning to look into why my first request takes so damned long. I just added the following line of code to the init() method of one of load on startup servlets and now my first requests goes through just fine. new java.security.SecureRandom().nextLong();

bind error

2000-12-08 Thread John de la Garza
Since I have switched to tom cat 3.2 when I restart the server I get this: Starting tomcat. Check logs/tomcat.log for error messages FATAL:java.net.BindException: Address in use: JVM_Bind java.net.BindException: Address in use: JVM_Bind at java.net.PlainSocketImpl.socketBind(Native

apache - tomcat configuration- urgent

2000-12-08 Thread Kotturi, Rajendra
Hi, I have an application which consists of pure Java Servlets (not the jsp) . I would like the request for these .class servlets to be sent tomcat server by the apache. How should I configure my Tomcat apache for doin this. And where should I locate these class files. And what will be my

Re: Java Pet Store Demo in Tomcat/WebLogic

2000-12-08 Thread Madhu Narasa
Robert, That should be possible, actually apart from the "Connection reset messages" (the message posted earlier) using Tomcat was relatively straightforward. You can look at the following document that gives the steps to port the example to jboss + Tomcat.

Problem with user authentication w/ Tomcat v4.0 m4

2000-12-08 Thread Bryan Basham
Hello, [I attempted to look this topic up on the alias archive, but after reading a few unrelated posts (search on "authentication" AND "document contains no data") and then various server not available attempts I gave up and decided to write to the group.] I am trying to

Re: ENC: multipart requests and file uploads problems on the Apache connection

2000-12-08 Thread faustas . zilinskas
On Fri, 8 Dec 2000, Jose Euclides da Silva Junior - DIGR.O wrote: Hi, everybody! Unfortunately, it seems that there is an important limitation when using Jason's components. The developer cant mix text fields and file setting fields in the form! In the version I have you can mix them to

RE: Tomcat + Jboss - porting Pet Store

2000-12-08 Thread Parayali, Jayesh 1065
Title: RE: Tomcat + Jboss - porting Pet Store I checked the code... it says ignore this message. Check out PoolTcpEndPoint.java -Original Message- From: Madhu Narasa [SMTP:[EMAIL PROTECTED]] Sent: Friday, December 08, 2000 2:20 PM To: [EMAIL PROTECTED] Subject: Tomcat + Jboss -

  1   2   >