Re: mod_webapp (Tomcat 4.0 b2, b3): compilation quick fix

2001-04-06 Thread Bojan Smojver
It's a bit stupid to reply to your own post. Anyway... Apache will fail to start with staticly linked mod_webapp due to the fact that this module is not capable of handling the second pass of the configuration file successfuly. It will report 'Duplicate connection name'. The originating file is w

Re: Testing JSP

2001-04-06 Thread Moin Anjum H.
Hi, Try to refresh the browser. Press Shift+Reload To reload the again from the server. If even than never works delete all the files in the work directory of tomcat and restart tomcat HTH Moin. "Joseph A. Noble" wrote: > Hello List, > > How do I get tomcat to re-compile a JSP page? I've suc

RE: ISAPI filter question

2001-04-06 Thread Borislav Iordanov
Thanks a lot for your help! Borislav -Original Message- From: Ricardo Gladwell [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 05, 2001 5:25 AM To: [EMAIL PROTECTED] Subject: RE: ISAPI filter question The ISAPI filter is not responsible for starting Tomcat: it merely handles redirectin

Tomcat Seesion Expiry.

2001-04-06 Thread Lakshmeenrayana
Hi..   I am using Tomcat 3.2 and I have set the Session Inactive Time as 20 minutes. Can anyone tell me properly what tasks Tomcat will perform after expiry of inactive time. How can i catch thse tasks, so that i can force tomcat to do some Finalising jobs for my application.   Thanks for the

Re: question about uploading files and multipart/form-data FORMS

2001-04-06 Thread Betty Chang
HI Andreas -- Thanks for your reply.  I also have no problem with tomcat.   It's Apache with JServ that causes me problems.  So I was wondering if there is a problem just with Jserv.   I believe another Email on this read said that it is a known problem with an earlier JServ   Betty  

Security issues with tomcat-apache combo

2001-04-06 Thread Michael Hale
Here is the situation: I have some webapps that I would like to require password access to. I can do this using the web.xml file if I only use tomcat. The problem: I need to have tomcat be a plugin to apache, but when I run them together apache handles all requests

Mobile Computers

2001-04-06 Thread Juan Alberto Cirez
Hello there. This question has nothing to do with APACHE or TOMCAT per say. but here it goes: I think it was sometime time last year when I saw an article in the Linux Journal about mobile computers. I think there were designed to use the CROUSE chip from Transmeta. There was several pictures of s

Apache Internal Server Error

2001-04-06 Thread Luise Massimo
Hi all. I'm writing because i have a "ghost" problem :) Sometime (i haven't understood when !!) i receive from Apache (1.3.12) an Internal Server Error when i invoke from IE 5.5 my webapp (a servlet and a seriuous of jsp). In mod_jk.log file i saw this message: [jk_ajp13.c (346)]: Into ajp13_mars

Tomcat3.2+Redhat 7.0+glibc-2.x.x+jdk1.x == stable??

2001-04-06 Thread Chris Price
Hi; I know its kind of an open ended question, but I would like some input (factual or anecdotal) on other peoples success in running various combinations of glibc + jdk + kernel (does kernel mattrer much?). I am currently running the Sun JDK 1.3.0 with glibc-2.1.92 and

mod_webapp (Tomcat 4.0 b2, b3): compilation quick fix

2001-04-06 Thread Bojan Smojver
I've posted to this list a few days ago a message related to the compilation problems of mod_webapp. It seems that the versions that come with b2 and b3 of Tomcat 4.0 are screwed (even after cleaning double new lines in Makefiles). I didn't have the patience to go through the code to determine why

Testing JSP

2001-04-06 Thread Joseph A. Noble
Hello List, How do I get tomcat to re-compile a JSP page? I've successfully loaded a JSP page and it runs fine. I made a slight change and now can not figure out how to get tomcat to recognize the changes to the JSP page source. HELP -joe- -- [EMAIL PROTECTED]

Re: I have tried everything, can anyone point me to some help?

2001-04-06 Thread kreso
we are using mod_jserv yes, it is apache and virtual hosting as well - Original Message - From: "Brandon Cruz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 06, 2001 11:01 PM Subject: RE: I have tried everything, can anyone point me to some help? > Are you using mod_j

RE: I have tried everything, can anyone point me to some help?

2001-04-06 Thread Brandon Cruz
Are you using mod_jk or mod_jserv for your connector? Also, I am using jdk1.2.2, do you think that makes any difference? I am totally out of ideas... Also, do you do any virtual hosting, and are you using apache as the webserver? Brandon -Original Message- From: kreso [mailto:[EMAIL P

Re: I have tried everything, can anyone point me to some help?

2001-04-06 Thread kreso
we do not include mod_jk, we include only tomcat.conf and that works fine... let me know if you need more details - Original Message - From: "Brandon Cruz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 06, 2001 10:41 PM Subject: RE: I have tried everything, can anyone p

RE: I have tried everything, can anyone point me to some help?

2001-04-06 Thread Brandon Cruz
I can startup tomcat, I can go to the example servlets and .jsp's if I go to port 8080 (the default). I have commented out the connector for the HTTP port on server.xml. I can still start Tomcat. On normal startup, does it say Tomcat Server started, check /logs/tomcat.log for errors? When I ch

Tomcat3.2.1 -ClassNotFoundException error when using Third-party libraries

2001-04-06 Thread Deja User
Hi there: I'm having the following configuration and I'm using mod_jk instead of mod_jserv and starting Tomcat using startup.sh script provided. Tomcat 3.2.1+Apache1.3.9+Sun Solaris2.7 I have a servlet (TopicServlet) which is using a thirdparty library(PANJA.jar). When I'm running the same cod

Re: I have tried everything, can anyone point me to some help?

2001-04-06 Thread kreso
what do you mean: nothing works... can you give more details... starting: when you try to run ./startup.sh do you get anyting... etc.. etc... give us more details... - Original Message - From: "Brandon Cruz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 06, 2001 10:30

I have tried everything, can anyone point me to some help?

2001-04-06 Thread Brandon Cruz
I am using Redhat Linux 6.2 I have several virtual hosts running under Apache. I want to set up Tomcat to act as the jsp/servlet engine I have everything set up just as the documentation and everyone else tells me I am using mod_jk to connect to Tomcat Nothing works, is there some type of s

Re: apach, tomcat, linux, java combo

2001-04-06 Thread Felix A. Milovanov
> > does anyone have any recommendations for the best combination of apache, > tomcat, java to install on a linux box? > thanks > But what do you mean on "best combination"??? Just take the latest versions of Java and Apache and stable version of Tomcat and it will work :))) Sincerely,

apach, tomcat, linux, java combo

2001-04-06 Thread ryan
does anyone have any recommendations for the best combination of apache, tomcat, java to install on a linux box? thanks

Re: Tomcat Sessions

2001-04-06 Thread T. Park
Hi, I'll wager that you've cached your session object between requests and the HttpSessionFacade object has been 'recycled'. I got horribly burned by this in some code I wrote - I was caching the session object in the ServletContext (naughty) and, if the session object was non-null, I tried to fe

Tomcat on Solaris

2001-04-06 Thread Anne Dirkse
Hi All -- I'm trying to install Tomcat on Solaris 8 (sparc) and am running into problems. I'm running Tomcat 3.2.1, with java 1.2.2: java version "1.2.2" Solaris VM (build Solaris_JDK_1.2.2_06, native threads, sunwjit) I have tomcat installed and running happily (more or less) on an identical (

test

2001-04-06 Thread Kirill Averianov
test

RE: simple question for servlet-configuration of tomcat

2001-04-06 Thread Brett Knights
In Tomcat 3.2.2 (I know that's the version I'm running - I think its the version of the source that I checked) the preference for servlet/webApp is hardwired into the code that generates the automatic config files. It takes no notice of anything in the server.xml file (which I think is at least

Re: Problem with mod_jk build

2001-04-06 Thread Jeff Kilbride
Hi Brandon, First of all, did you download the *source* distribution for Jakarta? In order to compile your own mod_jk.so, you need the source distribution -- jakarta-tomcat-3.2.1-src.tar.gz. When you have the source untarred, cd into the source directory and then to: src/native/apache1.3/ In t

Re: Problem with mod_jk build

2001-04-06 Thread Scott Tatum
Do you have these lines, either in mod_jk.conf or httpd.conf LoadModule jk_module libexec/mod_jk.so AddModule mod_jk.c You shouldn't be able to start Apache without them. You should get unknown directive errors. Make sure those are in there somewhere (I recommend putting them in httpd.c

RE: Problem with mod_jk build

2001-04-06 Thread Brandon Cruz
I really need some help quick!!! When it is telling me to use this command to build mod_jk... apxs -o mod_jk.so -I../jk -I/usr/local/jdk/include -I/usr/local/jdk/include/linux -c *.c ../jk/*.c Does that mean that I need to substitute something in for the *.c? It keeps telling me that gcc: *.

[Accidental Crashes] Bus Error

2001-04-06 Thread Xu, Mousheng (SEA)
Hi All, I am not subscribed to the list, so please include me ([EMAIL PROTECTED]) in your reply. Accidentally, the Tomcat server 3.2.1 crashes with the following error: - Bus Error si_signo [10]: Bus Error si_errno [

Re: J2EE?

2001-04-06 Thread Pae Choi
Bo, How is your day going? I just want to say Hi~ :-) Pae -Original Message- From: Bo Xu <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Friday, April 06, 2001 2:41 PM Subject: Re: J2EE? >Mark Arroyo wrote: > >> Hi, >> >> I am new to Tomcat. I want to develop J2EE

Re: J2EE?

2001-04-06 Thread Pae Choi
Mark, Tomcat, a.k.a., TC, is a Java/Servlet and Java Server Pages(JSP) container. And those two technologies are just part of the J2EE. Go to Sun site to see what J2EE cover in terms of techonologies. Pae >Hi, > > >I am new to Tomcat. I want to develop J2EE applications. Does tomcat support

Re: J2EE?

2001-04-06 Thread Bo Xu
Mark Arroyo wrote: > Hi, > > I am new to Tomcat. I want to develop J2EE applications. Does tomcat support > J2EE? > If so how do I configure it to use J2EE? Thanks in advance! > > Mark Hi :-) I remember: - J2EE RI 1.3beta uses TC4.0 as "built-in" Servlet container - jboss can auto-start a

Problem with mod_jk build

2001-04-06 Thread Brandon Cruz
Quick question... If I have a binary version of mod_jk.so, do I have to build it? It said it is already built for Linux, but I can't get apache to start when I put that into apache's libexec directory and include the mod_jk.conf-auto. What am I doing wrong? I have tried to build mod_jk, but

RE: prob with shutdown script

2001-04-06 Thread Brandon Cruz
Quick question... If I have a binary version of mod_jk.so, do I have to build it? It said it is already built for Linux, but I can't get apache to start when I put that into apache's libexec directory and include the mod_jk.conf-auto. What am I doing wrong? I have tried to build mod_jk, but get

J2EE?

2001-04-06 Thread Mark Arroyo
Hi, I am new to Tomcat. I want to develop J2EE applications. Does tomcat support J2EE? If so how do I configure it to use J2EE? Thanks in advance! Mark

RE: Tomcat.policy

2001-04-06 Thread William Kaufman
> Does anyone know how to modify the tomcat.policy file located > in the conf directory of tomcat? Use Emacs. ("But, seriously, folks,...") It's a standard Java security policy file. The docs are at http://java.sun.com/j2se/1.3/docs/guide/security/PolicyFiles.html

Please Remove me

2001-04-06 Thread Gottwald, Oliver
Please remove me from the tomcat mailing list. Thanks Oliver

Re: Tomcat articles on the O'Reilly Network

2001-04-06 Thread [EMAIL PROTECTED]
thanks for the tip... - Original Message - From: "Joel Parramore" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 06, 2001 8:18 AM Subject: Tomcat articles on the O'Reilly Network > > FYI: there are some interesting articles on the O'Reilly Network about > installing an

prob with shutdown script

2001-04-06 Thread Deidra Powell
I was trying to get tomcat going and I too am having trouble with the stop script. I looked in your archives, but see nothing on how to fix it. Well, except for one on ajp12 in front of connection name which is not helping. Can you help me? What is missing or wrong? Below is there sequence

Tomcat.policy

2001-04-06 Thread Quintanilla, Jessica
Does anyone know how to modify the tomcat.policy file located in the conf directory of tomcat? Jessica

Tomcat processes.

2001-04-06 Thread Vikas Bansal
When I start Tomcat I see the following- = [vikas@wow bin]$ ps -aefl --cols=300 | grep java 000 S vikas 858 1 4 60 0- 35712 rt_sig 13:47 pts/0 00:00:01 /net/java/jdk1.3/bin/i386/native_threads/java -Dtomcat.home=./.. org.apache.tomcat.startu

Re: Apache + Tomcat configuration

2001-04-06 Thread Pae Choi
>Did you put in another context entry in the server.xml file >similar to this: > >docBase="webapps/examples" >crossContext="false" >debug="0" >reloadable="true" > > > >(exchange "examples" with your own directory "mytest") > >-Original Message- >From: Zhengan Cai [mailto:[E

Re: Which workers am I using?

2001-04-06 Thread Scott Tatum
In order to get Apache to use ajp13, you have to use your own config files. The auto files always use ajp12. You'll need to change workers.properties so that your workers have a type of ajp13. I don't think it matters what your workers are called, though most people have the protocol as part of t

Re: Tomcat Sessions

2001-04-06 Thread Noone Anil Kumar
Here is the trace: java.lang.NullPointerException     at org.apache.tomcat.facade.HttpSessionFacade.getValue(Compiled Code)     at org.apache.tomcat.facade.HttpSessionFacade.getValue(Compiled Code)     at SessionTrack.run(Compiled Code)     at java.lang.Thread.run(Compiled Code) I

Re: Tomcat Sessions

2001-04-06 Thread Noone Anil Kumar
Yes, i was using HttpServletRequest.getSession() function call inside getSession( req ) function, It's working fine with Servlet runner but not with tomcat as i said ... William Kaufman wrote:   Is there any difference in :  Jsdk2.0 HttpSession Object & the above one   org.apache.tomcat.faca

Which workers am I using?

2001-04-06 Thread Peter Smith
I can see the ajp12 and 13 worker threads being instantiated (via log messages in the console) when I crank up Tomcat, but how do I know if the 13's are being used at all? All my auto-generated files continue to point to 'ajp12' workers, even after I've changed almost every reference I can find i

Re: Servlet auto-reloading under ROOT context (was RE: simple question for servlet-configuration of tomcat)

2001-04-06 Thread Tony LaPaso
I have a *similar* problem. None of my servlets are being reloaded using Tomcat 4, b3. This includes the servlets in /examples context. The only way I've been able to get servlets to reload (aside from re-starting Tomcat) is to run /manager/reload?path=/. Apparently servlet reloading is complete

RE: Tomcat Sessions

2001-04-06 Thread William Kaufman
Is there any difference in :  Jsdk2.0 HttpSession Object & the above one    org.apache.tomcat.facade.HttpSessionFacade IS an HttpSession. So whenever we try to access the current session object,   it seems that we get NULL object in Tomcat. I don't know what getSession(HttpServ

Re: Dates in Java

2001-04-06 Thread Martin Mauri
Milt! Stop it, you're posting an out topic message! We're not discussing here about policies, we're talkig about Tomcat! :) regards. > On Fri, 6 Apr 2001, Jeff Kilbride wrote: > > > There's also something to be said for using a little tact. "You > > might get more help posting your question

Re: Superclass for JSPs?

2001-04-06 Thread Peter Smith
I honestly don't know if it's possible to subclass your JSP pages, but I may have a hack workaround. First, know that you can declare a 'jspinit()' method that is just like the 'init()' method in your servlet. Search the following doc for details: http://developer.java.sun.com/developer/onlineT

Re: Dates in Java

2001-04-06 Thread Milt Epstein
On Fri, 6 Apr 2001, Jeff Kilbride wrote: > There's also something to be said for using a little tact. "You > might get more help posting your question on a general Java forum" > -- and then pointing the way -- is better than using three question > marks and implying that the other person's questi

Tomcat Sessions

2001-04-06 Thread Noone Anil Kumar
Hi , We are running tomcat 3.2.1 on WinNT with Apache Server 1.3.12, and here is the problem that we are facing with Session: "HttpSession session = getSession(req)" where req is the HttpServletRequest object. is working fine with ServletRunner (provided by Jsdk2.0) but when we start using it  wi

Servlet auto-reloading under ROOT context (was RE: simple question for servlet-configuration of tomcat)

2001-04-06 Thread Joel Parramore
On a slightly related note: are servlets under the ROOT context automatically reloaded? The docs in server.xml would appear to indicate that reloadable="true" is the default, but there's no entry for the ROOT context in my server.xml file, and it appears to be inconsistent on our server with reg

Re: simple question for servlet-configuration of tomcat

2001-04-06 Thread Mandar Joshi
You simply need to put your stuff uner ROOT context. - Original Message - From: "TOPO graphics GmbH" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 06, 2001 7:19 AM Subject: simple question for servlet-configuration of tomcat > Hello, > > since several weeks I am te

Re: Problems with caching?

2001-04-06 Thread Scott Tatum
Are you using the include file directive to include the files? If you are, then that is the problem. JSP's won't recompile if a file they include is updated, only if the jsp file itself is updated. There are two ways to get around this: 1. Load the jsp file and save it (may have to add a space, r

RE: virtual hosting with tomcat and apache

2001-04-06 Thread Brandon Cruz
Does anyone have any experience with several virtual hosts, all running tomcat in one virtual machine? This seems to be the best solution for us to keep within our server's limits. We have many sites and that many JVM's would take all our resources. Any help would be greatly appreciated. What

Tomcat startup problem on NT

2001-04-06 Thread gpjkumar
Hi, I Installed Tomcat on WindowsNT4.0 .It was working fine and suddenly I got a message as follows .I sthere any body who can help me? Please e-mail it to [EMAIL PROTECTED] Jay ERROR: The requested URL could not be retrieved ---

Superclass for JSPs?

2001-04-06 Thread Felix A. Milovanov
Hello all, i just started using Java for server-side WEB development ( I've 4 years of this development in C and Perl ). When I read about JSPs, I found than JSP is compiled into servlet on a first call and than runs like a servlet. The question is : is it possible to have a superclass fo

Apache+Tomcat+vhosts insights, discussion (long)

2001-04-06 Thread Scott Tatum
I too had the utilization problems associated with Apache and Tomcat 3.2.1. Actually, the problem also manifests itself in Tomcat standalone. After researching the problem and eventually coming up with a solution, I realized a couple of things that I have not seen posted to the list, so I thought

Tomcat dies on it own ??

2001-04-06 Thread Srinivas Kurella
I have an application that is running on tomcat. I have observed that if i bring up tomcat and leave it running without accessing the application for sometime , tomcat dies on it's own. The only thing i see in the logs is the following message about 5 or 6 times before it dies: 2001-04-05 04:39:

Problems with caching?

2001-04-06 Thread Melissa Matthews
Title: Problems with caching? Does anyone know if there is a problem with regular HTML files being somehow cached by Tomcat 3.2.1 on Solaris 2.8?   I have replaced some HTML header pages, but I still see the old ones.  I have searched and can not find those files anywhere.  If I go directly

Re: How to reload library classes?

2001-04-06 Thread Jeff Kilbride
Yes. Auto-reloading is not recommended for a production server. --jeff - Original Message - From: "Naren Dasu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, April 06, 2001 10:22 AM Subject: RE: How to reload library classes? > Are there any performance

Re: ??? Does Tomcat 4 b3 Support Reloading ???

2001-04-06 Thread Bo Xu
Tony LaPaso wrote: > Hello, > > By reading the documentation, it seems Tomcat 4 b3 should support servlet > reloading but this does not seem to be the case. > > After a fresh install of Tomcat 4 b3 I modified the SnoopServlet and the > change was *not* picked up even though the examples Context h

Servlet Contexts and sessions

2001-04-06 Thread Andy Mauro
Hey all. This is sortof a JSP/Servlet related question, but it falls within the scope of this forum: Can someone give me a compelling reason why sessions cannot be shared across contexts? I realize this is part of the Servlet 2.2 spec, and not strictly speaking a tomcat issue, but perhaps there

RE: How to reload library classes?

2001-04-06 Thread Naren Dasu
Are there any performance implications when you set the 'reloadable' to true ? Does tomcat check every time a servlet is invoked ? naren At 12:05 PM 4/6/01 +1000, Warren Crossing wrote: >tomcat only reloads classes that are in WEB-INF/lib/ or WEB-INF/classes >where the reloadable is set to tr

??? Does Tomcat 4 b3 Support Reloading ???

2001-04-06 Thread Tony LaPaso
Hello, By reading the documentation, it seems Tomcat 4 b3 should support servlet reloading but this does not seem to be the case. After a fresh install of Tomcat 4 b3 I modified the SnoopServlet and the change was *not* picked up even though the examples Context has reloadable="true" specified.

Using the directive (Feature request?)

2001-04-06 Thread Jeff Kilbride
Is there any plan to include pattern matching in the directive in the server.xml file? Right now, in order to catch requests to mydomain.com and www.mydomain.com, you have to use two directives. The problem with this is that it loads two instances of all your servlets/jsp's. I'm using DB connect

RE: simple question for servlet-configuration of tomcat

2001-04-06 Thread Brett Knights
> What I have to do (in the configuration files) when I want to start my > servlets with the URL: > > http://localhost/servlet/TestServlet > > and not with a WEPAPP-Directory like > http://localhost/example/servlet/TestServlet > > Which settings I have to do in the configuration-files and in which

Re: Dates in Java

2001-04-06 Thread Alvin Yap
I think you need a java.sql.Timestamp type as compared to java.util.Date type To create new timestamp or long time = System.currentTimeMillis(); Timestamp currentTime = new Timestamp( time ); ... This object will hold the date and time. If you want to format the time differently use Calend

Re: Dates in Java

2001-04-06 Thread Jeff Kilbride
There's also something to be said for using a little tact. "You might get more help posting your question on a general Java forum" -- and then pointing the way -- is better than using three question marks and implying that the other person's question is "so simple". Responses like this scare new p

RE: tomcat installation on Windows 2000

2001-04-06 Thread Etienne Baert \(SPS Europe\)
http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/tomcat-iis-howto.html Then follow the instructions as for tomcat-IIS4-NT4 Etienne -Original Message-From: Hossein Horrian [mailto:[EMAIL PROTECTED]]Sent: vendredi 6 avril 2001 18:00To: [EMAIL PROTECTED]Subject: tomcat

RE: XSLT vs. JSP

2001-04-06 Thread Samson, Lyndon [IT]
Well actually in the context of generating web applications, XSLT and JSP are both competing. IMHO, XSLT has the huge advantage of separating content and format, unlike JSP. XSLT is also turing complete, I would think for many applications it would be a much better solution than Perl/LineNoise

Re: XSLT vs. JSP

2001-04-06 Thread Rui M . Silva Seabra
On Fri, Apr 06, 2001 at 09:15:34AM -0600, Jason Izatt wrote: > My upfront apologies for an off-topic posting. > I'm looking for a good discussion forum on the XSLT vs. JSP argument. Can > anyone point me to a good place? I can't, but I also cannot see any argument between XSLT and JSP since they

Tomcat Source Archive Errors?

2001-04-06 Thread Kieron Wilkinson
Is it just me or does the tomcat src tar's at: http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.1/src/ have errors in? I am having "tar: directory checksum error" on the files: jakarta-tomcat-3.2.1-src.tar.Z12-Dec-2000 15:10 1.7M tar archive jakarta-tomcat-3.2.1-src.tar.g

Tomcat articles on the O'Reilly Network

2001-04-06 Thread Joel Parramore
FYI: there are some interesting articles on the O'Reilly Network about installing and configuring Tomcat as well as dealing with web applications which look to be good reads Using Tomcat - http://www.oreillynet.com/pub/ct/33 which comprises two articles Java Web Applications - http://www.oreil

RE: OutputStream Already in USE ..!!!!

2001-04-06 Thread Benoît Jacquemont
Usually, you don't set the Content-Length because that's generated pages, and if you set a Content-Length higher than the real size of the generated gif, I don't know how IE or Netscape will react... But you can try it. I think you just have to set the Content-Length the same way you set the Conte

Re: XSLT vs. JSP

2001-04-06 Thread Torgeir Veimo
See www.oreilly.com. -- - Torgeir

XSLT vs. JSP

2001-04-06 Thread Jason Izatt
My upfront apologies for an off-topic posting. I'm looking for a good discussion forum on the XSLT vs. JSP argument. Can anyone point me to a good place? --Jason

RE: tomcat startup problem

2001-04-06 Thread Michael Wentzel
Run 'tomcat.bat run' at command prompt instead of startup.bat. This will allow you to see stack trace. --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com

RE: tomcat startup problem

2001-04-06 Thread Benoît Jacquemont
You sould try to open a command line window, got to the tomcat/bin directory and try tomcat run. You'll see what's exactly the problem since the window won't close. Benoît > Hi, > > I have tomcat 3.2.1 running on win 2k with jdk 1.3 > > Everything was running perfectly until a while ago. Suddenly

tomcat installation on Windows 2000

2001-04-06 Thread Hossein Horrian
Is there any documentation for installing tomcat on Windows 2000? I would appreciate your help.   Thank you,   Hossein Horrian Email [EMAIL PROTECTED]

tomcat startup problem

2001-04-06 Thread Adilakshmi Lingam
Hi, I have tomcat 3.2.1 running on win 2k with jdk 1.3 Everything was running perfectly until a while ago. Suddenly when I see, tomcat is shutdown and all the windows are closed. I tried to restart. Tomcat starts opening in the new window. I think it loads the loadon startup servlet and then whe

RE: simple question for servlet-configuration of tomcat

2001-04-06 Thread Benoît Jacquemont
Please look at the answers after posting a question. I have already answered to your question yesterday: > Hi, >You just have to declare a context like this: > > >in your TOMCAT_HOME/conf/server.xml. You should also remove the ROOT context and the ROOT directory that is in the we

Re: OutputStream Already in USE ..!!!!

2001-04-06 Thread Lakshmeenrayana
Thanks Benoit  and  Michael   It works in Netscape.   But one more strange problem has arrived. If the Size of the graph ( image ) is less..approximately less than 5k or so... The same problem persists..(ASCII Characters output). So how to set the content length..? since i don't know the co

simple question for servlet-configuration of tomcat

2001-04-06 Thread TOPO graphics GmbH
Hello, since several weeks I am testing tomcat as a Servlet Engine with great success. I use Win98 SE2 with PWS. Now I have a simple problem (I think): What I have to do (in the configuration files) when I want to start my servlets with the URL: http://localhost/servlet/TestServlet and not wit

RE: Apache + Tomcat Configuration

2001-04-06 Thread David DELGRANCHE
Dear Michael, I just reach the TomCat mailing List this morning and even if I'm using mailing list for a long time, I'm a little bit supprised by your behaviour. What is exactly your role on this list? Trying sharing knowledge like a lot of people or just controlling al

Re: Dates in Java

2001-04-06 Thread Milt Epstein
On Fri, 6 Apr 2001, Martin Mauri wrote: > Hey...don't be so rude, let the boys work their problems out... There is something to be said for keeping a list on-topic, and people asking questions on appropriate forums. > > Are we in the tomcat-user forum ??? > > I don't see the relationship betwe

RE: mod_jk under darwin (OS X)

2001-04-06 Thread Steve Fyfe
I followed the suggestions on this page, and it worked for me http://www.omnigroup.com/mailman/archive/macosx-dev/2001-January/008142.html Steve Fyfe CNI Corporation Milford New Hampshire [EMAIL PROTECTED] (603) 673-6600 -Original Message- From: [EMAIL PROTECT

RE: Apache + Tomcat Configuration

2001-04-06 Thread Michael Wentzel
> I am trying to setup Apache + Tomcat to run JSP and Servlets > on Win. 2000. I > am using Apache 1.3.19, and Tomcat 3.2.1. > > I created my own directory in > %TOMCAT_HOME%/webapps/mytest, copied the structure from > %TOMCAT_HOME%/webapps/examples such as WEB-INF, META-INF I put my > servl

Apache + Tomcat configuration

2001-04-06 Thread Zhengan Cai
Hi, everyone: I am trying to setup Apache + Tomcat to run JSP and Servlets on Win. 2000. I am using Apache 1.3.19, and Tomcat 3.2.1. I created my own directory in %TOMCAT_HOME%/webapps/mytest, copied the structure from %TOMCAT_HOME%/webapps/examples such as WEB-INF, META-INF I put my servlet

Apache + Tomcat Configuration

2001-04-06 Thread Zhengan Cai
Hi, everyone: I am trying to setup Apache + Tomcat to run JSP and Servlets on Win. 2000. I am using Apache 1.3.19, and Tomcat 3.2.1. I created my own directory in %TOMCAT_HOME%/webapps/mytest, copied the structure from %TOMCAT_HOME%/webapps/examples such as WEB-INF, META-INF I put my servlet

RE: JDBCReamls Still freeze after 24 hours wokrs

2001-04-06 Thread Kaneda K
Here are the logs : 2001-04-05 08:02:18 - ContextManager: JDBCRealm: The database connection is null or was found to be closed. Trying to re-open it. 2001-04-05 08:02:18 - ContextManager: JDBCRealm: Auth ok, first role=cap_acheteur _conn != null Sql query : select * from role 2001-04-06 0

RE: OutputStream Already in USE ..!!!!

2001-04-06 Thread Michael Wentzel
I don't know why you get a OutputStream already in use, but the reason why it works with IE and not with Netscape may be because you do not set properly the Content-type of your image. Indeed, IE seems to be a little bit cleverer than Netscape because it interprets the real content of a file befor

RE: OutputStream Already in USE ..!!!!

2001-04-06 Thread Benoît Jacquemont
I don't know why you get a OutputStream already in use, but the reason why it works with IE and not with Netscape may be because you do not set properly the Content-type of your image. Indeed, IE seems to be a little bit cleverer than Netscape because it interprets the real con

OuputStream Already in Use..!!! Please Help

2001-04-06 Thread Lakshmeenrayana
I am using Tomcat and trying to write a Gif file to client browser window using JSP. I use ACME - GifEncoder to convert the picture to GIF. The Encoder needs OutputStream type object as one of the parameter in its constructor. I am using ServletOutputStream object for this, which i got thr

[Fwd: stop script errors]

2001-04-06 Thread Deidra Powell
Original Message Subject: stop script errors Date: Thu, 05 Apr 2001 16:58:40 -0400 From: Deidra Powell <[EMAIL PROTECTED]> Organization: Interpath Communications, Inc. To: [EMAIL PROTECTED] I was trying to get tomcat going and I too am having trouble with the stop script. I l

OutputStream Already in USE ..!!!!

2001-04-06 Thread Lakshmeenrayana
I am using Tomcat and trying to write a Gif file to client browser window using JSP. I use ACME - GifEncoder to convert the picture to GIF. The Encoder needs OutputStream type object as one of the parameter in its constructor. I am using ServletOutputStream object for this, which i got thro

RE: TomCat installation

2001-04-06 Thread Benoit Jacquemont
Hi David, There's really good documentation with the Tomcat 3.2.1 distribution: howto-tomcat et howto-tomcat-apache. I use these well-written to build my systems based on Tomcat and Apache, and they're work great. Anyway, since Tomcat is a Java program, you just need to copy it into a directory

RE: Tomcat 3.2.1 JDK1.3.0 on Solaris - processor usage.

2001-04-06 Thread Gary Lawson
Please see my 3rd paragraph. The readme was the first place I looked. I am aware of this bug. It is not what caused our processor usage to spiral. Perhaps I should have said "all our contexts/webapps are configured correctly". -Original Message- From: DONNIE HALE [mailto:[EMAIL PROTECTED]

RE: Scope of Mailing List (was RE: Dates in Java)

2001-04-06 Thread Michael Wentzel
> Are we in the tomcat-user forum ??? > I don't see the relationship between a so simple constructor problem > (which Javadoc solve quiet easily ...) and Tomcat ... I agree that this list is not the place for this question(the proper place would be java.sun.com JDC groups) but most of the time i

pageContext from a bean?

2001-04-06 Thread Dave Weis
Is it possible to access the pageContext from inside a bean without passing it in? More specifically, I need to access the request object. I've tried referencing pageContext by itself with no luck and I've also done this JspFactory factory = JspFactory.getDefaultFactory(); PageContext pageC

  1   2   >