Re: FLAW IN SERVLET SPECIFICATION IS THE REASON FOR LACK OF STANDARD SUPPORT FOR FILE UPLOAD

2001-02-14 Thread servletAPI-feedback
Thank you for your feedback on the Servlet API. Your feedback will be read by an engineer on the Java Servlet API Team and given serious consideration. We will contact you directly if we have further questions about your feedback. --

FLAW IN SERVLET SPECIFICATION IS THE REASON FOR LACK OF STANDARD SUPPORT FOR FILE UPLOAD

2001-02-14 Thread OraPIM2000
Ufortunately both servlet spec 2.2 as well as the proposed servlet spec 2.3 are not compliant with neither RFC 1867 nor RFC 2616 although in some parts of the specs mentions is given of HTTP 1.1 and one is let to believe that those specs be compliant with HTTP 1.1. A further evidence which let

AW: AW: Caching with Tomcat 3.2

2001-02-14 Thread Ralph Einfeldt
- JServ can handle jsp with gnujsp (that what we are doing in and out) It's nearly complete subset of JSP 1.0 (No ), but it works. - Whithin the scope of the original question it doesn't matter if your are talking about jsp's or servlets because jsp's are compiled into servlets. Of cours

Re: Caching with Tomcat 3.2

2001-02-14 Thread $BM{(B $BBgL@(B
Hi, Rick check these two web sites. http://www.flashline.com/Components/appservermatrix.jsp http://www.mgm-edv.de/ejbsig/ejbservers_tabled.html you can try JBoss, It is free EJB server. There are several free Application servers on this site. Daming - Original Message - From: "Rick Rob

Re: Caching with Tomcat 3.2

2001-02-14 Thread Rick Roberts
Interesting! I've never used WebSphere but am interesting in hearing from someone who has. How would you rate it compared to Tomcat? Can you integrate it with Apache? Is it fast? Is there much of a learning curve if you are already familiar with Tomcat or Netscape? Is EJB a big reason to

Re: Caching with Tomcat 3.2

2001-02-14 Thread sfarrell
It must be possible to detect a change, as in IBM WebSphere App Server - if you change any classes it dilegently goes through and drops any instance of any class (objects) that was related to the changed class - ie. it drops servlets that contain the changed class as a member, or if it is in a se

Re: apache 1.3 + mod_ssl + mod_webapp

2001-02-14 Thread Enkhyl
On Thu, 15 Feb 2001, Rick Roberts wrote: > HTTPS on Apache is usually done as a "virtual host". > Check the Apache docs on "virtual hosting" and you will > see the answer. Yep. That's how it's configured. > You may also be interested in "mod_rewrite", depending > on how exotic you want to get.

Re: tomcat configuration

2001-02-14 Thread Moin Anjum H.
Hi, I don't Know what exactly you mean by ISP Purpose. You can configure tomcat to use port 80. Since port 80 is default port of http you need not specify the port number. Regards Moin. affan wrote: Hi All,Can i use the tomcat for ISP purpose and also can i use it without the any port which sho

Re: apache 1.3 + mod_ssl + mod_webapp

2001-02-14 Thread Rick Roberts
HTTPS on Apache is usually done as a "virtual host". Check the Apache docs on "virtual hosting" and you will see the answer. You may also be interested in "mod_rewrite", depending on how exotic you want to get. At any rate; I think that the docs cover this pretty well. Hope this helps, Rick

Re: AW: Caching with Tomcat 3.2

2001-02-14 Thread Rick Roberts
I never used JServ, but I didn't think that it ever handled .jsp at all!!! I'm just stating the obvious, but, there is a big difference in when .jsp's get compiled compared to servlets. Rick On Thu, 15 Feb 2001, you wrote: > It's not the jsp file that has to know if an underlying class > has

RE: help about tomcat virtual hosting...

2001-02-14 Thread Saurabh Shukla
NO, i do not think you can add a virtual host with out restarting. -Original Message- From: Jino Lee [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 14, 2001 3:27 PM To: [EMAIL PROTECTED] Subject: help about tomcat virtual hosting... I'm using apache 1.3.17 + tomcat 3.2.1 + red-h

AW: Caching with Tomcat 3.2

2001-02-14 Thread Ralph Einfeldt
It's not the jsp file that has to know if an underlying class has changed, it's the classloader of the servlet engine. Good old jserv was able to recognize changes in beans and classes if the classes where found through it's classloader. If the class was in the classpath it was not reloaded, b

Re: Problem with Tomcat - IIS configuration

2001-02-14 Thread Rahul Desai
When I try to access the same context thru tomcat directly, I am getting a proper response - Original Message - From: Rick Roberts <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 15, 2001 12:02 PM Subject: Re: Problem with Tomcat - IIS configuration > Just a g

Re: Problem with Tomcat - IIS configuration

2001-02-14 Thread Rick Roberts
Just a guess.. But 404 for Tomcat beginners, usually means that you did not put your context into the server.xml file. See the docs. Rick - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL P

RE: aliased name based virtual hosts apache/mod_jk/tomcat

2001-02-14 Thread Saurabh Shukla
I do not think you need to specify Virtual Hosts in server.xml,  your document root is same.   shuklix -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Sent: Tuesday, February 13, 2001 7:10 PMTo: [EMAIL PROTECTED]Subject: aliased name based virtual hosts

RE: Here you have, ;o)

2001-02-14 Thread Saurabh Shukla
there can be virus for Linux also... do not feel tooo happy. >He he... nothing can touch me... im on Linux :) >> Original Message << On 2/13/01, 9:54:04 AM, "Joe Laffey" <[EMAIL PROTECTED]> wrote regarding Re: Here you have, ;o): > Hehe... > I love it when

Re: Regarding support for jsp........

2001-02-14 Thread Rick Roberts
However. If you _really_ want to know how many times you site has been visited you will need some persistance! Which is programmer parlance for putting the count value in a file or database so that it doesn't go away when you re-initialize the jsp engine. This is fun, Rick ---

Apache In Process Tomcat

2001-02-14 Thread Sean McCauliff
Is it possible to run Tomcat In Process with Apache? There seems to be some docuementation for this for iPlanet and IIS, but nothing for Apache. Thanks, -Sean - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: Regarding support for jsp........

2001-02-14 Thread Rick Roberts
This looks like a trick question to me!! But <%! {all variables in here have class scope} %> <% {all variables in here are local} %> Take a close look at the ! (bang). <%! int globalCounter = 0; %> This page has been visited: <%= ++globalCounter %> times.

Problem with Tomcat - IIS configuration

2001-02-14 Thread Rahul Desai
Hi all, I have configured Tomcat to work with IIS and it it is working. But I am facing this problem I have created a context known as "rsrcadmn" in the Tomcat. I have added this line in uriworkermap.properties : /rsrcadmn/*=ajp12 and I have removed the entry /exa

RE: Regarding support for jsp........

2001-02-14 Thread CPC Livelink Admin
This is working fine for me (I tested your code on my tomcat 3.2.1). It sounds like you have a file timestamp problem. Look at the timestamp on your JSP file and then the generated Java code. If they are on different filesystems or were created by different computers then they may be out of

Re: HELP!!!!!

2001-02-14 Thread Rick Roberts
I just grabbed the binary from the Tomcat site: http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.1/bin/linux/i386/ It worked fine for me. I'm running RH Linux 6.2, Apache 1.3.12, and Tomcat 3.2.1. Rick On Wed, 14 Feb 2001, you wrote: > I was getting the garbled message too. Get t

apache 1.3 + mod_ssl + mod_webapp

2001-02-14 Thread Enkhyl
I'm having trouble getting apache + mod_ssl + mod_webapp to work properly. I've looked at server.xml, httpd.conf, and various other places for possible config errors. When accessing https:///examples/ it redirects to http://:443/examples/. Any clues? -- Christopher Nielsen - Metal-wielding py

Regarding support for jsp........

2001-02-14 Thread Ravindra
Hello Sir,    I am Ravindra using tomcat 3.2.1 server in standalone mode for learning jsp . but problem is every time when i request for jsp page server is creating .java file & compiled it into class file . But this should not happened ,java file& class file should generate first time afte

Re: HELP!!!!!

2001-02-14 Thread Rick Roberts
I agree with andrew. One other thought however, the RPM will install in /home/httpd/ and the config files will be in /etc/httpd/conf/. It's a fundamental difference in the way that RPM thinks that programs should reside vs the way that tar.gz type programs think that they should reside. Anot

RE: Using a servlet superclass

2001-02-14 Thread Aaron Knauf
How about this? 1)        Declare your SuperServlet as abstract 2)        Declare an abstract method called SuperServlet.initialize() 3)        Call this.initialize() from SuperServlet.init() That way all of your worker servlets will be forced to implement initialize().  You then have to trust y

Re: Caching with Tomcat 3.2

2001-02-14 Thread Rick Roberts
I don't think that it is a bug. It is the only way that it _CAN_ work. The .jsp file can't know that you have recompiled a bean or a java class that it is referencing. My experience is a bit limited but I also work with Netscape and things are the same there. I have to empty the cache directo

Re: Error on startup any ideas???

2001-02-14 Thread aras
Well now I'm getting real confused. But the good thing is it ACTUALY WORKS! HOORAY! mod_jk.so and RH6.2 works OH I want to scream it from the halls. There is one thing, but I don't want anyone to spend anytime investigating. If you know the reason, let me know. Here it goes: I set up my fil

Re: urgent tomcat -ssl i followed the details explained in the how to ssl but still not able to connect

2001-02-14 Thread gopinath
hai, thanks for the suggestion. Sorry i am using windows 98 to test this. How do overcome this. How do i set my dns , if u can suggest some solution for this i will be happy. Gary Lawson wrote: You haven't specified which OS your client is.If your DNS is not setup to allow you to type https://h

RE: Solved! problems compiling mod_jk.so etc.

2001-02-14 Thread Andrew Stewart
i think stuff like that came up once or twice it would have trouble recognizing new classes even after a restart (you'd have to clearn the cache and /tmp/caucho) directories it would not shut down properly and always have zombie java processes since the perl script didn't work paramater url pas

Re: Solved! problems compiling mod_jk.so etc.

2001-02-14 Thread Ryan
I used resin and thought it was great until i tried using classes with it and couldn't return values from class methods. for example... foo = getPic.width() would gimme null vars.. Seems to all work on tomcat though. Weird stuff like this happen to you too? -ryu - Original Message - F

RE: Hi, Using Tomcat for the first time:

2001-02-14 Thread Andrew Stewart
Thanks for the reply: However I tried adding it into the server.xml file, in the Ajp13Connector area (as I'm running it out-of-process), and it still produces 10 threads on startup when i had specified 2, here is a snippet:

RE: HELP!!!!!

2001-02-14 Thread Andrew Stewart
Morton: do this: "httpd -l" (This will list all the modules loaded within apache's http binaries, to be able to load mod_.so, you'll need to make sure that mod_so is in there somewhere) If it doesn't exist, what you will need to do is unload the apache server in /usr/local, and install the apac

RE: Solved! problems compiling mod_jk.so etc.

2001-02-14 Thread Andrew Stewart
Although I haven't had much of a problem setting up Tomcat, I' have had the unfortunate experience to be running Caucho's RESIN in a production enviroment for the past 6 months. We have been running RESIN 1.1.3 for the past while, and due to many problems with the engine, we tried upgrading to

Re: JSPs and namedDispatchers

2001-02-14 Thread Craig R. McClanahan
Chad LaJoie wrote: > I am trying to forward a request back and forth between a servlet and some > JSPs. The way I am trying to do this is via a namedDispatcher. The > problem I am having is, how do I name a JSP. I was looking through the > web-app DTD and it seems that something like this woul

Re: Tomcat Configuration

2001-02-14 Thread Ryan
you have to edit server.xml and add a new context manager -ryu - Original Message - From: "Don Ha" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 14, 2001 3:23 PM Subject: Tomcat Configuration > Hi, > I copy all jsp files from > "C:\jakarta-tomcat\webapps\examp

SV: Caching with Tomcat 3.2

2001-02-14 Thread Anna Spångberg
Yes it´s really a problem, i think its best to work on the console firstbut i think orion has a beta version which you dont have to restart, but i´m not sure try www.orionserver.com -Ursprungligt meddelande-Från: Ryan [mailto:[EMAIL PROTECTED]]Skickat: den 15 februari 2001

Tomcat Configuration

2001-02-14 Thread Don Ha
Hi, I copy all jsp files from "C:\jakarta-tomcat\webapps\examples\jsp\*.*" to "C:\jakarta-tomcat\webapps\ROOT\jsp\". When I make a request from browser "http://localhost:8080/jsp/num/numguess.jsp", I got these error messages "Page not found". How should I configure Tomcat to recognize JSP files?

Re: Caching with Tomcat 3.2

2001-02-14 Thread Ryan
doesn't this become a burden? what is the best way to develop jsp then? get it to work on the console first? - Original Message - From: Anna Spångberg To: [EMAIL PROTECTED] Sent: Wednesday, February 14, 2001 2:53 PM Subject: SV: Caching with Tomcat 3.2 u´

RE: HELP!!!!!

2001-02-14 Thread John Towell
I was getting the garbled message too. Get the source for tomcat and follow the directions in /usr/doc/tomcat-3.2.1/mod_jk-howto.html for building mod_jk (page 4). I'm on a linux system too - use the apxs command that is there for linux. I also need to run the gcc -shared -o mod_jk.so *.o after

SV: Caching with Tomcat 3.2

2001-02-14 Thread Anna Spångberg
u´ll have to restart tomcat, when u´re uploading new java classes... -Ursprungligt meddelande-Från: Ryan [mailto:[EMAIL PROTECTED]]Skickat: den 14 februari 2001 23:44Till: [EMAIL PROTECTED]Ämne: Caching with Tomcat 3.2 With my current setup I will change classes and re

Re: HELP!!!!!

2001-02-14 Thread Ryan
I remember from jserv you needed to compile Apache with DSO support. I was having weird errors with jsev before I figured this out. - Original Message - From: "John Golubenko" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 14, 2001 2:25 PM Subject: RE: HELP!

Caching with Tomcat 3.2

2001-02-14 Thread Ryan
With my current setup I will change classes and recompile them and then hit reload in the web browser to reload the jsp page that uses a certain class but the older version seems to be stuck in cache.   Is this a bug? I just thinking about turning it off altogether.   Does anyone know how to

RE: How change the docBase of Tomcat when running it underJbuild er4?

2001-02-14 Thread John Golubenko
Ummm... I don't think that it's Tomcat related problem, but I would suggest to take a look at JBuilders options if it has it... If it bundeled in JBuilder, it JBuilder may have a folder, in which Tomcat resides, if you can find one, look for $folder/conf/server.xml, edit that file. Hope this help

RE: HELP!!!!!

2001-02-14 Thread John Golubenko
So what's the problem? Do you meant that it's "can not" here: >it says that is can load mod_jk.so because it is garbled. ^ -Original Message- From: Morton [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 14, 2001 2:20 PM To: [EMAIL PROTECTED] Subject: HE

How change the docBase of Tomcat when running it under Jbuilder4?

2001-02-14 Thread Maxime Boudreault
Hi all, When I run Tomcat within Jbuilder4, a folder conf is created on the root of my C: drive. This folder contains tree files, "server8080.xml", "tomcat-apache.conf" and "web.xml". When I shut down the application those files are deleted. "server8080.xml" contains this declaration: I wa

RE: java.lang.NoSuchMethodError when serving JSP after initialin stal lation

2001-02-14 Thread John Golubenko
Probably you have some DB jars in different places, but accessible by tomat and jdk in same time. If you can send the sourse of that JSP... it will help better, to understant it. - John. -Original Message- From: cgambee [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 14, 2001 2:19 PM

HELP!!!!!

2001-02-14 Thread Morton
I am working on adding tomcat to my apache server. it is running Apache 1.3.1 on an x86 running Red Hat 6.1. For some reason when i run a graceful restart to reload httpd.conf, it says that is can load mod_jk.so because it is garbled. I made sure that it was the correct linux binary, and I also

java.lang.NoSuchMethodError when serving JSP after initial installation

2001-02-14 Thread cgambee
I'm getting this Error when trying to access any JSP's. I just installed Tomcat and have gone through any troubleshooting I know how do to - TOMCAT_HOME, JAVA_HOME, CLASSPATH are all set. Any clues for solving this? java.lang.NoSuchMethodError: javax.servlet.ServletException: method getRootCaus

sendRedirect and KeepAlive Problem

2001-02-14 Thread Shahed Ali
Hi, I am using Tomcat 3.2.1 mod_jk ajp13 with Apache 1.3.14 on Solaris 8 Intel. I had the webserver configured so that KeepAlive was off. My App worked FINE. Now, when I turned it on, I am having all sorts of problems with pages that had a sendRedirect on them. I corrected the most common pro

Solved! problems compiling mod_jk.so etc.

2001-02-14 Thread J Austin
I finally had enough of this. Jakarta-Tomcat is obviously not yet up to the quality we have come to expect from other Apache projects (this is not a flame! but my professional opinion). If I get the time I may contribute to the project but for now I have real work to do. I went to http://www.cauc

running Tomcat as a service on windows2000

2001-02-14 Thread Parag Shah
I've got Apache and Tomcat configured successfully on w2k. But when I register and run Tomcat as a service it fails. Registration works but "net start Tomcat" fails and I can't find any error logs. Only information is in the event viewer: "Jakarta - Tomcat error 1063: StartServiceCtrlDispatc

RE: IIS& Tomcat. Why?

2001-02-14 Thread Julie Sorrell
Have a look at the "Getting Started" bit in the Tomcat- A minimalistic User's Guide on http://jakarta.apache.org. The main point seems to be regarding scalability and stability - Tomcat on its own isn't beefy enough. Bear in mind this is the opinion of an almost complete newbie to Tomcat, so I cou

Re: problem building tomcat 3.2.1 on Solaris x86

2001-02-14 Thread Filip Hanik
two suggestion, one from an earlier post 1. take a look at the build.sh script and see if it is setting any variables that may affect the classpath. play around with that. 2. Tomcat is Java based, you can download the already built jar files and use them directly Filip ~ Namaste - I bow to the

Re: problem building tomcat 3.2.1 on Solaris x86

2001-02-14 Thread lee fellows
Jennifer, Another thing you may want to look at: Try downloading the jdk again from Sun and installing in a different directory, i.e., /usr/jdk1.3. It is possible something went wrong during your installation. lee fellows wrote: > > Hi Jennifer, > > Sorry, I had hoped to see something

Re: problem building tomcat 3.2.1 on Solaris x86

2001-02-14 Thread lee fellows
Hi Jennifer, Sorry, I had hoped to see something quckly. Unfortunately, I do not have a Solaris box to chase this further. Take a look in $JAVA_HOME/jre/lib. You should see two sub-directories: green_threads and classic. It sounds like the classic libraries are missing. I do not know if thi

RE: Servlet error

2001-02-14 Thread Michael Wentzel
> hi > i'm trying to send a picture to the browser but i keep > getting this error > > public class GetTiff extends HttpServlet > { > protected void doGet(HttpServletRequest req, HttpServletResponse > res) > throws ServletException,IOException >

RE: problem building tomcat 3.2.1 on Solaris x86

2001-02-14 Thread Jennifer Dyess
java -version java version "1.3.0" Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0) Java HotSpot(TM) Client VM (build 1.3.0, mixed mode) -Original Message- From: lee [mailto:lee]On Behalf Of lee fellows Sent: Wednesday, February 14, 2001 12:20 PM To: [EMAIL PROTECTED] Subj

Starting Tomcat under Netware 5.x

2001-02-14 Thread Aaron Schroeder
Could somebody tell me what I need to do to start tomcat running on a Netware server? I downloaded and unzipped files to the SYS volume, but there are only scripts for unix and win32 in the bin directory. I have JVM for netware, and the sdk. Do I just need to load the lib/webserver.jar via ja

Re: problem building tomcat 3.2.1 on Solaris x86

2001-02-14 Thread lee fellows
Jennifer, You do not need the java/lib directories in your PATH. It should have directories with executables, not libraries. Question: When you run java -version, what do you get? Jennifer Dyess wrote: > > ok, I modified my classpath as you suggested: > /usr/java/jre/lib/ext/jaxp.jar:/

Servlet error

2001-02-14 Thread Georges Boutros
hi i'm trying to send a picture to the browser but i keep getting this error public class GetTiff extends HttpServlet { protected void doGet(HttpServletRequest req, HttpServletResponse res) throws ServletException,IOException {

Re: How to JServ - SSL

2001-02-14 Thread Jan Labanowski
If you use Apache as a front end to Tomcat, you cannot use Tomcat SSL. Tomcat SSL only works when you go directly to Tomcat (e.g., to its port 8443 as given in default server.xml file). You can do it, but then you do not need apache for anything. If you are serving pages from Apache, and jsp/serv

Re: **** How do I configure Tomcat for use with j2ee ****

2001-02-14 Thread Amy Roh
Jon, I believe the "Tomcat Documentation" in tomcat\doc will be useful to have your questions answered. It has "Tomcat User's Guide" on how to install, configure, and deploy Tomcat and also "Developing Application With Tomcat" which explains the steps required to build and deploy web apps wit

RE: problem building tomcat 3.2.1 on Solaris x86

2001-02-14 Thread Jennifer Dyess
ok, I modified my classpath as you suggested: /usr/java/jre/lib/ext/jaxp.jar:/usr/java/jre/lib/ext/jcert.jar:/usr/java/jre /lib/ext/jnet.jar:/usr/java/jre/lib/ext/jsse.jar:/usr/java/jre/lib/ext/parse r.jar:/usr/java/jre/lib/ext/ant.jar:/usr/java/jre/lib/ext/servlet.jar:/usr/j ava/lib/tools.jar:.:

How to JServ - SSL

2001-02-14 Thread Madankumar . Thirumeni
Hi, I am using Apache 1.3.14, Tomcat 3.2 and JServ for running my site. I need to secure my site and so i have installed JSSE, as mentioned in the server.xml. I have also set the security.provider.2. Now where will i specify the location of the certificate file ?(think in Tomcat-conf using APJSer

mod_jk + ajp13 + SSL

2001-02-14 Thread Connie Chan
Hi, I'm using tomcat 3.2.1 with apache running in Window NT. I have configured to use mod_jk as the connector and ajp13. It works fine. I use Apache with SSL. Right now, if I use different common name for ssl server, it works fine. For example, I would use http://host1.myserver.com

aliased name based virtual hosts apache/mod_jk/tomcat

2001-02-14 Thread sfarrell
Do I have to do a for each alias from an apache virtual host? ( I have some v.hosts with about a dozen names) I am using tomcat 3.2.1, mod_jk, apach 1.3.12-2 How do I get this to work (httpd.cnf):                              ServerName www.icconsulting.com.au              ServerAlia

RE: problem building tomcat 3.2.1 on Solaris x86

2001-02-14 Thread John Golubenko
by the way, why do you have /usr/java/bin: xx/xx: in CLASSPATH? The directories should be in PATH, not CLASSPATH. The jars,or files should be in CLASSPATH (*.xx). This may cause the problems. -Original Message- From: Jennifer Dyess [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 14,

RE: problem building tomcat 3.2.1 on Solaris x86

2001-02-14 Thread Jennifer Dyess
Thanks for the quick response! I'm running the Java 2 SDK Std Edition v 1.3 No, I did not have the tools.jar in my classpath. I just added it, but I still get the same error. Here's my classpath: /usr/java/bin:/usr/java/lib:/usr/java/jre/lib:/usr/java/jre/lib/ext/jaxp.jar :/usr/java/jre/lib/ext

RE: problem building tomcat 3.2.1 on Solaris x86

2001-02-14 Thread Randy Layman
This problem comes up on the Ant (Ant is what is doing the build) mailing list somewhat frequently. It usually results in you adding the ant.jar file to the jdk/lib/ext directory. Otherwise, there is usually some jar file in there that the user added which make JavaC not work with ant a

RE: Stop method should do session serialization first.

2001-02-14 Thread John Golubenko
why don'cha shut up? Are you a moderator of this list or what? -Original Message- From: Michael Wentzel [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 14, 2001 9:31 AM To: '[EMAIL PROTECTED]' Subject: RE: Stop method should do session serialization first. > For the reason that te

Re: Tomcat & Apache / Context

2001-02-14 Thread Jan Labanowski
I use mod_rewrite. You can check how I do it at: http://www.ccl.net/cca/software/UNIX/apache/ and click on: Linux Red Hat 7.0, Apache (1.3.14), Tomcat 3.2.1, mod_jk Compilation from scratch Jan On Wed, 14 Feb 2001, Filip Hanik wrote: > aha, > this is kind of a tricky one. > One way is to set th

Re: problem building tomcat 3.2.1 on Solaris x86

2001-02-14 Thread Filip Hanik
what version of the SDK do you have? also do you have $JAVA_HOME/lib/tools.jar in your CLASSPATH? Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net - Original Message - From: "Jennifer Dyess" <[EMAIL PROTECTED]> To: <[EMAIL PROT

problem building tomcat 3.2.1 on Solaris x86

2001-02-14 Thread Jennifer Dyess
I'm having a problem building TomCat v321 on a Solaris x86 intel box. I receive the error "cannot use classic compiler..." I've got the java2 sdk installed. The path to javac is in my path/classpath. I can type javac from any dir and it appears to be available. Searching thru the mail archive

RE: Stop method should do session serialization first.

2001-02-14 Thread Michael Wentzel
> For the reason that temporarily stopping Tomcat would not > affect user's > browsing, session serialization should be used instead of expiration. > > Or, configuration may carry a flag to turn on this feature or not. A more appropriate place to post stuff like this is probably the developer l

Re: Tomcat & Apache / Context

2001-02-14 Thread Filip Hanik
aha, this is kind of a tricky one. One way is to set the DocumentRoot for Apache to point to webapps/ROOT/ just the way the autoconfiguration gets set up for any other context. that should get you started. I know I have a bunch more ideas in my head, but never realized them, so if you come up wit

Stop method should do session serialization first.

2001-02-14 Thread Chris Zhao
For the reason that temporarily stopping Tomcat would not affect user's browsing, session serialization should be used instead of expiration. Or, configuration may carry a flag to turn on this feature or not. Chris Zhao - To u

Tomcat & Apache / Context

2001-02-14 Thread Jason Maderios
Gang, I am having a problem setting up Tomcat/Apache to use a / Context. All the other contexts I've created work well. http://localhost/examples or /foo works fine but I can't figure out how to set it up so http://localhost/ goes to a context... Any help would be appreciated. Also anyone kn

AW: IIS& Tomcat. Why?

2001-02-14 Thread Ralph Einfeldt
Just a short dump from my side: There are two kind of reasons Some answers apply to the more general question: Why use an external WebServer at all ? The current implementation of tomcat 3* implement HTTP 1.0 if you want or have to use HTTP 1.1 you need a webserver that does this for to

servlets vs servlet in URL match

2001-02-14 Thread Jason Majors
I'm trying to setup my tomcat (3.2.1) to display servlets with the url host/servlets/ServletName. The servlets are in a directory in the class path and come up just fine using the url host/servlet/ServletName. I tried changing the web.xml in $TOMCAT_HOME/conf and in $TOMCAT_HOME/webapps/ROOT/WEB-I

Re: IIS& Tomcat. Why?

2001-02-14 Thread JDiggans
> you wanted to add servlets (and jsp if you really want a new nightmare). I constantly see folks on this list referring to JSP as 'a new nightmare'. I realize it's very easy to program 'poor' JSP, but what replacements are there to handle presentation logic as easily (and separately) as JSP? I

RE: Configuring Isapi Redirector with IIS

2001-02-14 Thread Randy Layman
I've gotta say that you're out there at the end of my knowledge, but I'll theorize a little: You are crashing the inetinfo process (with a bad pointer read) so the problem can't be in Tomcat (seperate process). I'm assuming that IIS works when you try other URLs, so its probably

RE: Configuring Isapi Redirector with IIS

2001-02-14 Thread shlomi sarfati
Eli I am throwing a wild guess here but in the uriworkermap you should add an entry so that the isapi will know  to which worker to transfer the request  something like :  /*=ajp12  or /myServlet*=ajp12 -Original Message-From: Eli Segev [mailto:[EMAIL PROTECTED]]Sent: Wed, F

Re: Configuring Isapi Redirector with IIS

2001-02-14 Thread Eli Segev
Randy, Thanks for the quick response.  I forgot to add the crucial point that accessing Tomcat directly, something like http://localhost:8080/examples/servlets/index.html works perfectly.  But when you take out the port (expecting redirection from IIS to Tomcat), I get inetinfo Application Error

RE: IllegalAccessError?

2001-02-14 Thread Matt White
Lyndon; Bingo. Thanks, I knew I was just making a newbie mistake. - Matt >>> [EMAIL PROTECTED] 02/14/01 12:19PM >>> Is your Building class and constructor public? I know it sounds basic but its important to the servlet container. -Original Message- From: Matt White [mailto:[EMAIL PRO

RE: IllegalAccessError?

2001-02-14 Thread Samson, Lyndon [IT]
Is your Building class and constructor public? I know it sounds basic but its important to the servlet container. -Original Message- From: Matt White [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 14, 2001 5:02 PM To: [EMAIL PROTECTED] Subject: IllegalAccessError? This is most li

RE: configuring web.xml

2001-02-14 Thread Kyle Robinson
Take a look through the web.dtd file. It has the specs for the tags. Here's an example I'm using (although I'm having trouble with the init_params... -BEGIN SNIPPET--- http://java.sun.com/j2ee/dtds/web-app_2_2.dtd"> 30 jspell

Re: configuring web.xml

2001-02-14 Thread William Brogden
Chahal Damendra wrote: > > I am trying to run my own servlets that are placed in the appropriate > directories (which are sub directories of Web-inf\classes). Can you advise > on how to modify the web.xml file and where i can find information regarding > the tag definitions > > Regards > > D

where can I put an images folder in Tomcat for my site?

2001-02-14 Thread Pedro Henrique Ponchio
I build an aplication with BC4J and some images on my navigation bar are pointing to "webapp/images" folder. How can I setup the server.xml file to reconigne the directory "webapp" under the /webapps directory as a part of my site, called "omir"? Please, taken a look at my server.xml file:

Mail Notification

2001-02-14 Thread Administrator
The attached message has had some or all attachments deleted because of the following reason: Message contains attachments: inetin1.jpg Additional Information: none I have followed the instructions in "Tomcat IIS HowTo" by Gal Shachor <[EMAIL PROTECTED]> to set up IIS to redirect requests t

IllegalAccessError?

2001-02-14 Thread Matt White
This is most likely a newbie question, so please bear with me. I have a class of my own, ("Building") which is compiled and placed in my WEB-INF directory. Whenever I try to instantiate this class, I receive a IllegalAccessError error. According to the Java 1.2.2 API docs: "Thrown if an appli

Re: IIS& Tomcat. Why?

2001-02-14 Thread Steve Ruby
Any then for a REAL answer... If you had a box that had existing IIS applications running and you wanted to add servlets (and jsp if you really want a new nightmare). You could tie the two together.. Or if you have a high-access site and you need the performance for static pages and HTML you ma

RE: IIS& Tomcat. Why?

2001-02-14 Thread Randy Layman
Just because someone is using an MS product doesn't mean they choose it. In my experience its still very difficult to sell open source products to management and accountants, not because of a lack of quality but because of the generally poor quality of support availalble for those produc

RE: Hi Ho - Problem with ServletOutputStream in Tomcat

2001-02-14 Thread Samson, Lyndon [IT]
You will probably find it's bytes >127dec that are getting mucked up. In the char/byte conversion the sign bit seems to do some funny stuff when converted. As a quick test create a binary file with low value ( < 127 ) bytes and see if it transfers ok. You will need to make sure your reader is usin

RE: Stopping Tomcat

2001-02-14 Thread Nortje, Andrew
Title: RE: Stopping Tomcat Sorry for the cryptic message - here are my eventual findings... The -f works for stop as well. The reason it appeared not to work is that starting 2 instances of Tomcat does not always work (for some strange reason - that's a whole 'nother problem which I still h

Re: IIS& Tomcat. Why?

2001-02-14 Thread John Golubenko
Let me ask you another question. Why would you use M$ products at all? >> Original Message << On 2/14/01, 7:39:38 AM, "Tiseo, Paul" <[EMAIL PROTECTED]> wrote regarding IIS& Tomcat. Why?: > Please forgive a complete newbie, but I joined these lists to sta

configuring web.xml

2001-02-14 Thread Chahal Damendra
I am trying to run my own servlets that are placed in the appropriate directories (which are sub directories of Web-inf\classes). Can you advise on how to modify the web.xml file and where i can find information regarding the tag definitions Regards Damendra *

RE: Hi Ho - Problem with ServletOutputStream in Tomcat

2001-02-14 Thread Randy Layman
What kind of translation is happening? Are you getting a few extra bytes here and there, are all (or some) shifting by a few bits? Just guess - I don't see where you get your inpustream, make sure that you aren't using a stream that expects to work with characters and is doning

RE: IIS& Tomcat. Why?

2001-02-14 Thread Randy Layman
First, Tomcat can perform all of the basic web server functionality that IIS can - it can serve static content over any port you configure it to. IIS, however, has one thing going for it - its much faster than Tomcat at the static stuff (I know, its amazing that anything Microsoft has cr

RE: Stopping Tomcat

2001-02-14 Thread Nortje, Andrew
Title: RE: Stopping Tomcat Thanks everyone who helped out with this. > -Original Message- > From: Jan Labanowski [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 13, 2001 9:28 PM > To: [EMAIL PROTECTED] > Subject: RE: Stopping Tomcat > > > I did not follow this thread from the

  1   2   >