Has extension mapping changed in 3.2?

2001-01-14 Thread Barry Fritchman
I had been using an extension mapping to serve XML files in Tomcat 3.1 via my own servlet. I just downloaded 3.2, and it no longer seems to work (Tomcat returns the file, but it doesn't go through my servlet). I have the following stuff in Tomcat's conf\web.xml file at the appropriate places,

Re: RE: Install the Binary Version of Tomcat

2001-01-14 Thread Shicheng TIAN(CMS)
Dear Craig, Thanks for your reply; I checked that there isn't a semicolon at the end of my classpath and the problem remains; I am installing tomcat on Windows 2000 Professional Workstation, this may be a bit different to your setting?! Shicheng [EMAIL PROTECTED] writes: I had a similar problem

Re: Install the Binary Version of Tomcat

2001-01-14 Thread Beava201371567
Shicheng, I had a similar problem or the same problem (I almost went crazy) installing tomcat 3.2.1 a win98 machine. Before going to http://www.webappcabaret.com/javachina/tomcathowto.htm , try typing tomcat start after going to the your tomcat\bin directory. If this works, it will start

Re: Tomcat 4.0-b1, mod_webapp documentation

2001-01-14 Thread Matthias Brantner
-BEGIN PGP SIGNED MESSAGE- Hi, does anybody no about a good documentation of Jakarta-Tomcat 4.0-b1 together with Apache 1.3. I'am looking for all kinds of documentation, like installing, configuring,... . Thanx in advance for your help. The only real "docs" for this at the

RE Problems with Tomcat/Jserv on Solaris

2001-01-14 Thread Peter Hallberg
Hi Ed, We have experienced the exact same problem on solaris 2.8. I did notice that the last line lacks a linker or anthing When the final command fails, just add "ld -G" at the beginning of the line. This will call the linker in the proper manner. -- Regards Peter Hallberg, Sysadm [EMAIL

WHICH DATABASE FOR TOMCAT??222

2001-01-14 Thread Mary McCarthy
Hi Im trying to do a project using JSP and Java Beans using tomcat as a web server. The project is a fake online car park reservation system. Can someone tell which is the easiest database and database server to implement? Can it be downloaded free from the net? Is there documentation on how

Re: WHICH DATABASE FOR TOMCAT??222

2001-01-14 Thread Guilherme Zambon
Use mysql at http://www.mysql.com. To use it with tomcat, you must download the JDBC driver and use normally! [ ]'s Guilherme Zambon - Original Message - From: "Mary McCarthy" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, January 14, 2001 2:29 PM Subject: WHICH DATABASE FOR

Enabling each user to serve from his home space

2001-01-14 Thread Venkatesh Prasad Ranganath
Hi, I would like to configure tomcat such that it handles servlets/jsps if the users place their servlets and jsp in a particular directory, say servlet-jsp, in their web home directory (public_html on apache/linux). I know I can use Context to achieve this but then there will have to be a

RE: Has extension mapping changed in 3.2?

2001-01-14 Thread CPC Livelink Admin
Tomcat 3.2 does not read the conf/web.xml file. You must put your changes in your webapps WEB-INF/web.xml file. -Original Message- From: Barry Fritchman [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 14, 2001 3:56 AM To: [EMAIL PROTECTED] Subject: Has extension mapping changed in

Re: WHICH DATABASE FOR TOMCAT??222

2001-01-14 Thread William Brogden
Mary McCarthy wrote: Hi Im trying to do a project using JSP and Java Beans using tomcat as a web server. The project is a fake online car park reservation system. Can someone tell which is the easiest database and database server to implement? Can it be downloaded free from the net? Is

Error compiling JServ for Tomcat

2001-01-14 Thread Gianfranco Cecconi
Hello, I'm trying to follow Jakarta Group's instructions to use Tomcat within Apache. The document I use as a reference is the latest - but incomplete - Tomcat user guide you can find at http://jakarta.apache.org/cvsweb/index.cgi/jakarta-tomcat/src/doc/uguide/Att ic/tomcat_ug.html . I'm using

Changing root directory

2001-01-14 Thread kt
Hi, I'm using Tomcat by itself, and I need to change the server root directory to maybe "D:\abc" instead of the default "C:\jakarta-tomcat\". This sounds simple but I just couldn't find info how this is done anywhere. Could anyone be kind enuf to enlighten me? Thanx.

RE: Changing root directory

2001-01-14 Thread CPC Livelink Admin
If you just want to change where the root of your webapps will be, then just change/add the conf/server.xml file for the COntext Path whose docbase="/" -Original Message- From: Jose Ferrer [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 14, 2001 5:33 PM To: '[EMAIL PROTECTED]' Subject:

Tomcat aliases

2001-01-14 Thread Theodore Zirogiannis
Hi, I am running tomcat with apache.. and am having some problems with servlet aliases I want to run my servlet from http://localhost:80/servlet/WelcomeServlet and then POST to http://localhost:80/welcome can somebody help me achieve this Theodore Zirogiannis Information Services Trainee

Re: Has extension mapping changed in 3.2?

2001-01-14 Thread Craig R. McClanahan
Barry Fritchman wrote: I had been using an extension mapping to serve XML files in Tomcat 3.1 via my own servlet. I just downloaded 3.2, and it no longer seems to work (Tomcat returns the file, but it doesn't go through my servlet). I have the following stuff in Tomcat's conf\web.xml

What is your performance like?

2001-01-14 Thread Jürgen Sommer
Hi all, at our company we tried to code some small servlets that work with a small database. For example: - connect to a DB2 database - get about 100 db-entries (select from table) - show them in a grid We work with Visual-Age for Java 3.5. The problems we discovered where: - unstable workspace

Re: Enabling each user to serve from his home space

2001-01-14 Thread Craig R. McClanahan
Venkatesh Prasad Ranganath wrote: Hi, I would like to configure tomcat such that it handles servlets/jsps if the users place their servlets and jsp in a particular directory, say servlet-jsp, in their web home directory (public_html on apache/linux). I know I can use Context to achieve

Re: Query regarding applet calling

2001-01-14 Thread Craig R. McClanahan
Ayyappa wrote: i am calling a applet from a .jsp page in the following manner applet code="crossword.Test" height="200" width="200"> /applet>i am having the .class file of the applet in a package inside the classes folder in WEB-INF. It says that class Test not foundI even tried using the

Howto : Extension file mapping ?

2001-01-14 Thread Shahed Ali
Hi, Can someone please give me a quick overview on how extension file mapping works ? What I really want to know what info does the servlet get when it is invoked by a file mapping ? Thanks Shahed - To unsubscribe, e-mail:

RE: What is your performance like?

2001-01-14 Thread cga
Well, lets see if I can help. I dont find the 3.5 version particularly unstable (I hated the version 2.0) but what I can recomen you is to start the test enviroment for Websphere directly running the class SERunner. (I think this is the name, if is isn't just search SER ...) I don't know why but

jsp to email problem on Tomcat

2001-01-14 Thread Ian Corner
Hi I am not sure where the problem lies but I just want to see ifthe error I am gettingcould be anything to do with Tomcat. Here is the error report. Any help appreciated: Error: 500 Location: /examples/jsp/formsMail/mailsend.jspInternal Servlet Error:javax.servlet.ServletException at

ajp13

2001-01-14 Thread sun
hi, there, I am using Solaris 7, tomcat 3.2, apache 1.3.14, I have added Connector className="org.apache.tomcat.service.PoolTcpConnector" Parameter name="handler" value="org.apache.tomcat.service.connector.Ajp13ConnectionHandler"/ Parameter name="port" value="8009"/

Procedure entry point_jvm_FindClassFromClass@16 could not be located in the dynamic link library jvm.dll

2001-01-14 Thread Karri . Mikola
I get a "Procedure entry point_jvm_FindClassFromClass@16 could not be located in the dynamic link library jvm.dll" error every time I try to start tomcat. Running the shutdown bat gives the same expression. Any good Ideas -Karri

Re: Procedure entry point_jvm_FindClassFromClass@16 could not be located in the dynamic link library jvm.dll

2001-01-14 Thread Filip Hanik
could you tell us a little bit more about your environment OS: JDK Version: Tomcat Version: it looks like a JVM problem as opposed to a Tomcat problem ~ Namaste - I bow to the divine in you. ~ Filip Hanik Technical Architect [EMAIL PROTECTED] - Original Message - From: [EMAIL

RE: Procedure entry point_jvm_FindClassFromClass@16 could not be located in the dynamic link library jvm.dll

2001-01-14 Thread Karri . Mikola
Sorry, Forgot to include it: OS: NT4 JDK Version: 1.2.2 Tomcat Version:3.1.1 I have apache 1.3.14, ApacheJserv 1.1.2-2 installed. I also have a problem with jserver. When I try to test it I can get to the first dynamic page and I can follow the link to the configured hosts. When I try to

upgrade from 3.1.1 to 3.2.1 not working

2001-01-14 Thread Kevin Badinger
I setup Tomcat 3.1.1 to run with Windows 2000 Server IIS. I am running JDK 1.3. All worked fine with IIS and tomcat with 3.1.1. I have attempted to upgrade to Tomcat 3.2.1. Now, I get 404's when i try to display the http://localhost/examples/jsp/index.html page. When I run it directly to

Re: Error compiling JServ for Tomcat

2001-01-14 Thread Ralph Jensen
1. Check if the TOMCAT_HOME variable is set correctly. 2. Better use mod_jk. It's newer and the documentation is better. Ralph Jensen - Original Message - From: Gianfranco Cecconi [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, January 15, 2001 1:38 AM Subject: Error compiling

RE: ajp13

2001-01-14 Thread Hoff Ray-o10037
I'm not sure how to get the mod_jk.conf-auto file to be generated with the ajp13 tags, but all you have to do is what I did, i.e., include the directives of the mod_jk.conf-auto in your apache httpd.conf and change the ajp12 tags to ajp13. Ray -Original Message- From: sun [mailto:[EMAIL

SSL examples?

2001-01-14 Thread Darrel Drake
I just downloaded the 3.2.1 version, which supports SSL, and was able to connect to my server successfully. I had some problems running my own SSL client from java, and I wonder if there are any pre-existing samples of SSL-specific clients that access Tomcat's SSL information? (This same client

Tomcat 3.2 Hardware Requirements, OS

2001-01-14 Thread Alwyn M. Balingit
Hello! We are studying Tomcat 3.2 has a web app solution. I'm have searched the archives and have read the documentation, but I can't find the Hardware Requirements. May I know the Hardware Requirements? Also, what are the exact Windows and Unix platforms that it support (and other OS' too)?

Re: Tomcat 3.2 Hardware Requirements, OS

2001-01-14 Thread Narayanan
This information is available in the tomcat-aache.org ..when u visit this site they would have given the platforms in which they have sucessfully tested tomcat ..Win 98 , NT ,Unix,Solaris. Linux ...supports Narayanan

Starting TOMCAT on Windows 95

2001-01-14 Thread Joby
Dear Sir, Can u pls tell me whether Tomcat Server can be started on Windows 95 platform. I am not able to start the server on Windows 95 PC, but working fine on Windows NT PC. Expecting a feedback soon. Regards, Joby

AW: Starting TOMCAT on Windows 95

2001-01-14 Thread Wenz Christian
yes it can - maybe you could provide us a detailled error message! Regards Chistian -Ursprngliche Nachricht- Can u pls tell me whether Tomcat Server can be started on Windows 95 platform. I am not able to start the server on Windows 95 PC, but working fine on Windows NT PC. Expecting a

Re: Starting TOMCAT on Windows 95

2001-01-14 Thread Jim Rudnicki
Can u pls tell me whether Tomcat Server can be started on Windows 95 platform. I am not able to start the server on Windows 95 PC, but working fine on Windows NT PC. Expecting a feedback soon. Try this Tomcat loader. Works 99.44% of the time on 95,98,NT,2000. Take a look:

Re: Howto : Extension file mapping ?

2001-01-14 Thread Barry Fritchman
The servlet gets the usual references to a HttpServletRequest and HttpServletResponse, but it can get the full path of the file it is being asked to serve using the expression getServletContext().getRealPath(request.getServletPath()), where 'request' is the HttpServletRequest passed to doGet() or

Where is the bin dir??

2001-01-14 Thread Sujoy
Hi All , I have downloaded jakarta-tomcat . But I have not found any bin dir in that dir structure. When I run build bat file it gives me error telling Java-home path is not set. But I can run java files and path and classpath is already set in my comp. Thanks in advance .. Sujoy

binary file upload

2001-01-14 Thread Eric di Domenico
Hello, I was unable to upload binary files using tomcat 3.2 on linux with apache... I looked thru the archives of the mailing list, and all over the web. Many pple posted things like "It works for me using XYZ lib"... well, after downloading and testing the servlets.com lib ans jspsmart lib I

XSLT Filter implementation hints?

2001-01-14 Thread Leong Mun Wai
Hi, I'm trying to implement an XSLT filter in Tomcat 4.0 for a JSP with XML content. Any hints on how this can be done? thanks Mun Wai - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL