AW: Please help! How to create images with JSP under Tomcat ?

2002-01-29 Thread Ralph Einfeldt
What exactly do you want to do: - convert data to charts - generate grafics from Text in special fonts - draw grafics - manipulate images For the last three you can have a look at JAI: http://java.sun.com/products/java-media/jai/index.html (Quite complex, we use it to scale images on the

Please help! How to create images with JSP under Tomcat ?

2002-01-29 Thread Marius Matei
Please help! Does anybody already used a free good JSP/Java library which generates gif or jpg files (JavaSide excluded)? Any suggestion? Thanks

Re: WebAppDeploy Vs WebAppMount

2002-01-29 Thread Nikola Milutinovic
> where do I get the latest source of mod_webapp? jakarta.apache.org it's there. > Beside how do specify the mapping? > What I want to be able to do is point my > browser to: http://localhost/examples/HelloWorldExmample > instead of having to do: http://localhost/examples/servlet/HelloWor

Re: PLEASE REMOVE THE VIRUS BEFORE MAILING THE LIST...

2002-01-29 Thread Nikola Milutinovic
> I would like to point out that the virus was sent by members of the > list. Would Virus filtering of the list be useful? Yes. Would it be > cost-effective? No. (Since Jakarta has no real income to spend on this). AFAIK, most - if not all, components of a mail virus scanning system are

Re: PLEASE REMOVE THE VIRUS BEFORE MAILING THE LIST...

2002-01-29 Thread Nikola Milutinovic
> The real problem with Virus scanners as an open source project is > two fold: > 1. The virus writers can look at the source code and determine new > patterns that will be outside of the scanner's view (granted the script > kiddies won't be able to do this, but the more advanced virus writer

Re: PLEASE REMOVE THE VIRUS BEFORE MAILING THE LIST...

2002-01-29 Thread Nikola Milutinovic
> Maybe users shouldn't use Microsoft products! At least for email... What is the recomended client? I would like to have a e-mal + news. Netscape is a bit buggy (just a little bit, but still...), Mulberry is just for mail. Nix.

TC 4.0.2-b2 + NT4 + mod_jk: uriworkermap.properties?

2002-01-29 Thread Dennis . Johnson
Have given up trying to get mod_webapp to work for now and am configuring mod_jk. So far, so good. Question: Is uriworkermap.properties used and, if so, how is it configured? Can't seem to find it in the documentation, except from a reference from an earlier TC version with IIS (uriworkermap.prop

RE: Serving HTML and J2EE apps

2002-01-29 Thread Brian Adams
okay, how do you setup a Enterprise Stack h. What is the text capacity of outlook? three big pieces to install/consider: HTML serving (Apache) Servlet and jsp pages (Tomcat) J2EE Applications with EJB and more (JBOSS and others) installing: Apache web server, Port 80 www.apache.org Tomca

RE: JDBC driver

2002-01-29 Thread McLaughlin, Jim
You could also put it in your 'webapps/YOUR_WEBAPP/WEB_INF/lib' if you don't want to muck up you classpath > I think you can just put it anywhere as long as the pathname is in your > CLASSPATH setting. E.g. CLASSPATH=/path/to/jar_file.jar > > :~) > Ricky Y. Artigas > Database Administrator / > An

Serving HTML and J2EE apps

2002-01-29 Thread Mike DiChiappari
How are people setting up servers to serve both HTML and J2EE apps? I would like to setup my app so that both HTML and web apps (JSPs) are accessed using a web server (like Apache) and using port 80 (for both HTML and JSPs). I would prefer to not make any reference to port 8080 (or whatever p

Alternate Page for HTTP Status 403?

2002-01-29 Thread Cavan Morris
Hey everybody, I'd like to be able to have tomcat respond with a custom page instead of just returning the Tomcat HTTP Status 403 error page. Does anyone know if this is possible? Does anyone have any ideas on this? I'm using Tomcat 4.0.1. Thanks for you help. -Cavan Morris -- To unsubscrib

Re: multiple JVM's, multiple ports Tomcat 4.1

2002-01-29 Thread jonathan
On Tue, Jan 29, 2002 at 07:31:38PM -0800, August Gresens wrote: > Using the method described in the RUNNING.txt that comes with the Tomcat > installation, I'm trying to install multiple instances of Tomcat 4.1 on > a Linux server, so that multiple developers can work independently. > > I'm runn

multiple JVM's, multiple ports Tomcat 4.1

2002-01-29 Thread August Gresens
Using the method described in the RUNNING.txt that comes with the Tomcat installation, I'm trying to install multiple instances of Tomcat 4.1 on a Linux server, so that multiple developers can work independently. I'm running into some problems, however. Here is what I have done so far.. 1. I

RE: JDBC driver

2002-01-29 Thread Artigas, Ricardo Y.
I think you can just put it anywhere as long as the pathname is in your CLASSPATH setting. E.g. CLASSPATH=/path/to/jar_file.jar :~) Ricky Y. Artigas Database Administrator / Analyst/Programmer Information Technology Division Easycall Communications Phils., Inc. > ---

Re: "Scheduled Process" servlet: possible?

2002-01-29 Thread alec
Probably best to use a java.util.Timer code snippet Timer t = new Timer(); t.schedule(Task,Date,INTERVAL) // Task is an object that inplements java.util.TimerTask // Date object is the time to first run // Interval is how

Reload servlet

2002-01-29 Thread Harry Long
Hi , I have a problem with servlet's reloadable. I run Tomcat4.0 on Linux7.2 and connect to Apache using mod_webapps connector. I do set the reloadable="true" in the context. But It seems that It doesn't work at all. Every time I change something on the servlet and recompile it , I have to resta

Simple Intro to using Tomcat

2002-01-29 Thread Russ Abbott
Because I had a fair amount of trouble figuring out how to install and use Tomcat (as a totally new and naive Tomcat user), I wrote up an introductory description for my class. I am offering it to the Tomcat community for anyone who may find it useful. It is available at: http://abbott.calstate

Re: compiling 4.0.2b2 connectors

2002-01-29 Thread Remy Maucherat
> I'm having some trouble compiling the 4.0.2b2 connectors... i swear i > had it compiled successfully earlier today. Seems like a classpath > issue? I can't figure out what is supposed to provide > org.apache.tomcat.util.net The version of the files included in the tgz won't build correctly

compiling 4.0.2b2 connectors

2002-01-29 Thread Nick Wesselman
I'm having some trouble compiling the 4.0.2b2 connectors... i swear i had it compiled successfully earlier today. Seems like a classpath issue? I can't figure out what is supposed to provide org.apache.tomcat.util.net jkjava: [javac] Compiling 17 source files to /root/tomcat_build/ja

send a mail

2002-01-29 Thread Nancy Crisostomo Martinez
Hi everybody! I'm having some troubles with sending an e-mail from a servlet I have running on Tomcat 3.3 and Solaris. I have a servlet which use Java Mail API to send an e-mail, but when I press the button to send an e-mail this error appear on console: javax.mail.NoSuchProviderExce

Re: Errors using warp connector

2002-01-29 Thread Donald Lee
Thanks I will look into mod_jk.so. I didn't know anything about it, everything I have looked at always referred to the warp connector. If mod_jk does what I want and is easier to setup then I will use it! Original Message Follows From: Emerson <[EMAIL PROTECTED]> Reply-To: "Tomcat Us

automatic redirection to HTTPS

2002-01-29 Thread Ratnadeep Bhattacharjee
Hi again, After some changes to my tag I finally got the HTTP request to be redirected to its equivalent HTTPS request. However, this time I get an error as follows: Apache Tomcat/4.0.1 - HTTP Status 500 - Configuration error: Cannot perform access control without an authenticated principal

RE: "Scheduled Process" servlet: possible?

2002-01-29 Thread Brian Adams
I have a Thread class that does some stuff for me every night and I wrapped that with a servlet that calls .start() in the servlet init() method and that servlet in loaded at start up via 1 tag in web.xml (look below) this Thread class sleeps for 24 hours then wakes up and performs its duties th

"Scheduled Process" servlet: possible?

2002-01-29 Thread Jeff Corliss
Hi all, Is it possible to have a servlet's service method auto-invoked on a scheduled basis by its container? Like say for example you want to have your app do some auto-archiving of old data on a regular basis or something like that? Thanks, Jeff _

RE: Errors using warp connector

2002-01-29 Thread Brian Adams
Cool, I don't know about the others but I appreciate you doing this :) Thanks! B -Original Message- From: Mark Eggers [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 2:57 PM To: Tomcat Users List Subject: RE: Errors using warp connector Currently I have been able to compile t

RE: Errors using warp connector

2002-01-29 Thread Mark Eggers
Currently I have been able to compile the apr suite (apr, apr-util, and apr-iconv by following the instructions at http://apr.apache.org/compiling_win32.html I received 7 warnings from the source code downloaded from CVS this morning. However, using the Makefile.win to compile mod_warp failed w

RE: Form based authentication

2002-01-29 Thread Suchi Somasekar
Hi I have been using Tomcat 3.2.3 with form based authentication. It works great. However, I have an additional requirement now. We need to have another home page with the username and password boxes on the home page directly which when submitted must access a protected resource. I understand t

automatic redirection to HTTPS

2002-01-29 Thread Ratnadeep Bhattacharjee
Hello all, I am having some problems getting automatic redirection to HTTPS working. What I want do is as follows: If the user types a URL http://host:port/myapp it should be redirected to https://host:secure_port/myapp. If you had encountered this problem and found a solution could you pleas

Re: Tomcat version with a working Apache connector?

2002-01-29 Thread Emerson
I use tomcat 3.2.4 with mod_jk to connect to apache 1.3.20-29 And works just fine without having to configure nothing in httpd.conf (just a line pointing to tomcat conf file), as tomcat (this version i guess) generate the conf file. At 20:16 29/1/2002 +, you wrote: >We've been unable to get

Tomcat version with a working Apache connector?

2002-01-29 Thread Benjamin Geer
We've been unable to get Tomcat 4.0.1 to work with Apache 1.3.20, apparently because of this bug in Tomcat's connector for Apache: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5220 In our setup, we cannot reboot Apache at the appropriate times in order to work around this bug. The bug appe

64k limit on POST variables?

2002-01-29 Thread Kirby Vandivort
I have some forms set up that can accept a rather large amount of data, and I'm finding that my data is getting truncated after 64k. What is causing this limitation? I can't find anything on the web about POST variables being limited by the SPEC. Is this a tomcat thing? and is there any way th

RE: JSP Error

2002-01-29 Thread Larry Isaacs
I believe this usually turns out to be a permissions issue. Make sure the user under which Tomcat is running has permission to read the webapp directories. You can also try accessing Tomcat directly on port 8080 to see if behavior is different from accessing through Apache. Cheers, Larry >

Re: mod_jk & mod_rewrite

2002-01-29 Thread Harri Varpanen
Thanks for your help Bernd, but it didn't work quite as expected. It redirected me to tomcat root instead of [tomcat-root]/myapp/main and showed "http://myapp.com/index.html"; in the browser's location field. Above, "main" is a servlet mapping to a dispatcher servlet, the workings of which de

RE: Errors using warp connector

2002-01-29 Thread Dennis . Johnson
Sanity check: The site notes (e.g., http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.1/) say *Note: Using the WARP connector is recommended on platforms on which it is available.* If WARP is so unstable and/or causing so many issues (e.g., with Windows configs) and grief, why is

Re: Errors using warp connector

2002-01-29 Thread Emerson
Why don't you just use mod_jk.so you have just to put one line in http.conf, the file with contexts conf. is generated automaticly by tomcat (i think till version 3.2.4) by the way, does someone know if 4.0.2 is generating mod_jk.conf-auto ?? as far as I know the 4.0.1 doesn't instead of At 1

Broken pipe

2002-01-29 Thread Emerson
Is there any way of not throwing an exception "java.io.IOException: Broken pipe" when the user reloads or cancel the request of a page Or its good to get this exception to rollback all the transactions done already??? Emerson Cargnin TRE-SC Setor de Desenvolvimento Tel: (48) 251-3700 - Ramal

RE: Ap 1.3.22+TC 4.0.2b+NT4+webapp=Hangs loading graphics

2002-01-29 Thread Dennis . Johnson
Thanks bigb, Recapping current situation: - Running NT 4 Server + Apache 1.3.22 - Upgraded to Tomcat 4.0.2-b2 - Still using TC 4.0.1's mod_webapp - Loading TC's /examples/jsp/ from Apache = Still hangs loading graphics Needed for TC 4.0.2-b2: - Compiled version of mod_webapp.so (and libapr.dll ?

RE: Session visibility

2002-01-29 Thread Emerson
why don't you make just one servlet and from this you can foward to jsp's and all the sessions will be visible If you don't wanna put all the code in one servlet (what is right) make some classes that deal wiyh your business. At 10:47 29/1/2002 -0800, you wrote: >I am using Cookies to kee

Re: !!!VIRUS SENT THRU THE MAILING LIST: new photos from my party!

2002-01-29 Thread Bo Xu
... Imagine there's no Virus :-) It isn't hard to do ... A brotherhood of man ... Imagine all the people Living life in peace... You may say I'm a dreamer But I'm not the only one I hope someday you'll join us And the world will be as one ... J. L. :-) Jan292002 -- To unsubscribe:

Re: JSP load-on-startup

2002-01-29 Thread Martin Mauri
f9orro - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 29, 2002 3:55 PM Subject: JSP load-on-startup > I used the following xml in my deployment descriptor expecting Tomcat4 to > generate a servlet from my jsp within the work directory. > >

JSP load-on-startup

2002-01-29 Thread JBrawner
I used the following xml in my deployment descriptor expecting Tomcat4 to generate a servlet from my jsp within the work directory. Home /home.jsp 1 Home /home.jsp It appears to have done nothing. The servlet isn't generated until I request hom

JDBC driver

2002-01-29 Thread chad kellerman
Hey Guys, Hello to you all. I am trying to install the Tomcat with apache1.3.22. I have to admin the installation overview on http://jakarta.apache.org/tomcat/tomcat-4.0-doc/BUILDING.txt needs a little work. I am working on on part 8. Download and Install JDBC Optional Package API Bin

JSP Error

2002-01-29 Thread Satish Reddy
Hi All, I am having problems running JSP using tomcat3.3a with Apache1.3.12. on linux. I am able to run the same JSP on Windows without any problems. When I tried to run the example JSP. I get this following error. 2002-01-29 12:59:26 - Ctx(/EM) : Exception in R( /examples + /jsp/num/numgu

Re: AW: Connecting Apache to Tomcat

2002-01-29 Thread Cleber Hostalácio de Melo
Thanks Lars. After your sugestion a tried to configure Apache with these directives: Options Indexes MultiViews AllowOverride None Order allow,deny Allow from all But I did not suceed on that although I agree with you that it looks like some problem related to access control.

!!!VIRUS SENT THRU THE MAILING LIST: new photos from my party!

2002-01-29 Thread Huy Tran
All, I've been received several email regarding this topic. This is the new virus email that spreading around. Please do not open the attachment. Would the mail administrator filter out these email so we can prevent it from happenning again? Regards, HT. wrote: >Hello! > >My party... It

Re: mm.mysql driver

2002-01-29 Thread August Detlefsen
The system classpath is not used. The Tomcat startup scripts create their own classpath. Put the jar containing your JDBC driver in /usr/local/catalina/lib to share it with all of your webapps. If it is only needed with one webapp, put it in /path/to/webapp/WEB-INF/lib. -August --- Galbayar

Re: Errors using warp connector

2002-01-29 Thread Donald Lee
Ok, I can see I haven't given you all the complete story. I had tomcat up and running perfectly all the way up until I tried implementing the mod_webapp. In the past, all I had to do to run my servlets was use http://lnxwebsvr:8080 and all was good. then I read and heard that I could somehow d

RE: Session visibility

2002-01-29 Thread Jason Webber
I am using Cookies to keep the sesison information. I am using servlets to preform some autheication for a standalone program. From the standalone program(which is in Java), I also pop up a browser window and want it to login automatically to some JSP pages, in other words I want the session to

Re: SOAP Tutorial

2002-01-29 Thread Denny Chambers
This site may also provide some useful information: http://www.w3.org/2002/ws/ faisal wrote: > > check the www.java.sun.com. A soap pack was just released today > - Original Message - > From: Magnus Jansson <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, January 25, 2002

Re: SOAP Tutorial

2002-01-29 Thread faisal
check the www.java.sun.com. A soap pack was just released today - Original Message - From: Magnus Jansson <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 25, 2002 7:45 AM Subject: OT: SOAP Tutorial Hi! I'm very new to SOAP and I have no idea what it is. Is there a sma

Re: some tuning ...

2002-01-29 Thread August Detlefsen
You shouldn't need to define 2 services in server.xml. Just use 1 service with 2 virtual hosts. -August --- Julien OIX <[EMAIL PROTECTED]> wrote: > hi, > > I'm using Tomcat 4.0.1-1, Apache 1.3.22 under RedHat Linux 7.1 > > here's my problem: > > my website can be accessed by a front-office

Re: struts tag examples in JSP form page

2002-01-29 Thread Craig R. McClanahan
On Tue, 29 Jan 2002, Henry Lu wrote: > Date: Tue, 29 Jan 2002 12:03:24 -0500 > From: Henry Lu <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: struts tag examples in JSP form page > > Is there any one who may send me a real JSP file with a

RE: directory browsing

2002-01-29 Thread August Detlefsen
In web.xml look for this section, and make sure listings is false: default org.apache.catalina.servlets.DefaultServlet debug 0 listings false 1 --- Anton Brazhnyk <[EMAIL PROTECTED]> wrote: > Hi, > > > -Original Message- >

Re: problem with manager for virtual hosts

2002-01-29 Thread August Detlefsen
I had to specify the full path to the manager app to get it to work for virtual hosts. Because manager is mounted at /manager, but is actually installed at /usr/local/catalina/webapps/manager. If you just specify "manager" for docbase it looks for it at /home/infoelog/website/manager Here is my m

RE: JDBC Class Location on Linux

2002-01-29 Thread Swart, James (Jim) %
Is this how I update my ODBC to 3.0 or is that in the JDK? - J a m e s B. S w a r t Agere Systems - Colorado Design Centers Everything IT Related. Period. VOICE: 720-494-2330 ¿ FAX: 720-494-2331 -Original Message- From

Re: Is this a stupid question or something? Why no nibbles?

2002-01-29 Thread August Detlefsen
This is actually the second time I posted this exact same config to the list. If someone tells me how to update the docs, I will put it there too. -August --- Micael Padraig Og mac Grene <[EMAIL PROTECTED]> wrote: > Thank you, August. A couple of these examples (pictures) in the > documentati

Unload a servlet in tomcat

2002-01-29 Thread Héctor Garcia Peris
Hello everybody, I'm using tomcat 3.22 + apache to serve servlets in a web. Normally, when I modify a servlet and I recompile it, the servlet in memory is substituted by the new servlet, but sometimes the old servlet remains in the server memory. Anybody knows some way to unload the servlet fr

Tomcat and JNI

2002-01-29 Thread Brian Hanuska
What ClassLoader should load the java classes that contain JNI calls? Currently the java classes that load the JNI calls are in the global web.xml file, in the jsp servlet's classpath: jsp org.apache.jasper.servlet.JspServlet logVerbosityLevel DEBUG clas

Tomcat 4.0.1 and the latest nightly build exception....

2002-01-29 Thread Faraj Meir
I've a servlet and a filter that work well but each time throws an exception when it finish the chain.doFilter(request,response); any idea the exception is: 2002-01-29 19:29:58 StandardWrapper[/mhn:org.apache.catalina.INVOKER.]: Marking servlet org.apache.catalina.INVOKER. as unavailable 2002-0

RE: IIS/Tomcat: address in use (you can ignore it)

2002-01-29 Thread Larry Isaacs
Forgot to mention one other alternative which is to simply ignore the message. Cheers, Larry > -Original Message- > From: Larry Isaacs [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 29, 2002 12:43 PM > To: 'Tomcat Users List' > Subject: RE: IIS/Tomcat: address in use (you can ignore

Re: PORT 80 tomcat/Apache??

2002-01-29 Thread James C. McMaster (Jim)
It is not possible for any two applications to share a port. You would need either (a) apache to pass through to tomcat or (b) a front-end app to pass requests to both apache and tomcat. Sorry. -- Jim McMaster mailto:[EMAIL PROTECTED] In message <[EMAIL PROTECTED]>, "Brett O' Malley" said:

RE: IIS/Tomcat: address in use (you can ignore it)

2002-01-29 Thread Larry Isaacs
The error line is accurate. The JIT in jdk1.2.2 has a known (and unlikely to be fixed) bug which is triggered by crimson.jar. You can either upgrade to jdk1.3 or later, or replace crimson.jar (along with xalan.jar) with earlier versions that don't trigger the JIT bug. I would recommend upgrading

RE: JDBC Class Location on Linux

2002-01-29 Thread Timlin, Bob
Thanks for the info. Do I have to create the common/lib directory under CATALINA. My Tomcat doesn't have that directory. Thanks, Bob. -Original Message- From: Gapinski, Gary (GEL, MSX) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 9:34 AM To: 'Tomcat Users List' Subject:

RE: PLEASE REMOVE THE VIRUS BEFORE MAILING THE LIST...

2002-01-29 Thread Justin Rowles
> Well, my ISP nuked your last issue of the digest (tomcat-user > Digest 29 > Jan 2002 07:19:31 - Issue 352) because it was emailed with the > "Party" virus intact. Nuked "your" last issue? Surely "the" last issue?! It would be mailed intact cos the listbot doesn't strip attachments. That

RE: WebAppDeploy Vs WebAppMount

2002-01-29 Thread Cressatti, Dominique
>>you can always try to compile it, it's quite easy now where do I get the latest source of mod_webapp? Beside how do specify the mapping? What I want to be able to do is point my browser to: http://localhost/examples/HelloWorldExmample instead of having to do: http://localhost/examples/servlet/H

RE: JDBC Class Location on Linux

2002-01-29 Thread Gapinski, Gary (GEL, MSX)
Rename classes12.zip to classes12.jar and place it in CATALINA_HOME/common/lib. -Original Message- From: Timlin, Bob [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 12:33 PM To: [EMAIL PROTECTED] Subject: JDBC Class Location on Linux Can anyone tell which directory I should p

JDBC Class Location on Linux

2002-01-29 Thread Timlin, Bob
Can anyone tell which directory I should place JDBC class files in on Linux. Specifically I am running SuSE Linux 7.2 and Oracle9i. Thanks

IIS/Tomcat: address in use (you can ignore it)

2002-01-29 Thread Oliver Wulff
Hi I've installed tomcat 3.3a and IIS 4 and use jdk 1.2.2. I launch Tomcat using jk_nt_service. Everything is working fine, if I start tomcat before IIS. 1) net start jakarta 2) net start iisadmin 3) Manually start the Web Site in the Internet Information Manager If I do the steps 2 and 3 first

AW: PLEASE REMOVE THE VIRUS BEFORE MAILING THE LIST...

2002-01-29 Thread Ralph Einfeldt
- There is already an open anti virus project: http://www.openantivirus.org - I don't think that an anti virus software is needed - I think the list could be improved by the following: - only allow special kinds of attachments (zip, text, v-card, images) with the given community it ma

Re: WebAppDeploy Vs WebAppMount

2002-01-29 Thread Patrick Roumanoff
> WebAppConnection WarpConnection warp localhost:8008 > WebAppDeploy examples WarpConnection /examples > > WebAppConnection warpConnection warp localhost:8008 > WebAppMount examples warpConnection /examples/ > WebAppMount manager warpConnection /manager/ > WebAppMount

Tomcat on hpux

2002-01-29 Thread Laurent Michenaud
Hi, Does Tomcat work on hpux ? Which version should i use ? thx Michenaud Laurent - Adeuza - [ Développeur Web - Administrateur Réseau ] -- To unsubscribe: For additional commands: Troubles with the list:

RE: PLEASE REMOVE THE VIRUS BEFORE MAILING THE LIST...

2002-01-29 Thread Mike Curwen
>The real problem with Virus scanners as an open source project is >two fold: > 1. The virus writers can look at the source code and determine new >patterns that will be outside of the scanner's view (granted the script >kiddies won't be able to do this, but the more advanced virus writers

RE: LifecycleException

2002-01-29 Thread Bill Saur
All: I solved the problem I was having and I wanted to post the solution in case others may learn from this. Tomcat was not shutting down properly on my computer because of the Microsoft Instant Messaging program that typically runs in my system tray. Until I exited the IM program the connectio

Re: PLEASE REMOVE THE VIRUS BEFORE MAILING THE LIST...

2002-01-29 Thread Dean Hiller
I say go to Norton, and ask for a free license. Try to get some free virus scanner software. Alot of companies are up for donating their product. just a thought, dean -- To unsubscribe: For additional commands: Troubles with the list:

struts tag examples in JSP form page

2002-01-29 Thread Henry Lu
Is there any one who may send me a real JSP file with a form with the struts tags of text, radio, textare, checkbox, select hidden items? Thanks, Henry -- To unsubscribe: For additional commands: Troubles with the list:

Re: PLEASE REMOVE THE VIRUS BEFORE MAILING THE LIST...

2002-01-29 Thread Nick Wesselman
perhaps a JAMES Mailet would be appropriate? :-) Mike Curwen wrote: >So, is an open-source Anti-Virus project (perhaps at Jakarta) >self-defeating? ;) > >-Original Message- >From: Randy Layman [mailto:[EMAIL PROTECTED]] >Sent: Tuesday, January 29, 2002 9:45 AM >To: 'Tomcat Users List'

RE: PLEASE REMOVE THE VIRUS BEFORE MAILING THE LIST...

2002-01-29 Thread Randy Layman
The real problem with Virus scanners as an open source project is two fold: 1. The virus writers can look at the source code and determine new patterns that will be outside of the scanner's view (granted the script kiddies won't be able to do this, but the more advanced virus wri

Exception explanation

2002-01-29 Thread John Wadkin
Apologies is this has been asked before... What does this error mean - java.net.SocketException: socket closed: Bad file number - in the apache_log..txt file? Had a look on the net but couldn't find anything useful. I don't write servlets, so socket exceptions have no meaning to me! Seems that

RE: PLEASE REMOVE THE VIRUS BEFORE MAILING THE LIST...

2002-01-29 Thread Mike Curwen
So, is an open-source Anti-Virus project (perhaps at Jakarta) self-defeating? ;) -Original Message- From: Randy Layman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 9:45 AM To: 'Tomcat Users List' Subject: RE: PLEASE REMOVE THE VIRUS BEFORE MAILING THE LIST... I w

RE: Session visibility

2002-01-29 Thread Justin Rowles
> I have sessions setup for a couple of different servlets. For some > reason the session that are created using one servlet are not > valid in a > different servlet. Is there a way to make this happen? Assuming when you say servlet you mean jsp page (which is slightly different): If they are

WebAppDeploy Vs WebAppMount

2002-01-29 Thread Cressatti, Dominique
what's the difference between the 2? I grabed what I think was the lastest mod_webapp module ( http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.2-b2/rpms/) and it added the following in my httpd.conf WebAppConnection WarpConnection warp localhost:8008 WebAppDeploy examples Warp

RE: PLEASE REMOVE THE VIRUS BEFORE MAILING THE LIST...

2002-01-29 Thread Thad Humphries
Maybe users shouldn't use Microsoft products! At least for email... On Tue, 2002-01-29 at 10:45, Randy Layman wrote: > > I would like to point out that the virus was sent by members of the > list. Would Virus filtering of the list be useful? Yes. Would it be > cost-effective? No. (Si

RE: PLEASE REMOVE THE VIRUS BEFORE MAILING THE LIST...

2002-01-29 Thread Randy Layman
I would like to point out that the virus was sent by members of the list. Would Virus filtering of the list be useful? Yes. Would it be cost-effective? No. (Since Jakarta has no real income to spend on this). Randy > -Original Message- > From: Richard S. Huntrods [

PLEASE REMOVE THE VIRUS BEFORE MAILING THE LIST...

2002-01-29 Thread Richard S. Huntrods
Greetings! Well, my ISP nuked your last issue of the digest (tomcat-user Digest 29 Jan 2002 07:19:31 - Issue 352) because it was emailed with the "Party" virus intact. I know this list has been talking about SPAM removal, but now it is not only annoying, but has begun to SERIOUSLY IMPACT the

AW: Connecting Apache to Tomcat

2002-01-29 Thread lars_ake_gentz
hi, i have no defaultHost Parameter in my config everything else ist the same - so i have no more idea - Sorry... Are you sure that apache ist running correctly??? try http://yourApacheServer there must be a standard site: apacheWebServer is running... perhaps you have to look for the file/fo

Re: change to IBM jre for Tomcat 4.01 running as service

2002-01-29 Thread Remy Maucherat
> Is there any way to run Tomcat 4.01 as a service under Win2k using the IBM > jre instead of the Sun Hotspot jre? > > I tried changing the value of > HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Apache > Tomcat\Parameters but wasn't clear what the appropriate IBM dll to point to > was. I

AW: Session visibility

2002-01-29 Thread Lauer, Oliver
I guess a session is only valid within the context it was created if that's what you meant. Oliver > AXA eSolutions GmbH > AXA Konzern AG Germany > Oliver Lauer > Web Architect > Wörthstraße 34 > D-50668 Köln > Germany > Tel.: +49 221 148 31277 > Fax: +49 221 148 43963 > Mobil: +49 179 59 064 5

Connecting Apache to Tomcat

2002-01-29 Thread Cleber Hostalácio de Melo
Hi, I have conectiva linux 7.0 (kernel 2.4.5), apache 1.3.19 and Tomacat 4.0.1 Tomcat are working well with the url: http://Myserv:tomcat_port/examples/jsp/index.html But when I try to access this application from Apache with the URL: http://Myserv/examples/jsp/index.html I receive the m

Session visibility

2002-01-29 Thread Jason Webber
I have sessions setup for a couple of different servlets. For some reason the session that are created using one servlet are not valid in a different servlet. Is there a way to make this happen? Jason Tomcat 3.3 Apache 1.3.22 Windows 2000 Pro -- To unsubscribe: F

Re: 4.0.2/EJB InitialContext conflict

2002-01-29 Thread chris brown
Quick related question: I've noticed that when using ServletContext.getResource(), Tomcat returns a URL in which "jndi://" is the protocol. Would using the "nonaming" option disable this?! -Chris - Original Message - From: "Remy Maucherat" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[

Re: [TC4] Disabling (Was: JSP pages, Now: dir. listings) in one context only

2002-01-29 Thread chris brown
Thanks Craig, I posted a similar question recently asking whether it was possible to have different settings for the "default" servlet (per-context settings). For example, in some contexts, I'd like to see directory listings, in others, I'd prefer not to. I tried overriding the default servlet,

Re: tomcat build error

2002-01-29 Thread Craig R. McClanahan
On Tue, 29 Jan 2002, Nick Wesselman wrote: > Date: Tue, 29 Jan 2002 07:20:43 -0600 > From: Nick Wesselman <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: tomcat build error > > while building tomcat: > > H:\tomcat_buil

Re: OT: URL Rewrite and Tag Libs

2002-01-29 Thread Craig R. McClanahan
On Tue, 29 Jan 2002, Wolfgang Röckelein wrote: > Date: Tue, 29 Jan 2002 14:52:54 +0100 > From: Wolfgang Röckelein <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Re: OT: URL Rewrite and Tag Libs > > Hi, > > "Craig R. M

Re: OT: URL Rewrite and Tag Libs

2002-01-29 Thread Craig R. McClanahan
On Tue, 29 Jan 2002, Wolfgang Röckelein wrote: > Date: Tue, 29 Jan 2002 10:49:16 +0100 > From: Wolfgang Röckelein <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Re: OT: URL Rewrite and Tag Libs > > Hi, > > "Craig R. M

Re: Job situation in the US

2002-01-29 Thread Lars Nielsen Lind
Yeps - approx. 27000 IT-related jobs :-) - Original Message - From: "Lauer, Oliver" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Tuesday, January 29, 2002 4:00 PM Subject: AW: Job situation in the US Hi Lars, try http://www.jobserve.com . I believe in Frankf

Re: 4.0.2/EJB InitialContext conflict

2002-01-29 Thread Remy Maucherat
> I have a web/EJB application that ran in Tomcat 3. It calls InitialContext() > assuming that it will get the EJB server's service implementation of jndi so > that it can locate various enterprise beans. > > Within tomcat4, when I call InitialContext(), I appear to be getting tomcat's > jndi imp

4.0.2/EJB InitialContext conflict

2002-01-29 Thread Christopher Cobb
I have a web/EJB application that ran in Tomcat 3. It calls InitialContext() assuming that it will get the EJB server's service implementation of jndi so that it can locate various enterprise beans. Within tomcat4, when I call InitialContext(), I appear to be getting tomcat's jndi implementation

Re: [TC4] Disabling JSP pages in one context only

2002-01-29 Thread Craig R. McClanahan
On Tue, 29 Jan 2002, chris brown wrote: > Date: Tue, 29 Jan 2002 10:10:41 +0100 > From: chris brown <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: tomcat-user <[EMAIL PROTECTED]> > Subject: [TC4] Disabling JSP pages in one context only > > Hello, > > I'd like to dis

Unknown Source in stack trace??

2002-01-29 Thread Liu, Xiaoyan
Hi, Can anyone tell me why exception.printStackTrace() sometimes does not show the line number in java code, but instead displays 'Unknown Source'?? THis is very annoying for debugging. thanks. Liu

Re: JNDIRealm

2002-01-29 Thread Fredrik Westermarck
John Holman wrote: > > JNDIRealm works by retrieving the password from the directory server and > comparing it explicitly with the value given by > the user. Unfortunately AFAIK this mode of operation will not work with > eDirectory. Reading the Realm HOWTO again made me realize that... Why woul

  1   2   >