chopped text inputs

2001-04-11 Thread teh j
hi there I am having a small problem with form handling and JSP. Currently, I have a JSP form that submits data to a Bean while it is error validated. IF there is an error, the values taht are ok are replaced in an error handling form while erroneous data is cleared and the user is asked to re

RE: Instantiating Beans on Tomcat

2001-04-11 Thread Jim Cheesman
At 02:01 AM 4/11/2001, you wrote: Hmm...then I'm not sure what's going on...so is there a package statement in InfoBean? In my experience if the bean is not in a package (i.e. not in the top-level package) the bean won't work. As for a setting in tomcat, I don't think you have to set

RE: Instantiating Beans on Tomcat

2001-04-11 Thread Mark Johnson
Have you tried to use the build script, and build.xml? This will prepare your webapps directory properly, put the class files in the correct (expected) place, and you don't need to screw around with the CLASSPATH. Makes life simpler: after the preparation outlined below, you just execute "#

Re: Tomcat on Win2k

2001-04-11 Thread Nico den Boer
What I've done is; - followed steps of uguide\tomcat_ug.html (env. variables) - followed all steps of tomcat-iis-howto.html That means 1 is done, 2 not yet. First I'll replace the JVM to 1.3.1Beta Then do what's in NT-Service-howto.html One thing is not clear to me; the doc says: 3 Install

Session Invalidation

2001-04-11 Thread Lakshmeenarayana G G
hi.. I want to capture the event when my user logsoff or click the 'x' button in the top-right corner of browser window. How can i do some finalising jobs..like writingto log file about the log off events. Please help... i would really appreciate if i get detailed answers for this. Thanks

Connection Pooling

2001-04-11 Thread Lakshmeenarayana G G
Hi... I am creating the object of Connection pool manager in my Start up JSP. The pool manager object is in Application scope. I want to access the pool manager and get one connection object from one of my Bean used in the JSP. How can i access the application scopre object from my Bean. Is

tomcat installation problem in win98

2001-04-11 Thread karthik rajan
hello i have installed tomcat3.2.1 in win 98 i have set the path tomcat and java still i'm facing the problem i'm facing problem in startup saying bad command or filename my project has held up please reply in detail.i'm waiting karthik [EMAIL PROTECTED]

Re: Welcome File : index.html

2001-04-11 Thread m . exler
On Tue, 10 Apr 2001 08:08:45 PDT you wrote: I have tried this by changing contents of welcome-file tag of file web.xml still it didn't work.. IIRC(!?), conf/web.xml isn't used any more ... only context-specific web.xml will be read, server-wide config is in conf/server.xml test: try to

Re: tomcat installation problem in win98

2001-04-11 Thread John Clark L. Naldoza
Hi, Would you mind being a little bit more specific? Perhaps you could post the exact startup command being used and the exact error output...;-) Cheers, John Clark karthik rajan wrote: hello i have installed tomcat3.2.1 in win 98 i have set the path tomcat and java still i'm facing

RE: Welcome File : index.html

2001-04-11 Thread Hunor Nam
Hi. I have a similar problem... My app. has many folders and I do not want to put an index file in each of them... Especially that it has more sub app.'s so I would need different index files for different folders... it would be nasty to put one in each of them and after that, if something

migrating php to tomcat ?.. help

2001-04-11 Thread niraj
hi all here is a site in php www.goodlookingindia.com we would like to migrate to jsp/servlet for better performance please let me know it wheter to migrate to tomcat or not is tomcat is best for jsp/servlet adon engine or any other servlet engine in market better then tomcat? your

Re: jsp + servletbean (problem 2)

2001-04-11 Thread Anne-Marie Ternes
Hi, I solved my little problem described below, thanks to some messages I found here! Three things I got wrong: - The "B" in "useBean" has to be a capital B... (arrrgghh) - The bean classname as well as the file name has to begin with a capital letter, i.e. DatabaseAccess.java, and class

Re: Session Invalidation

2001-04-11 Thread Kris Gonzalez
i am unsure if there is a way to do this in pure java, but here's a javascript solution: place a javascript function in a universal server-side-include (if you have a header.jsp which standardizes the header for your page, this is a perfect place)...then, trigger your function to be called with

RE: Error whilst integrating tomcat with apache via mod_jk

2001-04-11 Thread Kieron Wilkinson
Oh I forgot to say: Solaris 8, apache 1.3.19, tomcat 3.2.1 -Original Message- From: Kieron Wilkinson [mailto:[EMAIL PROTECTED]] Sent: 10 April 2001 5:34 PM To: '[EMAIL PROTECTED]' Subject: Error whilst integrating tomcat with apache via mod_jk Hi, I am trying to intergrate Tomcat

Re: Connection Pooling

2001-04-11 Thread Anand Raman
i guess all u will have to do is servlet.getAttribute("attr-name"); cast this down to ur ConnectionPool object and call the appropriate method to get the connection.. hope this helps Anand On Wed, Apr 11, 2001 at 01:07:20PM +0100, Lakshmeenarayana G G wrote: Hi... I am creating the object of

RE: Error whilst integrating tomcat with apache via mod_jk

2001-04-11 Thread Kieron Wilkinson
Thanks anyway. I fixed it. I eventually got it going with: /usr/local/my-apache/bin/apxs -o mod_jk.so -DSOLARIS -I../jk -I/usr/java/include -I/usr/java/include/solaris -lposix4 -c *.c ../jk/*.c instead of: apxs -DSOLARIS -I../jk -I/usr/java/include -I/usr/java/include/solaris -o mod_jk.so

Re: I couldn't get SOAP to work with Tomcat via IIS

2001-04-11 Thread Stuart Thomson
This was a known bug in Apache SOAP. The latest nightly build has a fix for this. Mauricio Peschard wrote: Hi! I'm trying to call a servlet with SOAP over Tomcat via the IIS redirector (isapi_redirect.dll) but I always got a SOAP Exception (SOAPException = SOAP-ENV:Protocol, Unsupported

shutdown.sh problem

2001-04-11 Thread Shun-Luoi Daniel Fong
Hi, I'm trying to shutdown Tomcat using $TOMCAT_HOME/bin/shutdown.sh but when I type that i get the following message: Using classpath:

IIS redirect

2001-04-11 Thread Faisal Mehtab Hussain
Hello, I have installed tomcat-3.2.1 (release) in my NT machine, I have defined all the possible setting that the document defined for Tomcat IIS how to?, Tomcat running fine with its given servlets and jsp examples as http://localhost:8080/examples/jsp/index.html, but when I try to access it

Re: Tomcat on Win2k

2001-04-11 Thread Nico den Boer
I have replace the JVM with 1.3.1Beta and installed the NT service. It works fine now. Thank you all very much for the assistence Nico - Original Message - From: Nico den Boer [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, April 11, 2001 9:31 AM Subject: Re: Tomcat on

RE: shutdown.sh problem

2001-04-11 Thread Benoit Jacquemont
Hi, It looks like the Ajp12connector isn't working. You should check the server.xml to see if the connector is properly define. The Ajp12 connector is needed to shutdown tomcat. Benoit Hi, I'm trying to shutdown Tomcat using $TOMCAT_HOME/bin/shutdown.sh but when I type that i get the

RE: shutdown.sh problem

2001-04-11 Thread Shun-Luoi Daniel Fong
Well, I checked the server.xml and the Ajp12 connector is properly defined(I hadn't touched it since I installed Tomcat). Previous to trying to shutdown Tomcat, I had tried to access a .jsp that used a JavaBean that tried to connect to a mysql database. However I got a message that the database

Re: shutdown.sh problem

2001-04-11 Thread Julian Payne
Are you sure that your Tomcat server is still running? Calling shutdown twice will produce this message because the message comes from the fact that Tomcat is not listening on the socket that is used to shut down Tomcat. If your tomcat is still running then kill it by hand as it would appear to

ShowSource in examples throws exception

2001-04-11 Thread Emil S. Petkov
I have installed Tomcat 3.2.1 with the default configuration files -- still did not care to make changes. Then connected to the examples page -- everything fine, examples work. However, showing the source of a jsp page using sourse.jsp does not work and throws JspTagException. In

open source full-text-search-engines

2001-04-11 Thread Sebastian Schulz
hi, i am looking for an open source full text search engine like glimpse, but more platform-independent (it have to run under NT 4.0). any suggestions / recommendations? thanks in advance! bAs T

404, 500, etc redirects

2001-04-11 Thread Carlos Pita
Hi! I have a simple question: is there a configuration directive that says Tomcat to redirect 404, 500, etc error codes to a customized output page (like the Apache's ErrorDocument directive). I'm using Tomcat 3.2.1 with Apache 1.3.12, and although I could sucesfully configure Apache to do

RE: open source full-text-search-engines

2001-04-11 Thread Eric Hartmann
Hi, Look at lucene and netseeker in sourceforge (www.sourceforge.net) they are java opensource full text search engine. Eric -Original Message- From: Sebastian Schulz [mailto:[EMAIL PROTECTED]] Sent: mercredi 11 avril 2001 11:52 To: [EMAIL PROTECTED] Subject: open source

running servlet!!!

2001-04-11 Thread shitiz mathur
hi, i have just downloaded tomcat3.2.1.1 and installed it. its running. i have shifted all my servlet .class files in(i.e. the 'respective_directories' contain my servlets' .class files) webapps\examples\Myintra\respective_directories. also i have set a context in server.xml in the name

Re: Redirecting 404,500, etc.

2001-04-11 Thread Stéphane BAUDET
Hello, In your web.xml, you should add the error-page tag. For example: error-page error-code404error-code/ location/404.htmllocation/ /error-page This is well explain in the Java Servlet Specification , in the Deployment desciptor section. (see www.javasoft.com) Carlos Pita a crit :

Re: open source full-text-search-engines

2001-04-11 Thread Oldeboershuis, Simon
Hi Sebastian, have a look at the Lucene Search Engine http://www.lucene.com/ http://sourceforge.net/projects/lucene/ simon

mod_jk directives

2001-04-11 Thread LM
Hi all: I'm using Jserv 1.1 under solaris2.6 and NT4.0 Now I'm testing tomcat 3.2.1, and my first tests are O.K. I'm using mod_jk for tests with apache web server but I can't find (in tomcat documentation and in Jakarta FAQ) a complete list of mod_jk directives (only a few JkWorkersFile,

RE: JDBCReamls Still freeze after 24 hours wokrs

2001-04-11 Thread Kaneda K
So know i have some strange reaction. Firstly i have a double Identification asked - 1 through the basic form (windowed) - 1 through the html form (which is the one I set up) After a night use, I have really strange reaction : Firstly I have connection refused, then I try again later and

Re: File Not Found errors

2001-04-11 Thread Tew Chiz Sheng
Hi guys, My "404: File Not Found" error occurs whenever I tried to upload a new version of jsp. After a new version is uploaded, quite often, but not always, the *.jsp file cannot be found. I have to restart Apache, restarting Tomcat is not enough. My servlets do not have this problem

RE: JDBCReamls Still freeze after 24 hours wokrs

2001-04-11 Thread Ignacio J. Ortega
I think this was a problem introduced by me, when trying to solve the FORM auht with no cookies, i will sendyou a recently made set of jar for TC3.3..( when the CVS update got done, it's slow today ) .. Sorry.., It's a problem to be able to reproduce the problem early.., and not evry

Re: Problem with Ant + JAVA_HOME

2001-04-11 Thread Dieter Plank
Hi, I guess Ant is a little bit lazy. Had the same problem. Set the classpath manually just before installing. Hope it works for you either. cu. o,,,o ( 'o' ) (''')(''') __ Interpersonal Computing GmbH Dieter Plank Fachinformatiker - Anwendungsentwicklung (IHK) -Entwicklung-

open source full text engine

2001-04-11 Thread Sebastian Schulz
hi, i am looking for an open source full text search engine like glimpse, but more platform-independent (it have to run under NT 4.0). any suggestions / recommendations? thanks in advance! bAs T

help to configure apache with tomcat

2001-04-11 Thread Caroline Boonen
Hello, Is there some people can help me to configure Tomcat with apache? Thanks in advance -- Caroline BOONEN

Re: help to configure apache with tomcat

2001-04-11 Thread Hajo Eichler
Hi! Which OS? On linux i can help! CU Hajo - Original Message - From: "Caroline Boonen" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, April 11, 2001 2:46 PM Subject: help to configure apache with tomcat Hello, Is there some people can help me to configure Tomcat

work directory

2001-04-11 Thread Michael Klimkin
Hi! Do you know is it possible to change the names of the directories under the work directory? They look like localhost_8080 ant etc. Thank you Michael

SNMP agent

2001-04-11 Thread christophe dore
Hi, Does anybody know if there is a SNMP agent that can be plugged in tomcat ? I would like to grab status infos such as number of sessions average resposne time, Regards, -- Christophe Dor Project Manager Audientia +33 (0)1.46.22 94 57 (office - direct) +33 (0)1.46.22.40.00 (office -

Re: Connection Pooling

2001-04-11 Thread Mark Diggory
Shouldn't you be able to access the bean by setting the jsp:bean tags scope attribute to application? This is pretty basic tutorial stuff on the Sun site. At 01:07 PM 4/11/01 +0100, you wrote: Hi... I am creating the object of Connection pool manager in my Start up JSP. The pool manager

Tomcat at Windows 2000

2001-04-11 Thread Daniel de Almeida Alvares
Hi, I am trying to run Jakarta at Windows 2000, but I am having my jakarta window closed as soon as it starts !!! What kind of problem is that ? at Win98 I wasnt having any problem and it was working well Can anybody helps me ??? Regards Daniel Daniel Alvares Santos - SP - Brazil

RE: File Not Found errors

2001-04-11 Thread Ron Pitts
Tew, I've heard that apache module (mod_jk) will keep a handle to tomcat, so restarting tomcat will not always work. -Original Message-From: Tew Chiz Sheng [mailto:[EMAIL PROTECTED]]Sent: 11 April 2001 11:58To: [EMAIL PROTECTED]Subject: Re: File Not Found errors Hi

RE: Tomcat at Windows 2000

2001-04-11 Thread Randy Layman
Instead of running startup.bat, try running tomcat.bat run - this will start Tomcat in the same DOS prompts as its launched from. You problem is most likely one of two things: 1. Something is already using the ports Tomcat is trying to use (8080 and 8007). Microsoft has

Re: Tomcat at Windows 2000

2001-04-11 Thread Daniel de Almeida Alvares
But I can run JSWDK's startserver command with no problems it s using 8080 port. [] Daniel ___ Daniel de Almeida Alvares Santos - SP - Brasil [EMAIL PROTECTED] - Original Message - From: "Randy Layman" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday,

RE: Tomcat at Windows 2000

2001-04-11 Thread Randy Layman
The server.xml file that you have is misconfigured - the class name is org.request.SimpleMapper1. (Anyone know why the server.xml configuration on recent downloads is wrong?) Randy -Original Message- From: Daniel de Almeida Alvares [mailto:[EMAIL PROTECTED]] Sent:

Unsubscribe?

2001-04-11 Thread Gottwald, Oliver
I have issued numerous request at from the tomcat web site to be unsubscribed. I have issued numerous request via the email group list. Sorry for the clutter. Can some one please handle removing me from the tomcat-user mailing list.

Re: files included in httpd.conf (problem 1)

2001-04-11 Thread Anne-Marie Ternes
Hi all, the problem with my config files seems now to be solved. So now in httpd.conf I no more include the jserv.conf file. The problem with the SecretKey thing was solved by copying tomcat-apache.conf to my-tomcat-apache.conf, ant taking the LoadModule first line out of it. So I now include

RE: Unsubscribe?

2001-04-11 Thread Randy Layman
From the initial signup configmration message: You can start a subscription for an alternate address, for example "[EMAIL PROTECTED]", just add a hyphen and your address (with '=' instead of '@') after the command word: [EMAIL PROTECTED] To stop subscription for this address, mail: [EMAIL

Re: Tomcat at Windows 2000

2001-04-11 Thread Daniel de Almeida Alvares
I changed thatbut now I am having FATAL: configuration error java.lang.ClassNotFoundException: org.apache.tomcat.request.SecurityCheck and dont have this class (SecurityCheck) here [] Daniel - Original Message - From: "Randy Layman" [EMAIL PROTECTED] To: [EMAIL PROTECTED]

[ANS] RE: virtual hosts on different ports

2001-04-11 Thread davea
Bill, What you stated is what I'm trying to do. I have a single server, in which I need to utiltize ports 8601 and 443. But, I want each port to examine a certain 'context'. Right now I'm manily concerned about 8601 for our developemt team. Here is my entry from the server.xml and

Automatic URL-Encoding (sessionID)

2001-04-11 Thread Martin Lilienthal
Hi, is it possible to configure tomcat, that sessionIDs are automatically encoded into _every_ URL in JSPs without doing %=response.encodeURL("/context/page.jsp")%? Thanks in advance Martin Lilienthal

Re: please advise me here

2001-04-11 Thread Anne-Marie Ternes
Hi, try changing "ID" to "Id". The thing is that following JavaBeans specification, only the first letter of the variable has to be capitalized. For example: If your bean has a variable "question", the setter method will be "setQuestion", the getter method will be "getQuestion", i.e. the first

Servlet registration

2001-04-11 Thread Zsolt Horvath
Hi ! How could I register my own servlets into TomCat ?? I put them into the %TOMCAT_HOME%/webapps/myapp/Web-inf/classes directory. AfterI create a web.xml file in the %TOMCAT_HOME%/webapps/myapp directory. The web.xml file contains this: !DOCTYPE web-app PUBLIC "-//Sun Microsystems,

Apache, SSL and TOMCAT

2001-04-11 Thread davea
Hi, I'm confused and can't find any good documentation dealing with TOMCAT,SSL and Apache. I'm using a 128 bit SSL key from Verisign with my Apache web server. I noticed in the TOMCAT's server.xml file a series of steps to be completed if I need SSL support. I don't understand step 1 and 3.

SSL IIS

2001-04-11 Thread Roberto Ratti
Dear, I'm developing a web application using tomcat as a servlet engine, and IIS as a web server. I even want to use SSL for my application. How should I configure tomcat? Thanks in advance, Roberto - Roberto Ratti TXT e-solutions S.p.A. Via Frigia, 27 -

AW: Automatic URL-Encoding (sessionID)

2001-04-11 Thread Ralph Einfeldt
It is not possible and it's a quite difficult topic excerpt from a earlier post of mine: Even if it is possible to automagically encode the url's, I wouldn't do it. You would have to parse your output after it is generated and before you really send it to the requesting client. The parsing

Re: please advise me here

2001-04-11 Thread Ying Sun
thank you very much. I tried to change getID to getId,setID to setId and also the change ID to id in jsp file,it still act same.But if I change jsp:getProperty name="faq" property="id" to %= faq.getId() %.It work. so I wonder where's the problem. Anne-Marie Ternes wrote: Hi, try changing

Re: SSL IIS

2001-04-11 Thread Lyle H. Ward
Roberto, I asked this general question late last week and didn't get and responses. I've just started setting up my workstation to try it. My best guess is that Tomcat will have to be run "in process" with IIS. There's a how to for setting up in process on IIS. I'd prefer a separate process for

RE: Apache, SSL and TOMCAT

2001-04-11 Thread Michael Klimkin
Try to use http://www.ccl.net/cca/software/UNIX/apache/solaris-t3.2b5/README.shtml It really helps me Michael -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 11, 2001 6:28 PM To: [EMAIL PROTECTED] Subject: Apache, SSL and TOMCAT Hi, I'm

Re: open source full-text-search-engines

2001-04-11 Thread Brian Elliott
Sebastian Schulz wrote: i am looking for an open source full text search engine like glimpse, but more platform-independent (it have to run under NT 4.0). I heard (but have not confirmed this) that the latest version of mySQL has this. Brian -- Brian Elliott President CTO Unplugged

Servlet registration

2001-04-11 Thread Zsolt Horvath
Hi ! How could I register my own servlets into TomCat ?? I put them into the %TOMCAT_HOME%/webapps/myapp/Web-inf/classes directory. After I create a web.xml file in the %TOMCAT_HOME%/webapps/myapp directory. The web.xml file contains this: !DOCTYPE web-app PUBLIC "-//Sun Microsystems,

Re: servlet start-up

2001-04-11 Thread Rui M . Silva Seabra
On Tue, Apr 10, 2001 at 02:41:12PM -0400, Michael Wentzel wrote: On Tue, Apr 10, 2001 at 05:13:05PM +1000, Warren Crossing wrote: the load-on-startup child element of servlet in web.xml is documented and specified in the j2ee servlet stuff things.. Well, tomcat tells me it loads the

RE: tomcat installation problem in win98

2001-04-11 Thread Mike Campbell
Title: RE: tomcat installation problem in win98 Try modifying startup.bat to call tomcat.bat directly rather than just tomcat. -Original Message- From: karthik rajan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 11, 2001 3:38 AM To: [EMAIL PROTECTED] Subject: tomcat

Password list formbased login

2001-04-11 Thread hische
Hi, Would it be possible to use FORM based login and still provide for the functionality "Save this password in your password list" which is offered by the browser itself when using BASIC login? I would really appreciate any suggestions/links to a solution that would not compromise security.

RE: Servlet registration

2001-04-11 Thread Ron Pitts
Zsolt, Your missing some stuff webapps/myapp/WEB-INF/classes - store servlets/jsp in here put your web.xml in webapps/mysql/WEB-INF/ -Original Message- From: Zsolt Horvath [mailto:[EMAIL PROTECTED]] Sent: 11 April 2001 15:55 To: [EMAIL PROTECTED] Subject: Servlet

AW: Use of Apache proxy module to connect to Tomcat

2001-04-11 Thread Reto Burkhalter
Hi ... LoadModule etc.. LoadModule proxy_module /path/to/apache/library/libproxy.so LoadModule etc.. ... VirtualHost www.bigcorp.com ProxyVia On ProxyPass /myapp http://orion.private.bigcorp.com:9876/ ProxyPassReverse /myapp

installing tomcat

2001-04-11 Thread GoldenDawn Fan
Hi, I am having problem installing tomcat. I set the TOMCAT_HOME to c:\tomcat and and JAVA_HOME to c:\jdk1.2.1. But how do I "add the Java interpreter to your PATH environment variable"? Any help would be much appreciated. Thanks in advance. __

Please help me decide if I should use tomcat over jserv for a major site

2001-04-11 Thread Gareth Coltman
Hi, I am trying to architect a site for a major client, moving from a Microsoft to a Java platform. I have been using Tomcat / Turbine for developing small internal applications for some time, and have been very impressed with the setup. This client however gets a lot of hits, and have up two

RE: installing tomcat

2001-04-11 Thread Michael Klimkin
You should add to the PATH variable string %JAVA_HOME%\bin -Original Message- From: GoldenDawn Fan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 11, 2001 7:28 PM To: [EMAIL PROTECTED] Subject: installing tomcat Hi, I am having problem installing tomcat. I set the TOMCAT_HOME to

Re: tomcat installation problem in win98

2001-04-11 Thread RameshBabu R Muthuvel
Hai see the attachment. If it still doesn't work do mail to me ramesh [EMAIL PROTECTED] _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Apache , Tomcat , mySQL - Installation Instruction

RE: Servlet registration

2001-04-11 Thread Chris Andreou
I have the same problem. I have put my servlets under the WEB-INF/classes: For example: directory structure WEB-INF/classes/examples.SimpleServlet web.xml file servlet servlet-nameSimpleServlet/servlet-name servlet-classexamples.SimpleServlet/servlet-class /servlet

RE: Servlet registration

2001-04-11 Thread Julien, Timothy
The whitespace in your servlet-mapping in your web.xml could be leading to the failure you see. try: servlet-mapping servlet-nameSimpleServlet/servlet-name url-pattern/simple/url-pattern /servlet-mapping what URL are you attempting to hit from your browser? Tim Julien HP

RE: files included in httpd.conf (problem 1)

2001-04-11 Thread Shen, Theresa
Hi Anne-Marie, Your email indicated that you are doing similar things with Apache-Tomcat as I am except I am using mod_jk instead of mod_jserv. My *.jsp files were in tomcat/webapps/../, what do I need to change in Apache for it to pick up the request and send the servlet requests to Tomcat? I

Jakarta at Win 2000

2001-04-11 Thread Daniel de Almeida Alvares
Hi all, The Tomcat is runnig well here at my Win2000 !!! I want to thank everybody that helped me !! Does anybody know if there is a way to set if " work" directory is gonna be or not deleted when I start/stop the tomcat server ? Regards, [] Daniel ___ Daniel de Almeida

'jsp:include' tag

2001-04-11 Thread Leon Palermo
Hello all, Does anyone have problems with the 'jsp:include' tag with tomcat. I always get the following error when I try to use it: Internal Servlet Error: org.apache.jasper.compiler.CompileException: Welcome.jsp(15,0) Invalid jsp:include tag at

RE: Servlet registration

2001-04-11 Thread Chris Andreou
I didn't make a difference. I am frustrated :( my context path definition is context path="" docBase="e:/wwwroot/dgms_dev" reloadable="true" / my Host name is trw02 I am hitting the server by http://trw02/servlet/SimpleExample does not work http://trw02/servlet/examples.SimpleExample

RE: 'jsp:include' tag

2001-04-11 Thread Chris Andreou
check the ralative paths. -Original Message- From: Leon Palermo [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 11, 2001 11:08 AM To: [EMAIL PROTECTED] Subject: 'jsp:include' tag Hello all, Does anyone have problems with the 'jsp:include' tag with tomcat. I always get the

Re: 'jsp:include' tag

2001-04-11 Thread Martin Mauri
Yes, Once I had that problem and I worked it out by adding the flush="true" attribute. I mean: jsp:include page="/includes/afile.jsp" flush ="true"/ I think it was a reported bug. HTH. Martin Hello all, Does anyone have problems with the 'jsp:include' tag with tomcat. I always get

RE: Servlet registration

2001-04-11 Thread Gaël Oberson
try to modify the context definition: context path="/" docbase... -Message d'origine- De : Chris Andreou [mailto:[EMAIL PROTECTED]] Envoy : mercredi, 11. avril 2001 18:05 : '[EMAIL PROTECTED]' Objet : RE: Servlet registration I didn't make a difference. I am frustrated my

Re: Servlet registration

2001-04-11 Thread Jeff Kilbride
Maybe it's a typo, but the first problem I see is that your mappings don't match the URL's you're trying to pull up. You have: servlet servlet-nameSimpleServlet/servlet-name servlet-classexamples.SimpleServlet/servlet-class /servlet and servlet-mapping

RE: [ANS] RE: virtual hosts on different ports

2001-04-11 Thread William Wishon
If you reread my first response I say that it isn't possible to restrict one context to one port and another context to another. Having said that if you are ok with both of your contexts being accessible on both ports all you need to do is declare two Connectors. Connector

Access to web.xml

2001-04-11 Thread amit
Hi, I'm running a site based on JSP , using tomcat 3.2.1 and Apache 1.3.12 on Windows. With this reference (1) During run time , can a JSP page from *same* web application context can read web.xml file of my web application (which will be located at TOMCAT_HOME\webapps\myapp\web-inf\web.xml)

Re: Apache, SSL and TOMCAT

2001-04-11 Thread Mark Johnson
I found very useful doc for the installation (if you plan to use apache+mod_ssl+OpenSSL) at http://modssl.org. Having compiled and configured apache+mod_ssl+OpenSSL, I recall it was fairly straightforward to then get Tomcat working with it, using Tomcat's configuration doc.

Strange problem with images with Tomcat 4 b1

2001-04-11 Thread dhay
Hi everyone. I have just moved to Tomcat 4, beta1, from 3.2.1 to obtain reloading of my class files. I am running into strange activity with my images, however. When I first view a page, I do not see any. BUT, if I click on a link and then hit the back button, the images are there! Have I

Changing Contact info....

2001-04-11 Thread Blake Binkley
This E-mail was sent out to all of my contacts that used the old e-mail addess List Moderators please change from my old [EMAIL PROTECTED] e-mail address Thank you... Blake Binkley 667 Woodward St. San Marcos, CA 92069 Home: (760) 744-9086 Cell: (760) 705-1066 E-Mail: [EMAIL PROTECTED] CAM#:

Re: Changing Contact info....

2001-04-11 Thread Tim O'Neil
So does this mean that crank calls, emails, and even possibly buying a new fishing boat with your life is an option? I can't wait to start my new life as Blake... At 10:37 AM 4/11/2001 -0700, you wrote: This E-mail was sent out to all of my contacts that used the old e-mail addess List

RE: IIS redirect

2001-04-11 Thread k won
thank you very much. This solved my problem as well! From: GASNIER Lise [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: IIS redirect Date: Wed, 11 Apr 2001 11:15:59 +0200 Hello, Did you insert the full path to isapi_redirect in the lists of dlls in the

workers not working

2001-04-11 Thread Faine, Mark
I have sucessfully installed tomcat, cocoon, and mod_jk, except that when I try to start apache it will not start. The apache logs show: [Wed Apr 11 12:08:41 2001] [emerg] (2)No such file or directory: Error while opening the workers Looks like it could be a typeO or something but I don't

classpath question

2001-04-11 Thread Chris Bailey
[System: Linux, Tomcat 3.2.1, Apache 1.3.19, mod_jk] I have a web app that uses several jar files. I have these in a lib directory that has a symlink in my WEB-INF dir. However, they don't seem to get picked up. It only seems to work if I put them in TOMCAT_HOME/lib. Do I need to do some

RE: /examples/servlet

2001-04-11 Thread kamesh jayachandran
Hai, Finally I fixed this problem,by commenting out the Alias directive for each Context in the auto generated tomcat-apache.conf file and adding one more line like "ApJServMount /examples /root" above the already existing ApJServMount line for each Context("ApJServMount /example/servlet

Re: classpath question

2001-04-11 Thread Kenneth Westelinck
No. From: Chris Bailey [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: classpath question Date: 11 Apr 2001 11:00:00 -0700 [System: Linux, Tomcat 3.2.1, Apache 1.3.19, mod_jk] I have a web app that uses several jar files. I have these in a lib directory that has a

RE: /examples/servlet

2001-04-11 Thread Tim O'Neil
At 11:33 PM 4/11/2001 -0400, you wrote: I wouldn't know how to get mod_jk.so for linux. If you're using modjserv then you're in luck because the user guidelines are for mod_jserv only. Actually, there are complete instructions for using mod_jk on the sun site, and you can get the so right

Servlet deployment

2001-04-11 Thread Harkishin Nachnani
Hi all: For a customer demo, I had written a small servlet and deployed it on Java Web Server 2.0. But we have an evaluation version of Java Web Server so we have to re-install it every 30/45 days. So I just thought of switching over to Tomcat. Basically, I just have a couple of html and gif

tomcat HANDLER THREAD PROBLEM

2001-04-11 Thread Georges Boutros
hi, i'm using tomcat with apache on RedHat 7.0 i'm using a WebPerformance software to test my webpage with multiple users (100 users) in the beginning it all works good but after about 15 minutes of stress test i start getting this error with tomcat .

RE: Servlet deployment

2001-04-11 Thread Chris Andreou
http://java.sun.com/docs/books/tutorial/servlets/servletrunner/tomcat-start. html -Original Message- From: Harkishin Nachnani [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 11, 2001 1:15 PM To: [EMAIL PROTECTED] Subject: Servlet deployment Hi all: For a customer demo, I had written

=== files missing ... ? ====

2001-04-11 Thread Pedro Henrique Ponchio
Hello, Im trying to compile the source code of Tomcat, but I receive some errors. What have I have to do to make it? I known that are some files mising like moo.jar e dev.jar ... I already compile and install the apache, mod_ssl, servletapi, ant, jaxp, etc, etc ... here the build.sh file: #!

apology for Changing Contact Info...

2001-04-11 Thread Blake Binkley
I apologize I sent an e-mail out to my contact list which aparently also contained this e-mail address and everyone received it.. sorry for any confusion this may have caused... Blake Binkley 667 Woodward St. San Marcos, CA 92069 Home: (760) 744-9086 Cell: (760) 705-1066 E-Mail: [EMAIL

Using JNDI with Tomcat 3.2

2001-04-11 Thread Manish
Hi All, What are the necessary steps needed to use JNDI with abovesaid Tomcat. Thanks and Regards -- Manish Poddar

RE: Fed up to the back teeth with tomcat !!!

2001-04-11 Thread Faine, Mark
I understand your frustration, the lack of verbose/clear error messages in the logs is a big problem I am having too. -Mark -Original Message- From: Andy C [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 11, 2001 2:12 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Fed up to

  1   2   >