Re: oracle driver problem Zip or Jar?

2001-01-24 Thread Ganasen Gounden
Thanks. This is good news. I am new to Tomcat. Could you please explain more precisely where I change the classpath assuming I have installed tomcat in c:\jakatar-tomcat. In which File do I edit the class path? c:\jakatar-tomcat\bin\tomcat.bat Where do I make the directory? Can I copy the

NT install notes error

2001-01-24 Thread Steve Quail
Could someone please update the NT installation notes with regard to problems using JDK 1.3 (see post by George Henry C. Daswani below), I was very bemused by my Tomcat stopping when a user logged out until I found this on the mail archive. Also would be good to include

RE: problem with classpath and .jar files

2001-01-24 Thread Ganasen Gounden
Copying jar files into web-inf/lib does work only if you make sure you reset the tomcat server. Sometimes this does not work first time then reset your server. Renaming zip files to jar files also work. Many thanks to all for your help. Gan Gounden City of Cape Town Ph (021) 400-2174 Fax (021)

Win32 installer

2001-01-24 Thread Wenz Christian
Hi there, what was the URL of the "unofficial" Win32 installer for Tomcat again? Regards Christian - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: HTTP response

2001-01-24 Thread leak
sigh -- and now I find it -- bug number 151 (http://znutar.cortexity.com/BugRatViewer/ShowReport/151) ... there is no action listed for this... any comments? I would guess that this is because it's fixed in Tomcat 3.2.1 - why don't you just upgrade to the latest stable release? :) quote

Re: HTTP response

2001-01-24 Thread leak
I would guess that this is because it's fixed in Tomcat 3.2.1 - why don't you just upgrade to the latest stable release? :) Eeep... just noticed you _are_ using Tomcat 3.2.1 - but still, that's what Tomcat returns when queried on port 8080: quote GET /Teaching/Lectures/List/lectures.tsp

Tomcat crashing

2001-01-24 Thread David Sanders
Tomcat 3.2.1 is crashing twice a day. Even though logging is enabled in conf/server.xml, nothing of relevance is in logs/* at time Tomcat crashes. The crashing Tomcat is using: - RedHat Linux - JDBC Thin driver from Oracle (oracle.jdbc.driver.OracleDriver) - Servlets are serializing access to

AW: Tomcat crashing

2001-01-24 Thread Thomas Bezdicek
hi, are you using the hotspot-engine with the parameter -server? if yes it should crash with a signal 11, which is a known bug in the hotspot- engine (at least for solaris 8). change to client hotspot-engine and everything works fine and stable. tom -Ursprngliche Nachricht- Von: David

Re: passing an object using sessions - STRANGE???

2001-01-24 Thread David Treves
Hi again, a strange thing regarding my problem (see at bottom) is that the Tomcat didn't type any error, it simply made the page unavailable, I defined the str as a public, yet it didn't help me... Any other idea? Thanks and sorry again... :o) David. - Original Message - From:

How to desactivate Session tracking by URL rewriting ?

2001-01-24 Thread François DUFRAISSE
Hi all, Is there a way to desactivate the session tracking that rewrites all the URLs of a response's content ? This happens only for the first resource requested. I generate WML decks with JSP and Tomcat, and those decks contain internal href links. When I first request a deck to Tomcat, all

RE: Which JVM for Tomcat?

2001-01-24 Thread David Oxley
Right. 1. First of all You can write a java applet that uses java1.1 i.e. the VM included with netscape and IE so the user doesn't have to download anything. And you can still use 1.3 on the server. You don't need to install another vm on the server. 2. Can you please stop flaming each other.

help: mod_jserv compilation problems

2001-01-24 Thread Olaf Grewe
Hi, I installed (well, the package manager did) Apache 1.3.9 on a debian-powerpc system. Now I'm trying to compile mod_jserv form Tomcat 3.2.1 but failed miserably. gcc: 2.95.2 make: 3.79.1 I followed the instructions under "Obtaining the Jserv Module" in the Tomcat User's Guide and did: apxs -c

RE: help: mod_jserv compilation problems

2001-01-24 Thread Deepak C S
instead of compiling ...you can directly copy(download) the mod_jserv.so and place in APACHE-ROOT/libexec directory -- From: Olaf Grewe[SMTP:[EMAIL PROTECTED]] Reply To: [EMAIL PROTECTED] Sent: Wednesday, January 24, 2001 4:54 PM To: [EMAIL PROTECTED] Subject:

RE: Locale

2001-01-24 Thread Deepak C S
Its simply the problem with Classpath or Environment variables Make sure you set 1) JAVA_HOME=jdk-installdir 2) TOMCAT_HOME=tomcatinstall 3) ANT_HOME=tomcatinstall CLASSPATH=jdk/lib and other jars and export all these variables I guess It would work then -- From:

re: help: mod_jserv compilation problems

2001-01-24 Thread Olaf Grewe
Hi Deepak, instead of compiling ...you can directly copy(download) the mod_jserv.so I downloaded the tar.gz of jakarta-tomcat and jakarta-servletapi from /builds/jakarta-tomcat/release/v3.2.1/bin but neither contained a mod_jserv Usually I have to compile nearly everything as there are seldom

Re: help: mod_jserv compilation problems

2001-01-24 Thread venkatesan
Hi, It is simple first copy mod_jserv.so or mod_jk.so(it is better). Then include the path where u put the mod_jk.so file in ur appache configuration file as include /path of ur directory where *.so file put/mod_jk.so.. then start apache server and tomcat startup. That is

re: help: mod_jserv compilation problems

2001-01-24 Thread Olaf Grewe
chk out...got to apache/src/native/jserv and compile from there If you didnt do so. well, that's what I did. I changed into ~/jakarta-tomcat-3.2.1-src/src/native/apache/jserv and then did as described in the user's guide. From the error message, I think it's more an architecture/version

Re: help: mod_jserv compilation problems

2001-01-24 Thread venkatesan
Hi Olaf, I think u r downloaded src(source) version of tomcat... because ur file name is jakarta-tomcat-3.2.1-src...Yes it will create problem.. Go to tomcat site then click binary version of tomcat then start download tomcat... the file name should be

re: help: mod_jserv compilation problems

2001-01-24 Thread Olaf Grewe
Hi venkatestan, If u get mod_jk.so along with ur binary, then include this path to apach.conf file. If I got the user's guide right, there are no .so coming with the binary dist, since they are plattform dependend. Well I'm having a powerpc-plattform over here, most binaries are for i386. But:

solved: mod_jserv compilation problems

2001-01-24 Thread Olaf Grewe
Hi all, thanks for any suggestions, I finally found the mod_jk-howto. mod_jk build fine, so no questions open (I hope). There just one suggestion: why isn't this incorporated into the user's guide? Es grt Olaf - To

Re: help: mod_jserv compilation problems

2001-01-24 Thread venkatesan
Hi Olaf, Well i face the same problem already Because i did not find .so file anywhere and finally searched the net in one location i got the so file i will give the url of this location where u find *.so file go there and download it will work for ur Linux michine despite i386.

RE: Which JVM for Tomcat?

2001-01-24 Thread Michael Wentzel
3. I wouldn't mind knowing which JVM is fastest on Linux. What is Blackdown (I think that's what its called) like. Is it faster than Suns? Last time I check, it's been a while, the blackdown.org jvm was severely lacking in many departments(IMHO). Blackdown used to be the "official" port of

How to desactivate Session tracking by URL rewriting ?

2001-01-24 Thread François DUFRAISSE
Hi all, Is there a way to desactivate the session tracking that rewrites all the URLs of a response's content ? This happens only for the first resource requested. I generate WML decks with JSP and Tomcat, and those decks contain internal href links. When I first request a deck to Tomcat, all

RE: Tools.jar

2001-01-24 Thread Ciot, Thierry
Title: Tools.jar Yes it is possible. Check the tool tomcat\bin\jspc and the thread on this mailing list "How do I precompile JSP files for final Production use?" Thierry -Original Message-From: eitan golan (Kamoon IL) [mailto:[EMAIL PROTECTED]]Sent: Tuesday, January 23, 2001

RE: Tools.jar

2001-01-24 Thread Adrian Papari
Hi, In the Tomcat manual it says that it's possible to log different servlet or projects. How would such a configuration look? Generally; I'd like to log all the output from System.out.println() to a logfile, as well as showing it in the console. It's intended to be used at the beta stages of

Re: jsp:getProperty... error in scriptlets

2001-01-24 Thread Matt Goss
Brad, Well for one thing, if your getter method is getIP1() then your jsp tag should have property="iP1" (notice the lower case i). try that. :) Matt Brad Karels wrote: I am having some issues with Tomcat 3.2 when using jsp:getProperty...> tags in my jsp pages. When I insert:% for (int i=0; i

Re: Servlet Aliases

2001-01-24 Thread Matt Goss
Ben what is the URL that you are using to reference the servlets from? Matt Goss Ben Ricker wrote: I have a servlet based web app I am trying to migrate from Apache/Jserv to Tomcat and I am having a bit of a problem. I can access the index page I placed in the war file, but everytime I try

Starting tomcat in an apache process child

2001-01-24 Thread m.badri
Hi, I'd like to know if it is possible to tell apache to start tomcat ? something Like jserv mode : Apache start and start jserv process, and when jserv stopped he can restart it. Thanks in advance. - To unsubscribe,

Re: Benchmarking

2001-01-24 Thread William Au
Don't you mind sharing your results with the Tomcat users community by posting them to this mailing list? Bill Oleg Timofeyev wrote: Hey guys, Well now that I installed TOMCAT, ORION and JRUN I would like to benchmark those. Anyone knows of good benchmarking solutions for java servers,

Corba and Servlet

2001-01-24 Thread Vinicio Llumiquinga
Hello all Someboby have a example of a servlet like client corba I am using JavaORB 2.2.7 JDK 1.1.6 and Tomcat 3.2 Please help me bye Vinicio - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email:

RE: NT install notes error

2001-01-24 Thread Marc Saegesser
Already done (several weeks ago). It will appear in the next release of Tomcat 3.2.x. -Original Message- From: Steve Quail [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 24, 2001 2:35 AM To: [EMAIL PROTECTED] Subject: NT install notes error Could someone please update

RE: Possible isapi bug.

2001-01-24 Thread Marc Saegesser
I do this all the time and it works fine. No reboots needed. -Original Message- From: Craig Tataryn [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 23, 2001 4:37 PM To: [EMAIL PROTECTED] Subject: Possible isapi bug. I've noticed that if I edit my uriworkermap.properties

tomcat-apache

2001-01-24 Thread Rob King
I am trying to integrate tomcat with apache, using mod_jk.dll. I'd like apache to handle static HTML and PHP requests, while forwarding JSP files to tomcat. I'm having trouble deciphering this process using the existing documentationcan't seem to get in all up and running. Can anyone offer

RE: problem with classpath and .jar files

2001-01-24 Thread Danganan, Clyde
Andre, I am running Tomcat 3.2.1, Apache Web server on Windows Ntworkstation 4.0. I've place a .jar in %TOMCAT_HOME%/lib directory and tomcat is able to find this file at runtime. Hope this helps. Clyde Danganan. Original Message- From: "Andre Alves" [EMAIL PROTECTED] To:

Re: mod_jk.so is garbled (???)

2001-01-24 Thread Martin Schmidt
Hi Dave, thanks for your quick _and_ helpful response. You are absolutly right, the apxs i used were from 1.3.12. I removed all apache related binaries within /usr/bin, /usr/sbin, and so on and replaced them with softlinks to the new location. Works fine. Thanks again, you made my day ;)

nsapi_redirect.dll

2001-01-24 Thread Alfonso Rus Palomares
Hello all, I m using Netscape Enterprise with Solaris. Where is "nsapi_redirect.dll" for solaris? If not exist, how i configure tomcat in Netscape for solaris? Thanks. Alfonso Rus Palomares Dpto. I+D E.P. Desarrollo Agrario y Pesquero de

How do I redirect console messages to a log file?

2001-01-24 Thread Erick Ramirez
I am running Tomcat 3.2.1 on top of Apache 1.3 in a NT Environment. I have tried modifying the Logger element in server.xml so that it reads: Logger name="tc_log" path="logs/tomcat.log" verbosityLevel = "DEBUG" / but it seems to only report "Context" messages, as well as

Error when running second servlet

2001-01-24 Thread BROWN, ALAN
We have a proof of concept application that has two Java servlets in different contexts. We can run either servlet independently. However, when we run the second servlet (no matter which one is the second servlet), we receive the following error listed below. The java.policy file has been

RE: response.sendRedirect() and NSAPI redirection...

2001-01-24 Thread Danganan, Clyde
I ran into this problem with NTWorkstation4.0 running Apache Web server and Tomcat 3.2.1 Apache has a config file,httpd.conf, which references a Servername variable. I set this variable name to what is defined in the host file, which is "localhost". Perhaps the iplanet web server has a similar

RE: How do I redirect console messages to a log file?

2001-01-24 Thread Samson, Lyndon [IT]
If you are using *nix you could look up the system command tee, but if apache is using stderr it wont work. Its pretty easy to write a little C program ( someone prob. already has ) to do this. PS I knew a guy who used to work @ reef, Ross Dyson ring a bell? -Original Message-

Anyone doing their own taglib?

2001-01-24 Thread Fisher, Vick
Title: Anyone doing their own taglib? Hi All, I have implemented a few simple tags that use attributes and parameters. I would like to use JSP to keep presentation(formatting) separate from content and processing. It seems to me that tag libs need to be able to return a list, vector,

Global.jsa

2001-01-24 Thread Peter Giannopoulos
Can anyone tell me where I should put me global.jsa for a particular web-app for tomact 3-2.1 ? Cheers, -- Peter Giannopoulos,Software Developer Gemplus Software, Advanced Projects Group Phone: +15147322434

RE: Global.jsa

2001-01-24 Thread Ignacio J. Ortega
There is no Global.jsa in the spec , this is an Oracle extension to spec, IMHO Servlet 2.3 spec adresses some the remaining issues as application evens, all the other things in Global.jsa are easily replicable using the standard, things Session events and global objects .. References:

RE: How do I redirect console messages to a log file?

2001-01-24 Thread Samson, Lyndon [IT]
To redirect stderr under NT use cmd stdout.log 2stderr.log ie startup.bat tomcat.log 2tomcaterr.log -Original Message- From: Erick Ramirez [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 24, 2001 4:10 PM To: [EMAIL PROTECTED] Subject: RE: How do I redirect console messages to a

RE: How do I redirect console messages to a log file?

2001-01-24 Thread Ivan E. Markovic
Erick , I asked this question a while ago but received no satisfactory reply; so here is what what I managed to work out myself. I use Unix and this is works perfectly. I often open up a session and tail -f the tomcat.err log. I also have a Servlet written that allows me to remotely view 'n'

RE: Global.jsa

2001-01-24 Thread Peter Giannopoulos
Thanks. -- Peter Giannopoulos,Software Developer Gemplus Software, Advanced Projects Group Phone: +15147322434 Fax: +15147322401 Gemplus Card International, Http://www.gemplus.fr

Running tomcat 3.2 as a service on NT

2001-01-24 Thread Rob Somerville
I'm trying to run Tomcat 3.2 as a service on NT. I've tested with the Jakarta wrapper and confirmed that the service does indeed stop when the currently logged in user logs off the system. This is well known bug that Sun claims to have fixed, but has not made the fix available. Next I tried

Servlet API 2.3 Implementations

2001-01-24 Thread Shahed Ali
Hi, I remember someone on this list citing an opensource implementation of JSP / Servlets other than tomcat that implemented the 2.3 spec. Since TC 4 is still in beta, I would like to look at OpenSource (read as "free") alternatives to tomcat. Thanks Shahed.

RE: Maximum Sessions allow, Tomcat Startup

2001-01-24 Thread Carlos López
Sun Solaris, and Apache - Original Message - From: Michael Wentzel To: '[EMAIL PROTECTED]' Sent: Wednesday, January 24, 2001 10:29 AM Subject: RE: Maximum Sessions allow, Tomcat Startup How can I make tomcat to start whe the machine reboots

Re: Anyone doing their own taglib?

2001-01-24 Thread Gocin.com
Title: Anyone doing their own taglib? You could always try a templating engine like Webmacro (http://www.webmacro.org/). The templating script they have developed could assist you keep your back end logic one place and your view (formatting, presentation) completely separate. Your objects

when do i need and how can I update(deploy )

2001-01-24 Thread dong yang
the war file? thx Andre Yang __ Do You Yahoo!? Gesendet von Yahoo! Mail - http://mail.yahoo.de - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

RES: A good free IDE for developping for Tomcat

2001-01-24 Thread Jose Euclides da Silva Junior - DIGR.O
Or try VisualAge 3.5 from IBM. It doesnt have drag/drop option, however its easy to use and i have never found any bug... Regards, Jos Euclides Jnior __ E-mail: [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] http://euclides.8m.com

how class reloading without shutdown-startup

2001-01-24 Thread dong yang
I found the related link http://jakarta.apache.org/jyve-faq/Turbine/screen/DisplayQuestionAnswer/action/SetAll/project_id/2/faq_id/12/topic_id/43/question_id/240 I understood it as put the class in the web-inf directory and don't include it in the class path. i did it but the server couldn't find

Re: dtd for Tomcat 3.2.1's server.xml

2001-01-24 Thread William Au
I would very much like to see a DTD for each release build. Release builds are "ready for prime time" so they should be relatively stable. Either that or better documentation on the configuration parameters. Bill Thom Park wrote: Hi Alex, I wrestled with this one as well - I'd like to see

Re: Anyone doing their own taglib?

2001-01-24 Thread Catch-all m-box
Set up a tag that repeatedly loops, setting simple strings each time round 'till the data is exhausted eg. myLib:results trtd%= title %/tdtd%= descr %/td/tr /myLib:results Or use nested tags: myLib:results trtdmyLib:title//tdtdmyLib:descr//td/tr /myLib:results Hi All, I have implemented a

dynamically getting currently executing jsp page

2001-01-24 Thread Shahed Ali
Hi, I need to get the name of the current jsp page in a scriptlet. The jsp page could be serverd up by a link or by a jsp:forward or a redirect. If I do %=this.getClass()%, I get the following for a jsp page tmp/ST003.jsp tmp._0002ftmp_0002fST_00030_00030_00033_0002ejspST003_jsp_1 Is there

mod_jk, Apj12 and tomcat. Bug or configuration problem?

2001-01-24 Thread Edward Wolpert
Folks- I've got what is most likely a configuration problem, but may be a bug. Basically, we have Apache 1.3.14 using mod_jk to talk to tomcat 3.2.1 using Apj12 protocol. However, the apache connection fails if we don't have the HttpConnectionHandler set. So, what we have is this

Re: dtd for Tomcat 3.2.1's server.xml

2001-01-24 Thread Alex Fernández
Me, I still don't get it. See below. Thom Park wrote: Hi Alex, I wrestled with this one as well - I'd like to see a DTD for server.xml as also The problem is that, as various connectors/interceptors/valves/whoknowswhat are added to tomcat during a development cycle, the parameters can

Apache transfer to Tomcat with mod_jk

2001-01-24 Thread Bruce F. Press
I have apache 1.3.14 installed with Tomcat 3.2. I have been working with Tomcat for about 5 months directly (through port 8080), I am getting near deployment and would like to have Apache handle static information. I followed the mod_jk howto as far as it when, but I still get my jsp delivered

installing tomcat on win2000 advanced server

2001-01-24 Thread David Hall
I am trying to learn JSP and am unable to get the tomcat server to run on my system. I am currently using win2000 advance server and have downloaded Inprise jbuilder4. When I try to run the startup.bat file from a command prompt, I get the following message: You must set JAVA_HOME to point

RE: installing tomcat on win2000 advanced server

2001-01-24 Thread Lull, Joe
You will have to set the JAVA_HOME environment variable to your jdk directory. With JBuilder installed that would be like c:\JBuilder4\jdk1.3... -Original Message-From: David Hall [mailto:[EMAIL PROTECTED]]Sent: Wednesday, January 24, 2001 1:30 PMTo: [EMAIL

Re: Apache transfer to Tomcat with mod_jk

2001-01-24 Thread Kelly Kleinfelder
Make sure you have this line in your tomcat-apache.conf (or whatever file the apache server includes to connect with tomcat): JkMount /admin/servlet/* ajp12 JkMount /admin/*.jsp ajp12 Change the directories to reflect your own environment. These lines should be there for every Location

Re: Apache transfer to Tomcat with mod_jk

2001-01-24 Thread Ben Blakely
I'm not sure if this is the proper way to do it, but try using this in your httpd.conf: LoadModulejk_module libexec/mod_jk.so AddModule mod_jk.c JkWorkersFile /usr/local/tomcat/conf/workers.properties JkLogFile /usr/local/apache/logs/mod_jk.log JkLogLevelwarn JkMount /*.jsp

RE: Apache transfer to Tomcat with mod_jk

2001-01-24 Thread Hosahalli, RaghavendraX
I just have a question here. I am using tomcat for last 4 months. Now I had to integrate it with apache. what I just did is downloaded "mod_jk.dll" placed it inti /apache/modules directory. In httpd.conf file I just added, include "c:/tomcat/conf/mod_jk.conf-auto" statement. Bingo, everything

Re: dtd for Tomcat 3.2.1's server.xml

2001-01-24 Thread Craig R. McClanahan
William Au wrote: I would very much like to see a DTD for each release build. Release builds are "ready for prime time" so they should be relatively stable. As stated earlier, DTDs are *not* capable of expressing all the semantics that Tomcat requires in a server.xml file. It's not an

Re: dtd for Tomcat 3.2.1's server.xml

2001-01-24 Thread Alex Fernández
That makes a lot of sense. Thanks. Alex. "Craig R. McClanahan" wrote: Alex Fernndez wrote: I cannot understand why there can be no DTD. Yes, the contents may be variable and extensible, but that's what XML is -- eXtensible. At least for closed versions, it should be possible to

Help! Tomcat crash..

2001-01-24 Thread Paul Yoon
I am Tomcat 3.2 user and it is running on Windows 2000 Professional. I used MS Access and Tomcat crashed everytime. So I downloaded MySql (mm.mysql-2.0.1-bin.jar for JDBC , MySQL3.23, MyODBC ) and still Tomcat is crashing. I think the problem would be memory leaking caused by JDBC-ODBC bridge I

server.xml help (i think)

2001-01-24 Thread Andrea Bertone
Hi Tomcat Users! I am desperate need of assistance.I have been diligently attempting to get Tomcat working for 2 months (which should be a clue I'm just not cut out for this) but I keep trucking along. In addition to being new to Tomcat, I am also new to Apache and Linux and JSP... I

RE: server.xml help (i think)

2001-01-24 Thread Hosahalli, RaghavendraX
buddy, you have to add a context for your path in server.xml file Here is the sample of it Context path="/examples" docBase="webapps/examples" crossContext="false" debug="0" reloadable="true" /Context "path" is the path what you referin the url. "docBase" is the physical path of that,

Re: server.xml help (i think)

2001-01-24 Thread Ben Blakely
In your server.xml file there should be a line something like this: Context path="" docBase="webapps/ROOT" / Change the "webapps/ROOT" to "/home/user/domain/htdocs" and restart tomcat. This sets the root context for Tomcat to your web server's document root. Hope this helps, --brb Andrea

RE: Help! Tomcat crash..

2001-01-24 Thread Randy Layman
If you are using OBDC to access MySQL that will cause the problem. As stated many, many, many times on this list (and others, including Sun's JavaSoft website and the Java BugParade), the JDBC-ODBC bridge is not thread safe and will cause crashes. So, since you are using MySQL,

IIS-Howto question/problem...

2001-01-24 Thread Ben Shrake
I have attempted to install tomcat on TWO of our IIS servers and have the same problem on both. The jakarta filter shows a red down-arrow, not a green up-arrow. I have gone back through the steps over and over (including the troubleshooting section), but to no avail. FYI- We are running Win2000

Re: Actually RE: Tomcat processes... (to Christoph Rooms)

2001-01-24 Thread Trevor Little
If you're talking about java processes it's really just one process and what you're seeing are actually threads. It's normal. Michael Wentzel wrote: I'm running Tomcat on linux. From the moment I start up Tomcat, I see 51 processes and these processes takes up 142 MB of memory. Is

RE: A good free IDE for developping for Tomcat

2001-01-24 Thread e_teer
Textpad is the best text editor for W2K I have seen. _ Alain, I've been using TextPad (http://www.textpad.com) and it's fabulous. It's free (well, $27 if you *want* to buy it), has free additions (tags) to lots of languages. perl,

Re: the following occurs when building catalina ...

2001-01-24 Thread Craig R. McClanahan
"Grobe, Gary" wrote: Buildfile: build.xml deploy-prepare: deploy-static: deploy-main: build-prepare: copy-jaxp-jar: build-static: # # An unexpected exception has been detected in native code outside the VM.# Pr ogram counter=0x400202a6 # # Problematic Thread: prio=5

RE: A good free IDE for developping for Tomcat

2001-01-24 Thread Kyle F. Downey
http://www.xemacs.org. They have a Win32 installer and everything for XEmacs 21, and if you plan to use Ant AND you're not doing using any user interface design an IDE is actually more trouble than it's worth. Gives you indentation, color highlighting, and additional functions through the JDE

RE: Actually RE: Tomcat processes... (to Christoph Rooms)

2001-01-24 Thread Christoph Rooms
But is it normal that it takes 140 MB of RAM ? (I know that I only have to count 1 process) I have a provider that wanted to support servlets using tomcat. But it seems I managed to bring down his machine that was online for more then 200 days. What's the best way to avoid this ? greetz,

RE: Actually RE: Tomcat processes... (to Christoph Rooms)

2001-01-24 Thread Christoph Rooms
Hi, How do I use these parameters ? Can you give more info on it ? An example ? thanks ! Christoph -Original Message- From: CPC Livelink Admin [mailto:[EMAIL PROTECTED]] Sent: woensdag 24 januari 2001 22:57 To: [EMAIL PROTECTED] Subject: RE: Actually RE: Tomcat processes... (to

Cannot run two servlets

2001-01-24 Thread BROWN, ALAN
We have developed a simple web application with two HTML forms. The user enters a lookup parameter on the form and submits it. We have a Java servlet that does retrieves the HTML form data, does a lookup via another program, and then builds HTML that is returned to the browser. Both of these

Re: Cannot run two servlets

2001-01-24 Thread anil
Hi Alan, check the process that you read data from. hope this helps anil "BROWN, ALAN" wrote: We have developed a simple web application with two HTML forms. The user enters a lookup parameter on the form and submits it. We have a Java servlet that does retrieves the HTML form data,

RE: Cannot run two servlets

2001-01-24 Thread Michael Wentzel
We have developed a simple web application with two HTML forms. The user enters a lookup parameter on the form and submits it. We have a Java servlet that does retrieves the HTML form data, does a lookup via another program, and then builds HTML that is returned to the browser. One

RE: the following occurs when building catalina ...

2001-01-24 Thread Grobe, Gary
it's running on linux 2.2.18 (RH) and the jsdk2 1.3 rc-1 from blackdown.org. -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 24, 2001 3:50 PM To: [EMAIL PROTECTED] Subject: Re: the following occurs when building catalina ... "Grobe,

RE: Actually RE: Tomcat processes... (to Christoph Rooms)

2001-01-24 Thread Christoph Rooms
Hi, I am using 3.2.1 ... using jdk 1.3. Strange ... but how is it possible that I'm getting 140MB and another user only 10 ? I don't understand ... Christoph -Original Message- From: Steve Ruby [mailto:[EMAIL PROTECTED]] Sent: woensdag 24 januari 2001 23:40 To: [EMAIL PROTECTED]

RE: Cannot run two servlets

2001-01-24 Thread BROWN, ALAN
Thanks Michael. I don't know why I never thought of the obvious! - J. Alan Brown Senior Enterprise Integration Consultant SAGA Software, Incorporated Office: (678) 513-7592 Voice Mail: (770) 913-1474 Fax: (770) 390-9364 -Original Message- From: Michael

Taglib Synchronization???

2001-01-24 Thread C. Jason Benedict
Are tag libs automatically synchronized under the covers? Or is a new taglib created for each user session? -- C. Jason Benedict

RE: server.xml help (i think)

2001-01-24 Thread Andrea Bertone
I tried this and it is now looking for the jsp pages at /opt/tomcat/home/user/domain/htdocs/file.jsp I have been playing with it and reading like a mad woman and can't figure it out. Please help. Andrea -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of

RE: Run tomcat with windows 98

2001-01-24 Thread Robert Taylor
Hi Manuel, You might try tweeking some of the memory options under the MS-DOS window properties. I'm not sure if this will help, but it may be worth a try. Robert -Original Message- From: manuel riche [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 24, 2001 5:46 PM To: [EMAIL

how to use ServletContext.getContext()

2001-01-24 Thread C. Jason Benedict
Anybody have an example for this call : ServletContext.getContext() for example...i have webapps/blue and webapps/red i want to include a jsp that is in red over to blue. thanks in advance... -- C. Jason Benedict

Re: RequestInterceptor authenticate and authorize. Need advise

2001-01-24 Thread Craig R. McClanahan
"Roytman, Alex" wrote: Hello, As I understand, RequestInterceptor.authenticate() and authorize() get called every time a protected resource is being accessed. Does it mean tomcat do not cache user/roles after first authentication? Tomcat 4.0 caches the authenticated principal in the

RE: server.xml help (i think)

2001-01-24 Thread Debra Locke
Andrea, The following comment was in my system.xml file: You can add a "home" attribute to represent the "base" for all relative paths. If none is set, the TOMCAT_HOME property will be used, and if not set "." will be used. webapps/, work/ and logs/ will be

UnsatisfiedLinkError

2001-01-24 Thread Vishal Gharat
I am getting an exception "UnsatisfiedLinkError" whilst trying to call the native method from a servlet. Since the native method was in a separate class, I tried invoking the method from a the main method from the same class. THIS WORKS PERFECTLY FINE. Intially, I thought it did not get the

Tomcat with jsp and wml

2001-01-24 Thread Gearoid Coughlan
Hi all, Ive just download jakarta-tomcat version 3.2.1 Ive installed and configured it proper (to the best of my knowledge) to work with apache 1.3. Ive tested the examples from the webpage (they all work). Now Im _trying_ to get a jsp file to generate a dynamic wml file for us.

API for org.apache.* classes

2001-01-24 Thread Ratnadeep Bhattacharjee
Hello, Could someone please tell me where I could find the javadocs for the org.apache.* classes. I downloaded jakarta-tomcat-3.2.1 (binary) but could not find them in the accompanying docs. Thanks. -Deep. - To

RE: RequestInterceptor authenticate and authorize. Need advise

2001-01-24 Thread Roytman, Alex
Tomcat 4.0 caches the authenticated principal in the current session (if there is one) -- otherwise, it authenticates on every request. I don't believe that this feature got back-ported to 3.2. I tested it does not cache it in 3.2 Is user principal container wide or context wide? For 3.2,

Form Base Auth - 1 webapp; multiple url patterns

2001-01-24 Thread BBueckers
Here is my setup... Tomcat v3.2.1 Within out Intranet webapp, I have setup a separate security 'url-pattern' for both SALES, and MARKETING. I have assigned each 'url-pattern' an associated 'auth-constraint'(role). When I access a SALES URL, I am taken to the 'form-login-page' to login , which

Multiple tomcat processes

2001-01-24 Thread Joe Laffey
I could not find this in the faq... I launch Tomcat (3.2.1 under linux JDK 1.3) and I launches a bunch of processes. However, it does not appear that it is using the memory that it should if these were all independent processes. Are these just threads, or what? Thx, Joe Laffey LAFFEY Computer

Re: RequestInterceptor authenticate and authorize. Need advise

2001-01-24 Thread Craig R. McClanahan
"Roytman, Alex" wrote: May be I should rephrase my question - when user authenticated first time the fact of authentication and user's name/password/roles are the same across all contexts, does authentication for one context mean authentication for all or each context should authenticate

Re: IIS 5.0, Windows 2000 Server, Tomcat 32

2001-01-24 Thread Venkat
I use tomcat 3.2.1 with IIS 5.0 on WIN2K machine with dual CPU It works quite normal Venkat - Original Message - From: "Etienne Baert" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, January 22, 2001 2:24 PM Subject: RE: IIS 5.0, Windows 2000 Server, Tomcat 32 Hi Greg, we

Re: A good free IDE for developping for Tomcat

2001-01-24 Thread Anthony Scott
[EMAIL PROTECTED] wrote: Alain, I've been using TextPad (http://www.textpad.com) and it's fabulous. It's free (well, $27 if you *want* to buy it), has free additions (tags) to lots of languages. perl, java, jsp, javascript, xml, html, c++, etc... it compiles code, shows color

Soap and jsp from tomcat

2001-01-24 Thread tmmet tvp
Hi, I'm calling a SOAP from javabean in my jsp page. Since,both,jsp and SOAP uses tomcat,I'm getting IllegalStateException: response has already been commited error. Can anyone mail me the cause of the error. Any suggestions will be greatly helpful for me. Thanks in advance.

  1   2   >