struts / turbine etc.

2001-04-30 Thread Ivan
Has any one used struts, turbine or any other class framework for programming web applicattions? I was wondering if they are worth the effort to learn them, and if so which one is the best and or most popular. Thanks for your ideas, Ivan

Re: how can i get apache to redirect a whole subdir to a servlet ?

2001-04-30 Thread Dieter Plank
Hi, try mod_rewrite. It's great! You have a nice doc in Apache's docs. cu. o,,,o ( 'o' ) (''')(''') __ Interpersonal Computing GmbH Dieter Plank Fachinformatiker - Anwendungsentwicklung (IHK) -Entwicklung- Augustenstrasse 20 - 22 80333 Muenchen Tel: ++49 89 219975-0 Web:

Help Install TOMCAT under APACHE

2001-04-30 Thread Samuzeau Pascal
Hi, After installing TOMCAT, try to get the mod_jk.so module, and finally compile it and copy it under the well directory, I try to start Apache. Well, an error occurs as : API module structure 'jk_module' in file mod_jk.so is garbled - perhaps this is not an APache module DSO? What's

RE: Tomcat on Linux RH7 installation help

2001-04-30 Thread GOMEZ Henri
Did you install the apache RPM, or compile from source or binary tgz? The RPM system will only know about apache if you installed it as an rpm file. try: $ rpm -q apache to see if rpm thinks apache is installed. Redhat 7.0 came with a EAPIfied Apache since it's in fact Apache use mod_ssl.

RE: Tomcat on Linux RH7 installation help

2001-04-30 Thread GOMEZ Henri
There is up to date Apache RPM for Redhat 7.0 : Apache 1.3.19 / mod_ssl 2.8.2 : ftp://ftp.falsehope.com/home/gomez/apache/ Regards - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint :

RE: Tomcat 3.2.2 release schedule

2001-04-30 Thread GOMEZ Henri
What about mod_jk stuff ? mod_jk in TC 3.3 fixes many problems (like Apache freeze in case of Tomcat restart) but that code is still not back ported to TC 3.2. (There was discussion some times ago about what to put in 3.2). We are now in a strange situation where people wanting a fixed mod_jk

RE: Apache, Tomcat, Ajp12 and SSL_CLIENT_S_DN

2001-04-30 Thread GOMEZ Henri
We could still have more SSL env vars passed from Web server to Tomcat, but AJP13 was designed to be small and fast and thus try to remove unnecessary datas from feeds. But you're demand is valid (adding more HTTP vars), and yes we'll must add a strategy to ajp protocol where Tomcat could ask

RE: JDBCRealm not working with cookies disabled...

2001-04-30 Thread Ignacio J. Ortega
This is not a problem of JDBCRealm..instead is a problem of 3.2.X, as the form authentication does not work with cookies disabled...this problem is Solved on 3.3 Nightly build.i dont know how it works on 4.0 .. The JDBCRealm has nothing to do with web.xml file..it's only a way to store

RE: Authentiication problem

2001-04-30 Thread Ignacio J. Ortega
This is a normal behavior...if you use BASIC auth the browser send the auth header in every later access to the protected resources ..the ony way to get rid of the sended credentials is to close the browser and inititiate another different browser..this time you will the auth dialog coming up

Re: Default home for server

2001-04-30 Thread Barthélémy TEHAM
--- Krishna Kant T [EMAIL PROTECTED] a écrit : Yes, i am trying to set /ROOT/muDir as default webserver home dir You have to change your DocumentRoot path in your webserver configuration file then. Try it. = Barthélémy TEHAM - E-mail : [EMAIL PROTECTED] Website: http://teham.free.fr

Re: Accessing Context Parameters from JSP Page...

2001-04-30 Thread Brendan McKenna
Hi Milt, Thanks for responding. I've actually figured out my problem, and it was (unfortunately) far more mundane. What I'd done was the following: jsp:setProperty name=blah property=blahblah value=%= application.getInitParameter(dbURL) %/ Which, of

tomcat dead but subsys locked

2001-04-30 Thread Stuart Folo
Hello, When ever I check the status of Tomcat I get the following output: tomcat dead but subsys locked How can I find out why it is dead and what is killing it. The system is RH 7.0 Thanks in advance. Stuart

jk_log : referenced symbol not found

2001-04-30 Thread Samuzeau Pascal
Hi, After compiling the mod_jk, I've got the mod_jk.so I try to restart Apache but I have this error : jk_log : referenced symbol not found Sombebody can help me ? PS

Tomcat and MySQL

2001-04-30 Thread Robert Wohlgemuth
Hi to all! I use Tomcat together with mysql to store my data. I wrote an servlet at school that uses an Oracle Database to store and retrieve data. It worked fine. So I wanted to use this servlet at home too. I changed the JDBC driver but now i get in the tomcat.log file an exception. The source

Re: persistent Session-Storage

2001-04-30 Thread Kief Morris
Jakob Praher typed the following on 08:19 PM 4/28/2001 +0200 can anybody tell me, whether persistent Session-Storage will be implemented before the release of tomcat-4.0? It is implemented in the current CVS repository, so should show up in the next beta (not sure when that will be). You can get

Re: Objects in Vector are loosing type

2001-04-30 Thread Endre Stølsvik
On Fri, 27 Apr 2001, Ivan wrote: | thank you very much for your reply | | I turned off my computer and tried it again a few hours later and it seemed | to work, then i made changes and then the second servlet wasnt able to cast | back to CHyperlink again. after putting the code back the way I

sessionid via Cookies and URL

2001-04-30 Thread Jan Kester
I have a question about how to switch the way sessionid is passed, by url or by cookie. My situation is as follows: We have a an application that is not directly called by a user but via another server. This other server is called by the user and shows our output as part of the page of the

Installation on Windows ME

2001-04-30 Thread Kevin Broderick
Hi, Probably a very simple question to be asking, but here goes: Is it possible to / has anybody installed Tomcat on Windows ME ? I run Tomcat on NT and all works well, but have major errors when trying to run it on Windows ME. It seems there is an issue with dynamically setting environment

Re: 2 Critical Problems with Tomcat 3.2.x

2001-04-30 Thread Ronan Derby
Andrew I am having a similar white screen problem with Tomcat 3.1 on a production system. One of the JSPs works fine, there is nothing wrong with the code, it has gone through some fairly rigorous testing. However, every couple of days, the JSP white screens. I've spent some time looking into

Newbie problem starting web server.

2001-04-30 Thread jackling
version: tomcat 3.1 platform: win98 I'm new in configuring tomcat and fail to start the web server. I've following questions: 1) can I run the tomcat web server on Win98 (9X)? or must be WinNT/2000? 2) after I type 'startup' from the /bin directory, another DOS window prompts up w/ the

How to precompile the jsps?

2001-04-30 Thread kamesh jayachandran
Hai all, I have used jspc.sh to compile the jsps. I have invoked the jspc like below From the tomcat bin directory $./jspc.sh -d ../work/localhost_8080%2Fmycontext/ -webapp ../webapps/mycontext This results in only parsed jsp files(.java files) not the .class files. Any options to be included?

Re: Tomcat and MySQL

2001-04-30 Thread Benoit Jacquemont
Hi, Try to put your mysql-comp.jar and mysql-uncomp.jar in the war/WEB-INF/lib of your app. It should do the trick. Benoît Hi to all! I use Tomcat together with mysql to store my data. I wrote an servlet at school that uses an Oracle Database to store and retrieve data. It worked fine.

Re: How to precompile the jsps?

2001-04-30 Thread Winfried Klum
Hai all, I have used jspc.sh to compile the jsps. I have invoked the jspc like below From the tomcat bin directory $./jspc.sh -d ../work/localhost_8080%2Fmycontext/ -webapp ../webapps/mycontext This results in only parsed jsp files(.java files) not the .class files. jspC Commandline

RE: Tomcat configuration for wml support

2001-04-30 Thread Ronan Derby
you may need to add all of the mime types required for wml to the web.xml file. mime-mapping extensionwml/extension mime-typetext/vnd.wap.wml/mime-type /mime-mapping mime-mapping extensionwbmp/extension mime-typeimage/vnd.wap.wbmp/mime-type /mime-mapping There are others but these

How to turn off jsp auto-loading/compiling

2001-04-30 Thread Christian Hargraves
Hi, I have looked everywhere on this. Does anyone know how to configure tomcat so that it won't check the jsp file's date everytime before executing the code? We want to turn this off to speed things up a bit. Thanks, Christian

web.xml, jserv_mod and Apache

2001-04-30 Thread Mark Diggory
I have servlet mappings in my web.xml file that map URI's to servlets. These URI's may contain files with jsp extent ions on them. when I integrate Tomcat 3.2.1 with Apache I can see any of my jsp's and servlets and have them execute. However, it appears that the mappings I supplied in

RE: Wierd Casting Problem. Tomocat Bug?

2001-04-30 Thread Cory L Hubert
I believe we came to that conclusion earlier in the Thread. I think we are (or maybe just me) complaining about this flaw in Tomcat. -Original Message- From: Ivan [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 29, 2001 9:38 PM To: [EMAIL PROTECTED] Subject: Re: Wierd Casting

Re: Best IDE for Servlet Development?

2001-04-30 Thread Thad Humphries
I've tried several IDEs in Linux: JBuilder -- free version; learning curve too steep w/out docs. Never sure what was happening. Forte IE -- **Powerful** but slow. Editor so-so. Couldn't sign jars from inside IDE. Petty annoyances, like having to re-add files to JARs when rebuilding

Re: how can i get apache to redirect a whole subdir to a servlet ?

2001-04-30 Thread Mark Diggory
Hussayn, We appear to be having the same problem with the mappings in Apache having nothing to do with the mappings in web.xml. It appears to me that I will have to rewrite all my web.xml mappings into the tomcat-apache.conf. Interesting that no one appears to have dealt with this issue in

Livin' on the edge...

2001-04-30 Thread Erik Hellman
Ok. I like to test things before it's really stable... Got Tomcat 4.0b3 up and running. Got Apache 2.0b16 up and running. Need to compile mod_jk.so for apache2. Where in the jakarta-tomcat-4.0 source tree can I find it? Does it work with apache 2? And finally; Is tomcat 4.0 (or will it be)

RE: Boycott China - please read - your life may depend on it

2001-04-30 Thread Patil, Anand
Wrong.That depends what you define as politics. Politics is something which you don't always understand first time or may be forever. Annd -Original Message- From: Dick Poon [SMTP:[EMAIL PROTECTED]] Sent: Saturday, April 28, 2001 12:04 AM To: [EMAIL PROTECTED]; Arnaud Dostes - NTI

Re: Wierd Casting Problem. Tomocat Bug?

2001-04-30 Thread Brett Knights
Actually it doesn't have anything to do with timestamps. Class equivalence in Java is based on the class and the class loader. Think of the class loader id as a prefix for the class's name to give a completely qualified class name. All this behaviour rises from the way servlet engines spawn

FW: struts and IIS 5.0

2001-04-30 Thread Michael Wilimsky
hello... has anybody experience with setting up a struts-applicationcontext in a W2k/IIS 5/Tomcat (over ajp) environment? i have problems to add a new context using workers.properties / uriworkermap.properties and isapi the standard tomcat-jsp examples work fine but anything else... michael

Re: Mod_jk.so

2001-04-30 Thread Martin Mauri
Yes, that's a problem most of us had to overcame. Means that the module was compiled in a diferent platform than yours, you'll have to download the source code of mod_jk and compile it. hth, m- Hello, I have compiled Tomcat from the source on RH 7.0 and now I am getting the following

RE: Boycott China - please read - your life may depend on it

2001-04-30 Thread Geofferey G Chen
These stupid guys should be kicked out from here, stop talking about CHINA! Patil, Anand [EMAIL PROTECTED] on 04/30/2001 09:22:43 AM Please respond to [EMAIL PROTECTED]

RE: Best IDE for Servlet Development?

2001-04-30 Thread Christian Hargraves
If you have the money, nothing beats Visual Slick Edit 6.0 for editing and Ant for building. You can tie Ant into SlickEdit as well as anything else. I wrote a simple PERL script that writes the get and set methods for me and I integrated into SlickEdit in about 1 minute. You can find more info

RE: Boycott China - please read - your life may depend on it

2001-04-30 Thread Galon, Mary-Jay
AGREE. THIS MAILING LIST IS INTENDED FOR TOMCAT RELATED DISCUSSIONS ONLY! -Original Message- From: Geofferey G Chen [mailto:[EMAIL PROTECTED]] Sent: Monday, April 30, 2001 9:30 AM To: [EMAIL PROTECTED] Subject: RE: Boycott China - please read - your life may depend on it These

Re: Best IDE for Servlet Development?

2001-04-30 Thread Andrew
Nothing but www.omnicore.com Codeguide if you Java developer. - Original Message - From: Christian Hargraves [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, April 30, 2001 5:29 PM Subject: RE: Best IDE for Servlet Development? If you have the money, nothing beats Visual Slick

RE: Boycott China - A great idea - please do it

2001-04-30 Thread Huang, Lou
Hi All real friend of Chinese people: As a Chinese, I really like the idea of boycott China. This idea is benifit to both Chinese people and American people; of course not China, American government and billionaries. Benifits to China: In China, almost all of the companies are state owned.

Startup servlet to Set Context Variables

2001-04-30 Thread Sulman . Jeff
I have a servlet that I have created that I want run when tomcat sets up the context. However upon start up tomcat gives the error Cannot load servlet Session1. Here is what I've done so far: Checked my class file and its in the proper directory. In fact I can actually call it from a

Re: Boycott China - please read - your life may depend on it

2001-04-30 Thread Joseph A. Rank
I hope that the jakarta-tomcat mailing list subscribers will agree to discuss this very important topic in a more appropriate forum than a mailing list devoted to technical questions about the Tomcat server. To do otherwise diminishes the effectiveness of the mailing list, thereby diminishing the

RE: Boycott China - A great idea - please do it

2001-04-30 Thread Byung Jin Chun
As an asian american who joins technical lists for technical information, how about moving this issue to a tomcat-users- politics list?, unless of course, the whole idea of open source has so jived with the communist mindset that China can take a break from hacking into us govt websites and

Servlet reloading in TC4.0b3

2001-04-30 Thread Jones, Kevin
I must be doing something stupid - I'm sure servlet reloading was working, not I can't get it going - I have a context defined like this Context path=/AddressBook docBase=AddressBook debug=9 reloadable=true Loader checkInterval=3 classname=org.apache.catalina.loader.StandardLoader/ /Context

Re: Boycott China - please read - your life may depend on it

2001-04-30 Thread Charles Williams \(CEO\)
I have to admit that as an American it unnerves me to think this may all be true. What unnerves me further is the fact that I live in Europe. Approximately 1/2 hour from Czech. In the last year a lot has changed. Before, there was a large amount of Vietnamise and Chinese in Czech. Legal and

Re: How to turn off jsp auto-loading/compiling

2001-04-30 Thread Wolle
Hello, set your reloadable=false in the server.xml on your conext path=/your site Greetings, Wolle Christian Hargraves wrote: Hi, I have looked everywhere on this. Does anyone know how to configure tomcat so that it won't check the jsp file's date everytime before executing the

Re: Boycott China - A great idea - please do it

2001-04-30 Thread Wolle
Hello Huang, it doesn't matter where you are or where you came from ! This is another user-group for other problems, so PLEASE DON'T SENT THOSE MESSAGES TO HERE ! I think here is enough traffic over the day ! And i thnik that's the reason for lots of different news-groups. in this way, Michael

Re: Best IDE for Servlet Development?

2001-04-30 Thread Nick Christopher
emacs w/ the JDE package. Curtis Spencer wrote: Hi,I just downloaded the trial version for Forte for Java 2.0 Internet Edition and it seems like a good servlet development kit because of the integrated tomcat server. I was wondering if anyone was using other IDE's for servlet development and

Tomcat and Access Database

2001-04-30 Thread Sridevi Kumar
Title: Tomcat and Access Database Hello, I am Using Access Database to connect with JDBC in Java and my program looks like this... public class ...{ .. ... try{ Class.forName(sun.jdbc.odbc.JdbcOdbcDriver);

Off topic messages

2001-04-30 Thread Mark Mynsted
Is there a way to put a script in the tomcat-user mail server to block messages by subject, such as all messages with the words Boycott China in the subject line? I can do it on my end but if it is done by tomcat-users that would correct the problem for everybody. Sincerely yours; Mark

Re: Best IDE for Servlet Development?

2001-04-30 Thread Mark Mynsted
I agree 100%! Sincerely yours; Mark Mynsted VHA Management Information Systems Client Services [EMAIL PROTECTED] (972) 830 - 0592, Internal x1592 [EMAIL PROTECTED] 4/30/2001 9:48:45 AM emacs w/ the JDE package. Curtis Spencer wrote: Hi,I just downloaded the trial version for Forte for

mod_jk.so linking/compiling problem.

2001-04-30 Thread Kevin Shortt
I am having a problem linking/compiling my mod_jk.so. Here are my details. I've done what Jan and Scott Tatum (from a previous threads) have advised. I am really stuck on this and don't know what to do. --- Solaris 7, perl 5.005_03 apache 1.3.19

Re: Tomcat and Access Database

2001-04-30 Thread Jim Cheesman
So what's the problem? What exception? (And to those who are still going on about China, please stop. This is a TOMCAT list, not alt.politics.china...) At 04:53 PM 4/30/2001, you wrote: Hello, I am Using Access Database to connect with JDBC in Java and my program looks like this... public

RE: Tomcat and Access Database

2001-04-30 Thread dave . prout
what is the value of query ? -Original Message- From: Sridevi Kumar [SMTP:[EMAIL PROTECTED]] Sent: 30 April 2001 15:54 To: '[EMAIL PROTECTED]' Cc: Sridevi Kumar Subject: Tomcat and Access Database Hello, I am Using Access Database to connect with JDBC in Java and my

RE: Objects in Vector are loosing type

2001-04-30 Thread Cory Hubert
We should put this in the FAQ. This issue pops up Often. -Original Message- From: Endre Stolsvik [mailto:[EMAIL PROTECTED]] Sent: Monday, April 30, 2001 4:59 AM To: [EMAIL PROTECTED] Subject: Re: Objects in Vector are loosing type On Fri, 27 Apr 2001, Ivan wrote: | thank you

RE: Objects in Vector are loosing type

2001-04-30 Thread Joel Parramore
Can or has or will someone work up a slightly more technical explanation than It's because tomcat's reloading are totally fucked. ??? Regards, Joel Parramore -Original Message- From: Cory Hubert [mailto:[EMAIL PROTECTED]] Sent: Monday, April 30, 2001 11:36 AM To: [EMAIL

Re: Tomcat and MySQL

2001-04-30 Thread Doug Fields
I have MySQL working fine with the driver you mention below (version 2.0.4) by putting the library for it (the jar file) into the WEB-INF/lib directory, where it belongs. If it doesn't work for you there, you can try the $TOMCAT_HOME/lib directory. Some things (like JCE 1.2.1) only will work

RE: Objects in Vector are loosing type

2001-04-30 Thread Cory Hubert
Look at the thread Weird Casting Problem. Tomcat Bug? for a more technical explanation. No disrespect but I think we've been repeating ourselves.Someone needs to fix it or put it in the FAQ. -Original Message- From: Joel Parramore [mailto:[EMAIL PROTECTED]] Sent: Monday,

RE: Best IDE for Servlet Development?

2001-04-30 Thread JULIEN,TIMOTHY (HP-NewJersey,ex2)
where can i get JDE. I'm all about some emacs. Tim Julien HP Middleware -Original Message-From: Nick Christopher [mailto:[EMAIL PROTECTED]]Sent: Monday, April 30, 2001 10:49 AMTo: [EMAIL PROTECTED]Subject: Re: Best IDE for Servlet Development?emacs w/ the JDE package. Curtis

AW: Tomcat and MySQL

2001-04-30 Thread Robert Wohlgemuth
THIS WORKS NOW! Thanks a lot. I'm so fascinated about the great possibilities of servlets :) I've thousands of ideas to implement. -Ursprungliche Nachricht- Von: Doug Fields [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 30. April 2001 17:43 An: [EMAIL PROTECTED]; [EMAIL PROTECTED]

Multiple Tomcat 3.2.1 and virtual hosts

2001-04-30 Thread Hervé Guidetti
Hi all, I have followed the documentation about Configuring for Multiple Tomcat JVMs at http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/uguide/tomcat_ug.htm l I'd like have multiple virtual hosts (on Apache) and each one mapping one of the Tomcat instance. www.host1.com --

RE: Best IDE for Servlet Development?

2001-04-30 Thread Mark Mynsted
jde.sunsite.dk Sincerely yours; Mark Mynsted VHA Management Information Systems Client Services [EMAIL PROTECTED] (972) 830 - 0592, Internal x1592 [EMAIL PROTECTED] 4/30/2001 10:48:34 AM where can i get JDE. I'm all about some emacs. Tim Julien HP Middleware -Original

inputstream

2001-04-30 Thread Georges Boutros
hi everyone, i'm trying to use a form to upload a file from the webpage to my server. i don't want to store the file on myserver, i just want to receive the file data and send it somewhere else right away. i know that i have to parse the received data to eliminate the boundaries and th content

Re: Best IDE for Servlet Development?

2001-04-30 Thread Nick Christopher
>From www.freshmeat.net I found: http://jde.sunsite.dk/ "JULIEN,TIMOTHY (HP-NewJersey,ex2)" wrote: where can i get JDE.I'm all about some emacs.Tim JulienHP Middleware -Original Message- From: Nick Christopher [mailto:[EMAIL PROTECTED]] Sent: Monday, April 30, 2001 10:49 AM To: [EMAIL

RE: Best IDE for Servlet Development?

2001-04-30 Thread William Kaufman
As it says on the Emacs page (http://www.gnu.org/software/emacs/emacs.html), The first place to start looking for elisp packages is at the a href=ftp://ftp.emacs.org/pub/;Emacs Lisp archive/a, and in the a href=http://www.lerner.co.il/emacs/faq-body.shtml;Emacs FAQ/a, under the sections

RE: Newbie problem starting web server.

2001-04-30 Thread Darrell Porter
To (mostly) capture what appears in the tomcat command interpreter window on a Win32 platform, do the following: In the %TOMCAT_HOME%\bin directory is a file called TOMCAT.BAT Searching through the file, you will find a code snippet that looks like this: :startServer

Re: mod_jk.so linking/compiling problem.

2001-04-30 Thread Steve Brunton
Kevin Shortt wrote: Then I've done this: gcc -shared -o mod_jk.so *.o And recieved this: ld: fatal: relocations remain against allocatable but non-writable sections collect2: ld returned 1 exit

RE: Installation on Windows ME

2001-04-30 Thread Darrell Porter
What do you mean by dynamically setting environment variables ? Do you have enough environment space set aside in the window starting Tomcat (default is 1024 which is woefully inadequate)? You may also want to check out http://support.microsoft.com/support/kb/articles/Q269/5/24.ASP Or you may

RE: Tomcat and Access Database

2001-04-30 Thread dave . prout
I didn't make any changes to web.xml for database access. I also developed on JSWDK and ported to Tomcat, but I had no problems, i.e. the Access Database sql ran just the same. David -Original Message- From: Sridevi Kumar [SMTP:[EMAIL PROTECTED]] Sent: 30 April 2001 16:51 To:

RE: inputstream

2001-04-30 Thread Filip Hanik
do you know the max size that i can receive on the standardInputStream as much as your memory allows you too, one way to do it is to chain two streams, this preserves all your memory resources the best way. client --stream-- myserver --stream-- otherserver this way you can pass data

RE: Tomcat and Access Database

2001-04-30 Thread Sridevi Kumar
Title: RE: Tomcat and Access Database That's what i am asking ,Kindlt tell me the codes for accessing servlets with JDBC from tomcat. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, April 30, 2001 12:23 PM To: [EMAIL PROTECTED] Subject: RE: Tomcat

Re: inputstream

2001-04-30 Thread Tim O'Neil
At 11:51 AM 4/30/2001 -0400, you wrote: hi everyone, i'm trying to use a form to upload a file from the webpage to my server. i don't want to store the file on myserver, i just want to receive the file data and send it somewhere else right away. i know that i have to parse the received data to

RE: Tomcat and Access Database

2001-04-30 Thread Sridevi Kumar
Title: RE: Tomcat and Access Database The following statement have been got from http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/JDBCRealm.howto this link talks about how to use tomcat with Mysql JdbcDriver. I want to know how to use tomcat with sun.jdbc.odbc.JdbcOdbcDriver. My

Re: inputstream

2001-04-30 Thread Thad Humphries
I have found this differs between the JRE on the platform. In my experience, BufferedInputStream in IE 5.5 (no plugin) would get corrupted so I had to read the full value returned by URLConnection.getContentLength(). With Netscape 4.7, no plugin, I read chunks as determined by

What is errno = 61 and how to resolve it?

2001-04-30 Thread Philippe Roy
I get an errno = 61 in my mod_jk.log and can't find any documentation that may explain what this is about. Could someone give me an idea.

mod_jk and mod_rewrite? Do they work together?

2001-04-30 Thread Chris McNeilly
Does anyone have an answer to this question? I'm attempting to map my root web directory to a particular jsp page. For example, I would like the URL www.byteme.com to resolve to www.byteme.com/context1/jsp/index.jsp Any ideas? Thanks, Chris

RE: Tomcat and Access Database

2001-04-30 Thread dave . prout
The same as jswdk -Original Message- From: Sridevi Kumar [SMTP:[EMAIL PROTECTED]] Sent: 30 April 2001 17:26 To: '[EMAIL PROTECTED]' Subject: RE: Tomcat and Access Database That's what i am asking ,Kindlt tell me the codes for accessing servlets with JDBC from tomcat.

Verisign Tomcat

2001-04-30 Thread Justin Burbridge
Has anyone ever installed a Verisign into tomcat before to enable the direct ssl? If so how did you import the certificate? -Justin

RE: mod_jk.so linking/compiling problem.

2001-04-30 Thread Kevin Shortt
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, April 30, 2001 12:10 PM Try it with gcc -shared -o mod_jk.so *.o -lposix4 that worked for me on Solaris 8 x86. nope. no good either. I did notice more output though, because the first couple

Re: inputstream

2001-04-30 Thread Allen Levin
I fought with this for a very long time. It was difficult, I found examples but none of them worked. In the end I had to resort to perl. There are definately area withinJava/JSP/Tomcat that are not working well. This is one of them. From: Tim O'Neil <[EMAIL PROTECTED]> Reply-To: [EMAIL

Once I have imported the verisign certificate I get the following error;

2001-04-30 Thread Justin Burbridge
2001-04-30 10:10:10 - Ctx( ): 400 R( /) null 2001-04-30 10:10:10 - Ctx( ): IOException in: R( /) Socket closed 2001-04-30 10:10:11 - Ctx( ): 400 R( /) null 2001-04-30 10:10:11 - Ctx( ): IOException in: R( /) Socket closed 2001-04-30 10:10:12 - Ctx( ): 400 R( /) null 2001-04-30 10:10:12 -

RE: inputstream

2001-04-30 Thread Filip Hanik
why do you need Java on the client (browser) I thought you said that you wanted to upload a file from my web page to my web server, no need for java on the client to do that, hence no need for IE vs. netscape issues for JRE stuff Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik

Tomcat and Access Database

2001-04-30 Thread Dan . Tyer
I too have used the bridge driver to connect to an Access database from a servlet and there were no codes, no tricks, no special setup. Unless you can be more specific about the error you are getting, I don't know if anyone can help you. Sridevi Kumar wrote: From: Sridevi Kumar [EMAIL

Re: Boycott China - please read - your life may depend on it

2001-04-30 Thread Rick Horowitz
Hi, I'm the person who started this thread (accidentally, if you all recall.) I was hoping that this thread would just die, but unfortunately people are still posting. I suggest we move this discussion to the NNTP newsgroup talk.politics.china that appears to be heavily used, and

RE: What is errno = 61 and how to resolve it?

2001-04-30 Thread Darrell Porter
errno 61 is Connection refused. Attached is a comma-delimited list of errno's for future reference... I hope this gets you started... Darrell Name,Number,Explanation EJUSTRETURN,-2,don't modify regs - just return ERESTART,-1,restart syscall EPERM,1,Operation not permitted ENOENT,2,No

RE: inputstream

2001-04-30 Thread Filip Hanik
I fought with this for a very long time. It was difficult, I found examples but none of them worked. In the end I had to resort to perl. did you take a look at the O'reilly servlet examples. they include full source code for doing this in a working example Filip ~ Namaste - I bow to the divine

Do I smell?

2001-04-30 Thread Mark Diggory
Or is it just that no one else is interested in integrating Tomcat and Apache?! I have servlet mappings in my web.xml file that map URI's to servlets. These URI's may contain files with jsp extent ions on them. when I integrate Tomcat 3.2.1 with Apache I can see any of my jsp's and servlets

Specifying a Webapp classloader.

2001-04-30 Thread Paul Teasdale
Hi Everybody, I am trying to figure out how to have servlets within a Webapp (context) use a specified class loader under Tomcat Version 4.0 Beta... Currently, the tomcat default classloader used within my servlet is a URLClassLoader whose codebase is a list of jar:jndi//WEB-INF/lib/ ...!/

Turn off JSP file date checking

2001-04-30 Thread Christian Hargraves
Hi all, I asked this earlier, but no one replied. Is there a way to turn off the jsp file modified date check everytime the file is served? I know that if you can turn this off, it speeds things up a lot. Please Help.. I'm desperate. Christian

RE: Detect Browser Disconnect

2001-04-30 Thread CPC Livelink Admin
Put a heartbeat on the client - Use either an applet or a form with a timeout before it resubmits. If you don't get the heartbeat at the server, than terminate the background thread. (This assumes that the initiat processing can be put in a background thread.) -Original Message- From:

back button

2001-04-30 Thread Abraham Liu
Hi, How can I do something so user can't click back button for some particular pages. Ex. user can't click back button to go back to the confirm page to insert record again. I know it is off-topic. But I think lots of gurus in this list know how to do. Please help me. Thanks Abe Liu

Re: Turn off JSP file date checking

2001-04-30 Thread Steve Ruby
Christian Hargraves wrote: Hi all, I asked this earlier, but no one replied. Is there a way to turn off the jsp file modified date check everytime the file is served? I know that if you can turn this off, it speeds things up a lot. Please Help.. I'm desperate. Christian yes,

RE: newbie question about forte/tomcat

2001-04-30 Thread Adam Fowler
Hello, If you have the enterprise edition of forte then it is built in. If not then you will have to mount the filesystem (aka Directory) where you're servlets exist. Then launch IE to compile them automatically. Adam. Adam Fowler Second year Computer Science undergraduate University of

Re: AW: PLeeeeeeeeeeeeeeeeaseeeeeeeeeeeeeeeeeee help

2001-04-30 Thread Shelly Dhiman
Hi all: I got it. I was actually modifying the global web.xml and that doesn't work. But when i made same changes to the application's web.xml, it worked. And i didn't even have to wite any code for mime-mapping Just did servlet-mapping servlet-namejsp/servlet-name

Re: back button

2001-04-30 Thread Wolle
Hei , that can't you block explicit, you could only check, when you create the Page (wich comes up when you press the back button), if some record is in use already, and then redirect to the prefered site. Greetings, Michael Abraham Liu wrote: Hi, How can I do something so user can't

RE: Easy Question

2001-04-30 Thread Laurence Mayer
Finally got everything working but cannot find : TOMCAT_HOME/conf/tomcat-apache.conf It is not in the directory as stated in documentation. Any ideas? thanks Laurence -Original Message- From: Nael Mohammad [mailto:[EMAIL PROTECTED]] Sent: Monday, April 30, 2001 9:10 PM To: '[EMAIL

RE: Easy Question

2001-04-30 Thread Nael Mohammad
That's because the file is dynamically generated when you start tomcat and should be in the conf directory under tomcat. -Original Message- From: Laurence Mayer [mailto:[EMAIL PROTECTED]] Sent: Monday, April 30, 2001 3:03 PM To: '[EMAIL PROTECTED]' Subject: RE: Easy Question Finally

RE: Easy Question

2001-04-30 Thread Laurence Mayer
even after I start it, it is not there? Thanks Laurence -Original Message- From: Nael Mohammad [mailto:[EMAIL PROTECTED]] Sent: Monday, April 30, 2001 11:12 PM To: '[EMAIL PROTECTED]' Subject: RE: Easy Question That's because the file is dynamically generated when you start tomcat and

RE: back button

2001-04-30 Thread Greg Chakmakian
You can also trick it with some JavaScript. When the user goes back check to see if there is anything in the browser's forward history (i.e. history(1) or something like that, I don't remember the exact syntax). If there is something in the forward history then just do a

RE: Easy Question

2001-04-30 Thread Ross Dyson
Start it, and then stop it. Stop it GENTLY don't just kill it. If you look, it will be there. -Original Message- From: Laurence Mayer [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 1 May 2001 8:13 AM To: '[EMAIL PROTECTED]' Subject: RE: Easy Question even after I start it, it is not

Need help!

2001-04-30 Thread Vikram Mahuvakar
I just installed tomcat 3.2.1 on Solaris2.8. I am noticing that in my servlet when I call req.getSession( true ); It takes about 15 seconds to get a new session from tomcat. This code was working fine with tomcat version 3.1.x. How come it takes so long to get a new session? Do we need to

  1   2   >