Dumb question

2002-08-19 Thread Kemp Randy-W18971
Please forgive this dumb question - but I just don't get it. I prepare a war file in Tomcat and execute it OK. The war file consists of a few JSP and HTML pages. If I wish to just change one JSP or HTML page, do I: 1. Recreate the war file 2. Just move the files into the expanded directory th

RE: Dumb question

2002-08-20 Thread Kemp Randy-W18971
Thank you Jake - for replying to my question. -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED]] Sent: Monday, August 19, 2002 2:15 PM To: Tomcat Users List Subject: Re: Dumb question Hello Kemp, Note that if a .war file exists *and* a directory with the name of the .war f

Best connector

2002-08-30 Thread Kemp Randy-W18971
I was wondering what people believe is the best Apache Tomcat connector: mod_jk, mod_webap (warp), or coyote? And to those using coyote - is the configuration entries in Tomcat and Apache different from the warp connector? If so, is there any documentation or write-ups available? -- To unsub

Socket errors

2002-09-23 Thread Kemp Randy-W18971
I am running tomcat 4.0.4 and Apache 1.3.26, connected via mod_webapp, on Solaris 5.6. As I look through the Tomcat logs, I notice some socket errors, like the following. Can anyone give some suggestions as to what might be causing these and how to correct them? 2002-09-20 06:44:08 [org.apac

password storage on Tomcat 4.1.12

2002-09-25 Thread Kemp Randy-W18971
Does anyone know which file and directory the password is stored on Tomcat 4.1.12 for the admin server? -- To unsubscribe, e-mail: For additional commands, e-mail:

domain name and tomcat

2002-10-16 Thread Kemp Randy-W18971
Here is a domain name Tomcat question. I am running Apache 1.3.26 and Tomcat 4.0.6 via the warp connector on Sun Solaris 5.6 with Sun JDK 1.3.1 If I have a domain name called www.xxx.com and I wish that domain name to map to Tomcat application xxx, is there a way to have the user just see www.

worker2.properties file and windows long names

2002-10-28 Thread Kemp Randy-W18971
I am running Apache 2.0.43 and Tomcat 4.1.12, connected via mod_jk2, on Windows 2000. Please tell me if I am addressing the long names in Windows via quotes in the worker2.properties file in Apache correctly. For example, is this the correct way to name these paths? file=C:/"Program Files"/"Ap

Applets in JSP

2002-11-13 Thread Kemp Randy-W18971
When I run this test applet in JSP code in Resin (www.caucho.com), it works fine. When I run the same code in Tomcat or Jetty, I get an error. Is it my coding or Tomcat in error? Here is the error, code, and test files:

Plugin not properly closed

2002-11-13 Thread Kemp Randy-W18971
I am getting a plugin not properly closed on a test applet within a JSP page. It works fine on Resin (www.caucho.com) but has a but in Tomcat, probably due to the parser. Enclosed is the code and test files, in case anyone has any insights. Thank you.

Tomcat and jspsmartupload -- getparameter doesn't work

2002-08-01 Thread Kemp Randy-W18971
Has anyone used Tomcat with jspsmartupload? I have a question about using jspsmartupload with Tomcat 4.0.4 in development and having the jspsmartupload getparameter work. I have created a jar file with all the jspsmartupload components and put it into the Tomcat lib directory. I then created

RE: Apache Version

2001-10-18 Thread Kemp Randy-W18971
Any version can be used, but I recommend to use the latest, stable version. -Original Message- From: Girosi Marco [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 18, 2001 10:01 AM To: < Subject: Apache Version Which version of Apache is needed by Tomcat 4 ? Thanks Marco Girosi M2

Cannot open connection "conn"

2001-10-18 Thread Kemp Randy-W18971
I have set up Tomcat 4.01, mod_webapp, and Apache 1.3.22 on Windows 2000. What could be causing this error in the Apache error log, in regards to the Tomcat connection? [Thu Oct 18 09:50:02 2001] [error] Connection "conn" cannot connect [Thu Oct 18 09:50:02 2001] [error] Cannot open connection "c

RE: Tomcat slow to shutdown on Solaris

2001-10-19 Thread Kemp Randy-W18971
Some questions for you: Are you running Solaris Sparc or Intel? What version of Solaris are you running? What JDK version and from what company are you running? What version of Tomcat are you running? How many processes are you running on your machine? What is your hardware platform (r

How does Tomcat know what process to kill

2001-10-23 Thread Kemp Randy-W18971
Here is my question. I start up Tomcat on a Unix machine, under a user account, using startup.sh. When I need to stop Tomcat, I issue shutdown.sh. How does Tomcat know what process to stop? I am curious about both Tomcat 4.01 and the 3.x series.

Please explain this Tomcat problem to me.

2001-10-24 Thread Kemp Randy-W18971
I have this unusual quirk with Tomcat, and maybe someone out there can explain what is happening. 1. I have Apache 1.3.19 and Tomcat 4.01 on Solaris 5.6, with Sun JDK 1.3.1. 2. I start and stop Tomcat 4.01 with startup.sh and shutdown.sh. 3. After this, I bring up http://my.domain.name:8080, an

Why can't I connect

2001-10-24 Thread Kemp Randy-W18971
Can someone explain why I can't connect in Windows 2000 with Tomcat 4.01 and Apache 1.3.22? 1. I am using all binaries, and I put mod_webapp.so and libapp.dll in Apache directory Modules. 2. I put this entry in Tomcat server.xml after the EJB entry 3. I put this in Apache httpd.conf at th

Why I can't connect - part 2

2001-10-24 Thread Kemp Randy-W18971
Can someone explain why I can't connect in Windows 2000 with Tomcat 4.01 and Apache 1.3.22? 1. I am using all binaries, and I put mod_webapp.so and libapp.dll in Apache directory Modules. 2. I put this entry in Tomcat server.xml after the EJB entry 3. I put this in Apache httpd.conf at th

RE: Tomcat vs. Apache/Tomcat

2001-10-26 Thread Kemp Randy-W18971
If you look into the Tomcat archives, this was answered a few days ago. But to recap, some reasons for running Apache with Tomcat: 1. Apache can handle static pages better (plain HTML). 2. Apache has great security and logging capacities. 3. Apache can handle applications in other languages, l

RE: Viewing this mailing list online

2001-10-26 Thread Kemp Randy-W18971
Sure. Just go to the Tomcat users archive. But the real solution is to provide a digest list option (hint! hint!). -Original Message- From: Donie Kelly [mailto:[EMAIL PROTECTED]] Sent: Friday, October 26, 2001 4:56 AM To: [EMAIL PROTECTED] Subject: Viewing this mailing list online Can

RE: Tomcat on the mainframe

2001-11-02 Thread Kemp Randy-W18971
I think you will find it better to run Tomcat on a PC or workstation running either a version of Windows or Unix. -Original Message- From: Campano, Troy [mailto:[EMAIL PROTECTED]] Sent: Friday, November 02, 2001 7:18 AM To: 'Tomcat Users List' Subject: Tomcat on the mainframe has anyone

RE: Tomcat on the mainframe

2001-11-02 Thread Kemp Randy-W18971
: Kemp Randy-W18971 [mailto:[EMAIL PROTECTED]] Sent: Friday, November 02, 2001 9:47 AM To: 'Tomcat Users List' Subject: RE: Tomcat on the mainframe I think you will find it better to run Tomcat on a PC or workstation running either a version of Windows or Unix. -Original Message- Fro

RE: Integrate Apache 1.3.20 and Tomcat 3.2 in Win2k

2001-11-12 Thread Kemp Randy-W18971
Try 4.01 instead, as it is easier. 1. Get the Mod_webapp binary for Tomcat 4.01, and follow the directions in the readme file. 2. Add something like this in apache httpd.conf ServerName localhost WebAppConnection conn warp localhost:8008 WebAppDeploy examples conn /examples WebAppDe

RE: Tomact and Apache

2001-11-19 Thread Kemp Randy-W18971
1. Get the Mod_webapp binary for Tomcat 4.01, and follow the directions in the readme file. 2. Add something like this in apache httpd.conf ServerName localhost WebAppConnection conn warp localhost:8008 WebAppDeploy examples conn /examples WebAppDeploy onjava conn /onjava WebAppD

RE: apache from Oracle gets in the way

2001-11-19 Thread Kemp Randy-W18971
If you have a CIS from Oracle, then you can ask this question to their support service. -Original Message- From: Christoph Kukulies [mailto:[EMAIL PROTECTED]] Sent: Monday, November 19, 2001 8:51 AM To: [EMAIL PROTECTED] Subject: apache from Oracle gets in the way This is not 100% tomca

RE: Setting up Tomcat 4

2001-11-19 Thread Kemp Randy-W18971
The Java_Home environment can be set in the .profile command # set java home export JAVA_HOME JAVA_HOME=/usr/j2se I haven't done a shutdown and startup script yet, so I will defer that question to someone else. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PR

RE: Apache 1.3.22 & Tomcat 4.0.1-- Connector issue

2001-11-20 Thread Kemp Randy-W18971
They are either in the error log of Tomcat or Apache. If you have the Windows version, then the program start up menus have an option to review the error logs. -Original Message- From: Mike Kelley [mailto:[EMAIL PROTECTED]] Sent: Monday, November 19, 2001 5:11 PM To: 'Tomcat Users List'

RE: Apache 1.3.22 & Tomcat 4.0.1-- Connector issue

2001-11-20 Thread Kemp Randy-W18971
Did you start Tomcat before Apache? -Original Message- From: Prasad Kallimath [mailto:[EMAIL PROTECTED]] Sent: Monday, November 19, 2001 5:20 PM To: Tomcat Users List Subject: RE: Apache 1.3.22 & Tomcat 4.0.1-- Connector issue Hi, The error message says, Web-application not yet deplo

RE: mod_webapp/Tomcat4 ready for production level stuff?

2001-11-28 Thread Kemp Randy-W18971
Now the question should be: does Tomcat 4 have the potential to be ready for primetime? The answer to that is yes, and it may take a few maintenance releases of mod_webapp and Tomcat 4x to get there. Right now, the architecture is much better (in my opinion) then Tomcat 3.x and you can find s

RE: Apache Tomcat integration

2001-11-29 Thread Kemp Randy-W18971
What service pack do you have for NT? Service Pack 5? I believe you need that at least, in order for TCP/IP to be available. -Original Message- From: amol [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 29, 2001 4:44 AM To: Tomcat Users List Subject: Apache Tomcat integration i h

RE: No Documentation On Connecting Tomcat4 to Apache

2001-11-30 Thread Kemp Randy-W18971
Look at http://www.webmasterbase.com/article/305 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, November 30, 2001 4:05 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: No Documentation On Connecting Tomcat4 to Apache Hello, I've searched high

RE: JBoss mailing list

2001-11-30 Thread Kemp Randy-W18971
The jboss mailing list was phased out, and forums are replacing it. While the jboss list is still active, no new entries are being added. The jboss forums are found at www.jboss.org. -Original Message- From: Jim Cheesman [mailto:[EMAIL PROTECTED]] Sent: Friday, November 30, 2001 2:03

RE: Integration of Apache and Tomcat 4.0.1

2001-12-04 Thread Kemp Randy-W18971
Look at www.webmasterbase.com/article/305 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 04, 2001 12:10 PM To: [EMAIL PROTECTED] Subject: Integration of Apache and Tomcat 4.0.1 Hello everyone, Is there any documentation on the integration

RE: EJB's

2001-12-05 Thread Kemp Randy-W18971
There are several EJB servers, and a comparison of price and features can be found at http://www.flashline.com/components/appservermatrix.jsp. However, Jboss is a good, open source, EJB server, and it comes bundled with Tomcat. -Original Message- From: Vincent Stoessel [mailto:[EMAIL

Include mod_webapp in Apache DSO

2001-12-06 Thread Kemp Randy-W18971
When my Unix Admin build Apache 1.3.22, the LDAP module was build when a particular Apache option was used. I understand that the new Apache 2X uses libtools and autoconfig, which are used to build mod_webapp. Couldn't the mod_webapp be included automatically when Apache 2X is build with DSO

RE: Help! urgent!

2001-12-10 Thread Kemp Randy-W18971
Did you try starting Tomcat before starting Apache? -Original Message- From: Peng Annie [mailto:[EMAIL PROTECTED]] Sent: Monday, December 10, 2001 9:08 AM To: '[EMAIL PROTECTED]' Subject: Help! urgent! In the apache "error.log" there is an error message Connection "conn" cannot connec

RE: Help! urgent!

2001-12-10 Thread Kemp Randy-W18971
jsps? (with JkMount) -Original Message- From: Peng Annie [mailto:[EMAIL PROTECTED]] Sent: Monday, December 10, 2001 11:37 AM To: 'Tomcat Users List' Subject: RE: Help! urgent! I tried, but apache still can not find my jsp files in tomcat(it can find html files). -----Original

Does Apache or Tomcat handle this?

2001-12-14 Thread Kemp Randy-W18971
If I run a JSP page in Tomcat 4.01 by itself , and after all the content gets converted to HTML, then the Tomcat http implementation displays the html content. Now if I access the same JSP page through Apache via mod_webapp, does Apache or Tomcat display the html content? -- To unsubscribe:

RE: Can any body answer this Please

2001-12-18 Thread Kemp Randy-W18971
Some statistics were done by Resin and Orion, available at www.caucho.com and www.orionserver.com. -Original Message- From: Mrutyunjay [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 7:35 AM To: Tomcat Users List Subject: Can any body answer this Please Hi I want to know w

RE: HELP - URGENT : Stability of Tomcat if compare with JBOSS or JRUN

2001-12-20 Thread Kemp Randy-W18971
I have never used Tomcat for large scale projects like this, but some on the list have. But I will ask a few questions. Do you plan on using EJB or just JSP and servlets? If so, look at Resin at www.caucho.com as another option. This can be hooked up to Jboss but not in the same VM. If bud

RE: log analysis tools

2002-03-13 Thread Kemp Randy-W18971
If you go through Apache, and can skip the JSP update, then three good free or cheap tools are: http://www.mrunix.net/webalizer/ http://www.analog.cx/ http://www.boutell.com/wusage/ -Original Message- From: Lauren Commons [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 13, 2002 9:03 AM

RE: NIGHTMARE

2002-04-08 Thread Kemp Randy-W18971
Rather then complain, since most of us here wouldn't agree with you, provide details what you did, so people here can review it. This is the proper way to approach Tomcat issues. -Original Message- From: Árni Arent [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 8:23 AM To: [EM

RE: NIGHTMARE

2002-04-09 Thread Kemp Randy-W18971
gt; > > > Anyway I have a little scare about M$ strategies. Figure out that they > > > always have something under the hood. Remember the fight against > IExplorer > > > and Netscape Navigator, who won? > > > > > > - Original Message - >

Binaries for mod_webapp

2002-05-01 Thread Kemp Randy-W18971
Does anyone know where the binaries for mod_webapp are? The last time I checked, I couldn't locate them. -- To unsubscribe: For additional commands: Troubles with the list:

Opening up JSP from another window

2001-07-02 Thread Kemp Randy-W18971
I have one JSP application and I wish to open up another window in JSP. I was told to specify target="_window" in the url to pop up the JSP. Where do I put this? If my jsp is test.jsp, to I say. http://localhost:8080/test.jsp target="_window" Can someone suggest the proper format for the URL?

Tomcat and JDK1.4.0

2001-07-02 Thread Kemp Randy-W18971
Why would you want to do that? I heard that the JDK 1.4 is still in alpha, and folks trying Tomcat on the Jboss list with JDK 1.4 are having all kinds of difficulties. I recommend waiting until it becomes beta or production quality. From: [EMAIL PROTECTED] Subject: Tomcat and JDK1.4.0 Date:

instantDB in development

2001-07-10 Thread Kemp Randy-W18971
I am playing with accessing databases on instantDB in development. Can someone give me the equivalent code in instandDB, for the code I use with Oracle (as far as classname and url goes, given I have the drivers correctly loaded)? String username = "duck"; String password = "daffy";

Tomcat embedded in Apache

2001-08-15 Thread Kemp Randy-W18971
I found an article at http://www.linuxdevices.com/articles/AT7102892618. The article says this Apache 2.0 -- This is still in alpha now, with beta and final releases due at monthly intervals. It is faster and runs on more operating systems with the same level of stability as on Unix, and also sup

Tomcat 4.0 and Apache 2.0

2001-08-31 Thread Kemp Randy-W18971
I read somewhere that Apache 2.0 has build in support for Tomcat. I guess my question would concern itself with integrating Tomcat 4.0 and Apache 2.0 when they are both production ready. In the Tomcat 3.x documentation, it mentions using mod_jk, which I currently have set up: Integrating Tomc

RE: BLOB FROM JSP PAGE

2002-01-24 Thread Kemp Randy-W18971
Have you looked at jspSmartUpload? There is a free version available. -Original Message- From: David Wall [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 24, 2002 10:49 AM To: Tomcat Users List Subject: Re: BLOB FROM JSP PAGE > Is there a way to display images from database blob fi

RE: BLOB FROM JSP PAGE

2002-01-24 Thread Kemp Randy-W18971
Perhaps you may want to look at jspupload -Original Message- From: David Wall [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 24, 2002 10:49 AM To: Tomcat Users List Subject: Re: BLOB FROM JSP PAGE > Is there a way to display images from database blob fields within only jsp, > i kno

Recall: BLOB FROM JSP PAGE

2002-01-24 Thread Kemp Randy-W18971
Kemp Randy-W18971 would like to recall the message, "BLOB FROM JSP PAGE". -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>

RE: Is there a forum for Jboss/Tomcat?

2002-03-08 Thread Kemp Randy-W18971
Go to the forums at www.jboss.org -Original Message- From: Xue-Feng Yang [mailto:[EMAIL PROTECTED]] Sent: Friday, March 08, 2002 10:00 AM To: Tomcat Users List Subject: Is there a forum for Jboss/Tomcat? I am looking for a forum for Jboss/Tomcat. If anyone knows a link, please let me kn

Tomcat tools error

2002-03-11 Thread Kemp Randy-W18971
Has anyone encountered this error trying the JSP examples on Tomcat 4.0.3, using Sun JDK1.4.0, on Sun Solaris 2.6? Internal Server Error type Exception report message Internal Server Error description The server encountered an internal error (Internal Server Error) that prevented it from ful

Another simple error with rt.jar file

2002-03-12 Thread Kemp Randy-W18971
Yesterday I encountered the error recorded in this email trying the JSP examples on Tomcat 4.0.3, using Sun JDK1.4.0, on Sun Solaris 2.6. I followed the suggestions given, and even looked through the Tomcat archieves. Here is my current problem. If I copy the rt.jar file, which contains the

RE: Free KAWA?

2002-03-12 Thread Kemp Randy-W18971
IBM Visual Age for Java and Sun Forte. -Original Message- From: Leon Vermaak [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 12, 2002 9:02 AM To: Tomcat Users List Subject: Free KAWA? Is there a programming enviornment similar to KAWA, but is free that is good to work with? That helps y

What is causing this error?

2001-03-09 Thread Kemp Randy-W18971
Can anyone tell me what is causing this error under Tomcat 3.2.1, when I go to the example site at http://localhost:8080/examples/jsp/num/numguess.jsp? Error: 500 Location: /examples/jsp/num/numguess.jsp Internal Servlet Error: javax.servlet.ServletException: org/xml/sax/EntityResolver at

Need Help with problem

2001-03-09 Thread Kemp Randy-W18971
I have Tomcat 3.2.1 and Apache running, but I am getting this error on http://ecad.mot.com:8080/examples/jsp/num/numguess.jsp and need some help Error: 500 Location: /examples/jsp/num/numguess.jsp Internal Servlet Error: org.apache.jasper.JasperException: Unable to compile class for JSP a

What does this message mean

2001-03-12 Thread Kemp Randy-W18971
I have two simple Tomcat questions: 1. What does the message IllegalArguementException: UnKnown arguement mean in the context below? (in general) 2. If I run Apache with Tomcat, and place my static pages in Apache htdocs, where do the JSP and Java servlets get placed by default in Tomcat? Erro

Parser.jar now in classpath, so what is causing this error

2001-03-12 Thread Kemp Randy-W18971
My Parser.jar in now in classpath, so what is causing this error? See log and classpath settings Error: 500 Location: /examples/jsp/dates/date.jsp Internal Servlet Error: javax.servlet.ServletException: org/xml/sax/EntityResolver at org.apache.jasper.servlet.JspServlet.service(JspServle

Colombo Java mystery -- the case of the unrecognized Parser jar

2001-03-13 Thread Kemp Randy-W18971
Here is a Colombo mystery I am wrestling with, called the case of the unrecognized Parser jar. See if you have any insights. 1. On windows 2000, I get this message when running Resin or Tomcat. Error: 500 Internal Servlet Error: javax.servlet.ServletException: org/xml/sax/EntityResolver 2.

Is the path set correctly

2001-03-14 Thread Kemp Randy-W18971
When I run Tomcat 3.2 on Solaris 5.6 with Apache, and try to operate the Tomcat examples: http://pdsweb.ecg.csg.mot.com:8080/examples/jsp/dates/date.jsp I get Error: 500 Location: /examples/jsp/dates/date.jsp Internal Servlet Error: org.apache.jasper.JasperException: Unable to compile class for

website for Jk2 and virtual hosts

2003-01-08 Thread Kemp Randy-W18971
Is there any websites, besides the Tomcat site, for a how to on building and using the JK2 connector? Is there any websites, besides the Tomcat site, for a how to on building and using the JK2 connector WITH virtual hosts? Anyone care to share any example configuration test files, such as workers.

RE: Tomcat w/Apache Question

2003-01-09 Thread Kemp Randy-W18971
There is a tutorial at http://www.johnturner.com -Original Message- From: Wilson, Allen [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 09, 2003 1:02 PM To: [EMAIL PROTECTED] Subject: Tomcat w/Apache Question Has anyone successfully configured Tomcat to with with Apache using the AJP

Jk2 application questions

2003-01-15 Thread Kemp Randy-W18971
OK. I have the 2x and 4x versions of Apache and Tomcat, along with the mod_jk2 connector, set up on Solaris and Windows 2000. Here is what I am having problems with. 1. Context path. If I set up an application context path for pdlens in Tomcat, I can go http://localhost:8080/examples and http:/

RE: Jk2 application questions

2003-01-16 Thread Kemp Randy-W18971
Umberto. Pay particular attention to the Tomcat and JK2 and Apache2 configs. Even though it was written for RedHat it works for windows too. The concepts are the same. rls Kemp Randy-W18971 <[EMAIL PROTECTED]> 01/15/2003 05:59 AM Please respond to "Tomcat Users List&quo

RE: Jk2 application questions

2003-01-16 Thread Kemp Randy-W18971
d to manually put all the Jk directives in httpd.conf, taking care to put the right JkMount directives inside the appropriate block(s). You may also want to change the name of your tag in server.xml to match the expected virtual host.. Regards, Lajos Kemp Randy-W18971 wrote: > OK. I have the 2

RE: Fw: Fight war

2003-02-13 Thread Kemp Randy-W18971
Hey guys! Please! I thought this was a series of posts on Java "war" files. It seems I was mistaken! -Original Message- From: Richard Dunn [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 13, 2003 10:24 AM To: Tomcat Users List Subject: Re: Fw: Fight war On Thursday 13 February 20

RE: [OT] free Database with Transaction (Sorry for the noise)

2003-02-19 Thread Kemp Randy-W18971
There are some great installation guides for Oracle on Linux and Solaris found at http://www.dbspecialists.com/ -Original Message- From: Felipe Schnack [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 18, 2003 1:47 PM To: Tomcat Users List Subject: Re: [OT] free Database with Transaction

JSP errors

2001-01-08 Thread Kemp Randy-W18971
Can anyone explain why I get these errors with Tomcat 3.2.7b and not another JSP engine like Resin or Orion? [EmbeddedTomcat] Ctx( /addressbook-web ): JasperException: R( /addressbook-web + /list.jsp + null) Unable to compile class for JSPD:\JavaServletProducts\jboss-t omcat\jboss_tomcat\tomcat