Re: Problem with JSP to access XML files

2003-11-05 Thread Nicolas Fabry
: Wednesday, November 05, 2003 3:18 PM Subject: RE: Problem with JSP to access XML files Howdy, You're call setErrorHandler with a null argument (exh) is null. That's why the error happens. Make sure you have an actual error handler that's not null before you call that method. Yoav

Re: Problem with JSP to access XML files

2003-11-05 Thread Jean-Francois Arcand
code the problem? - Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, November 05, 2003 3:18 PM Subject: RE: Problem with JSP to access XML files Howdy, You're call setErrorHandler with a null argument (exh) is null. That's

Re: Problem with mod_jk2

2003-11-05 Thread jmorace
On Wed, 5 Nov 2003, Andrew Davis wrote: I've created a workers.properties file in /usr/jakarta-tomcat-4.1.27/conf/jk. It looks like this: # Setting variables workers.tomcat_home=/usr/tomcat workers.java_home=/usr/java/j2sdk1.4.1_04 ps=/

Re: Problem with mod_jk2

2003-11-05 Thread Andrew Davis
Thanks. That helps. I'm playing with the options now. I notice, however, that in the examples at: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/configwebex.html there are no options for specifying the path to java or tomcat anymore as there were in the mod_jk workers.properties file.

Re: Problem with mod_jk2

2003-11-05 Thread jmorace
On Wed, 5 Nov 2003, Andrew Davis wrote: Thanks. That helps. I'm playing with the options now. I notice, however, that in the examples at: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/configwebex.html there are no options for specifying the path to java or tomcat anymore as there were

Re: Problem with mod_jk2

2003-11-05 Thread Andrew Davis
Thanks... I was able to get everything working. Your help was much appreciated. :) [EMAIL PROTECTED] wrote: On Wed, 5 Nov 2003, Andrew Davis wrote: Thanks. That helps. I'm playing with the options now. I notice, however, that in the examples at:

Re: Problem with JNDI Datasource HOW-TO MySQL Example

2003-10-31 Thread David De Graff
By the way, the Java source code I'm trying to deploy is formatted and indented just as it is on the HOW-TO page. It lost formatting in being posted to the list. Dave - Original Message - From: David De Graff [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 31, 2003 12:25 AM

Re: Problem with JNDI Datasource HOW-TO MySQL Example

2003-10-31 Thread Antony Paul
simple suggestion. put the class file in webapps/DBTest/WEB-INF/classes/foo. Antony. Original Message - From: David De Graff [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 31, 2003 1:55 PM Subject: Problem with JNDI Datasource HOW-TO MySQL Example I'm new to Java but

Re: Problem with JNDI Datasource HOW-TO MySQL Example

2003-10-31 Thread David De Graff
). Or maybe only some class files need to be in a package subdirectory? In any case, thanks much for the help! Dave - Original Message - From: Antony Paul [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, October 31, 2003 12:42 AM Subject: Re: Problem with JNDI

Re: Problem with JNDI Datasource HOW-TO MySQL Example

2003-10-31 Thread Antony Paul
Users List [EMAIL PROTECTED] Sent: Friday, October 31, 2003 2:24 PM Subject: Re: Problem with JNDI Datasource HOW-TO MySQL Example Excellent! That worked on the first try, and it turns out that the test JNDI datasource also works. It's strange that the need to put class files in a directory

Re: problem with workers.properties and Apache 1.3.28

2003-10-29 Thread Patrick Herrera
I had a similar problem today. My workers file definitely existed but I kept getting 'no such file' errors. It turned out I had the JkWorkersFile directive defined inside a VirtualHost container. Moving it outside solved the problem. Patrick On Wed, 29 Oct 2003 09:01 pm, Alexander

RE: Problem receiving huge text in IE

2003-10-27 Thread Patrick Willart
Do you have to output your data in a table. Maybe better format it with spaces within pre tags. That way the browser can render it right away. If it is in a table all the data has to be received before it can get rendered. Patrick -Original Message- From: Mufaddal Khumri [mailto:[EMAIL

RE: problem displaying the servlet

2003-10-24 Thread Shapira, Yoav
Howdy, You will need a servlet-mapping element in your web.xml first. Then we'll see why the javax.xml.transform.Source error is coming up. Yoav Shapira Millennium ChemInformatics -Original Message- From: sita tangirala [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2003 4:04

RE: Problem running servlet

2003-10-20 Thread Swapan Mazumdar
i am new to Tomcat. iam able to run jsp fine but not able to run even HelloWorld servlet. Ashish, It seems that you might be getting some sort of exception explaining root cause too. It would be of help to diagnose if you can post the exception report here. rg, SM

RE: Problem running servlet

2003-10-20 Thread Shapira, Yoav
] Sent: Monday, October 20, 2003 3:44 AM To: 'Tomcat Users List' Subject: RE: Problem running servlet i am new to Tomcat. iam able to run jsp fine but not able to run even HelloWorld servlet. Ashish, It seems that you might be getting some sort of exception explaining root cause too. It would

RE: Problem running servlet

2003-10-20 Thread Schalk
] :: Sent: Monday, October 20, 2003 3:04 PM :: To: Tomcat Users List :: Subject: RE: Problem running servlet :: :: :: Howdy, :: It's your servlet-mapping url-pattern (/servet/*) that's wrong. Use :: /servlet/Hello and go to http://yourserver/yourapp/servlet/Hello. Read :: the spec about servlet

RE: RE: Problem using realm to connect to a database

2003-10-17 Thread Peter Ivarsson
- From: Martin Jacobson [mailto:[EMAIL PROTECTED] Sent: den 15 oktober 2003 09:39 To: Tomcat Users List Subject: Re: Problem using realm to connect to a database Peter Ivarsson wrote: I get this error. Catalina.start: LifecycleException: Exception opening database connection

Re: Problem using realm to connect to a database

2003-10-17 Thread Tim Funk
The mysql driver needs to be in common/lib or server/lib. The server classloader cannot see the shared classloader. -Tim Peter Ivarsson wrote: Hi, I have updated to: Tomcat version 4.1.27 Java version 1.4.2_01 My driver is mysql-connector-java-3.0.9 placed in the folder

Re: Problem using realm to connect to a database

2003-10-15 Thread Martin Jacobson
Peter Ivarsson wrote: I get this error. Catalina.start: LifecycleException: Exception opening database connection: java.sql.SQLException: twz1.jdbc.mysql.jdbcMysqlDriver LifecycleException: Exception opening database connection: java.sql.SQLException: twz1.jdbc.mysql.jdbcMysqlDriver Useing

RE: Problem with Tomcat SSL Port

2003-10-14 Thread Manty, George
I found the source code for v4.1.27 and the same problem exists in the threadpool code. Thanks, George -Original Message- From: Manty, George [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 14, 2003 9:03 AM To: [EMAIL PROTECTED] Subject: Problem with Tomcat SSL Port I am having a

Re: Problem with getContentLenght() of AccesLogInterceptor

2003-10-06 Thread Bill Barker
Ricard de la Vega [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, I have a problem with the format parameter of AccesLogInterceptor. I need the response.getContentLenght in my Log. I have the param value to combined such as Apache but, in the log I see a ? or others characters

Re: Problem Compiling JSP Servlet

2003-10-03 Thread srevilak
Subject: Problem Compiling JSP Servlet billy_aplin I am new to JSP development and I am trying to compile a billy_aplin simple servlet from the More Servlets and JavaServer billy_aplin Pages. I am getting the error cannot resolve symbol billy_aplin (see below), which is supposed to mean that I

Re: Problem Compiling JSP Servlet

2003-10-02 Thread Kwok Peng Tuck
Did you by any chance import the class in the first place ? Like import javax.servlet.ServletException ; Billy Aplin wrote: Greetings, I am new to JSP development and I am trying to compile a simple servlet from the More Servlets and JavaServer Pages. I am getting the error cannot resolve

Re: Problem Compiling JSP Servlet

2003-10-02 Thread Billy Aplin
Thanks for replying, I don't think so, but I am really just using the example code provided in the book. I am including the code below. Also, when I specified the classpath at the command line, I was able to build it successfully: This works: javac HelloServlet.java -classpath

Re: Problem Compiling JSP Servlet

2003-10-02 Thread Kwok Peng Tuck
This works: javac HelloServlet.java -classpath c:\Tomcat\common\lib\servlet.jar This doesn't: javac HelloServlet.java Billy, the second line implies that you did not include the classpath to servlet.jar, so that's why it is having problems with javax.servlet.ServletException. If you find it

Re: Problem Compiling JSP Servlet

2003-10-02 Thread Billy Aplin
variable in the first place? Thanks Billy From: Kwok Peng Tuck [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Problem Compiling JSP Servlet Date: Fri, 03 Oct 2003 09:47:43 +0800 This works: javac HelloServlet.java

Re: Problem Compiling JSP Servlet

2003-10-02 Thread Kwok Peng Tuck
attempt to compile, otherwise why create the CLASSPATH variable in the first place? Thanks Billy From: Kwok Peng Tuck [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Problem Compiling JSP Servlet Date: Fri, 03 Oct 2003 09:47:43

Re: Problem Compiling JSP Servlet

2003-10-02 Thread Billy Aplin
Windows 2000. Thanks Billy _ Share your photos without swamping your Inbox. Get Hotmail Extra Storage today! http://join.msn.com/?PAGE=features/es - To

Re: Problem Compiling JSP Servlet

2003-10-02 Thread Kwok Peng Tuck
You can set the classpath variable in the system environment. Settings-Control Panel - System - Advance(tab) - Environment Variables I don't think you need to reboot for this to take effect. Billy Aplin wrote: Windows 2000. Thanks Billy

Re: Problem Compiling JSP Servlet

2003-10-02 Thread Billy Aplin
: Re: Problem Compiling JSP Servlet Date: Fri, 03 Oct 2003 10:14:49 +0800 You can set the classpath variable in the system environment. Settings-Control Panel - System - Advance(tab) - Environment Variables I don't think you need to reboot for this to take effect. Billy Aplin wrote: Windows 2000

Re: Problem Compiling JSP Servlet

2003-10-02 Thread BAO RuiXian
Billy Aplin wrote: [snip] my classpath setting correct, but I am fairly certain that the CLASSPATH settings are correct: CLASSPATH .; c:\JavaDev; c:\Tomcat\common\lib\servlet.jar I doubt that the reason might be the spaces among the individual paths. Try to take the spaces out and see what

Re: Problem Compiling JSP Servlet

2003-10-02 Thread Billy Aplin
Bao, That worked perfectly, thanks! I had to reboot my system for the changes to take affect, but it worked after the reboot. Thanks again! Billy From: BAO RuiXian [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Problem

RE: Problem finding class files in tomcat-4.1.24

2003-09-22 Thread Bodycombe, Andrew
Check the FAQ http://jakarta.apache.org/tomcat/faq/classnotfound.html -Original Message- From: N.B.Bopanna [mailto:[EMAIL PROTECTED] Sent: 22 September 2003 11:33 To: [EMAIL PROTECTED] Subject: Problem finding class files in tomcat-4.1.24 Hi All, I am not able to find unpackaged class

Re: Problem with Sym links and DefaultContext

2003-09-15 Thread Samuel Le Berrigaud
Hello, I had some problem with sym links too, but mine are not solved at all... Could you, please, send me your server.xml file so that I can figure out what I did wrong... Any other advice would be appreciated, Thanks, SaM Lars Petersen wrote: Hi I try to get several apps with symlinks to

RE: Problem with Sym links and DefaultContext

2003-09-15 Thread Madere, Colin
. http://issues.apache.org/bugzilla/ -Original Message- From: Samuel Le Berrigaud [mailto:[EMAIL PROTECTED] Sent: Monday, September 15, 2003 8:26 AM To: Tomcat Users List Subject: Re: Problem with Sym links and DefaultContext Hello, I had some problem with sym links too, but mine

Re: problem in session closing for explorer

2003-09-12 Thread Bill Barker
My first guess is that you are using MSIE, and have enabled Active Desktop. In this case, there is always a MSIE running, so MS (helpfully ;-) always preserves your cookies as long as you are logged on to your workstation. Fabio Bazzani [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]

Re: problem in session closing for explorer

2003-09-12 Thread Petter Karlström
Bill Barker wrote: My first guess is that you are using MSIE, and have enabled Active Desktop. In this case, there is always a MSIE running, so MS (helpfully ;-) always preserves your cookies as long as you are logged on to your workstation. I have seen this problem too, only with Mozilla. Seems

RE: problem in FORM authentication

2003-09-11 Thread Madere, Colin
If searching the archives of this list don't help, try posting a trimmed down version of your server.xml (probably just the host or even just your relevent Context tag if you have one) and your auth setup from your web.xml and the structure of your web-app (in case it is non-standard which may

Re: problem in FORM authentication

2003-09-11 Thread Fabio Bazzani
. - - Original Message - From: Madere, Colin [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Thursday, September 11, 2003 9:36 PM Subject: RE: problem in FORM authentication If searching the archives of this list don't help, try posting a trimmed

RE: problem in FORM authentication

2003-09-11 Thread Madere, Colin
. -Original Message- From: Fabio Bazzani [mailto:[EMAIL PROTECTED] Sent: Thursday, September 11, 2003 4:07 PM To: Tomcat Users List Subject: Re: problem in FORM authentication These are my steps: 1) I just call index.jsp 2) click on my link (/prenotazione/index.jsp) 3) tomcat give me

Re: problem in session closing for explorer

2003-09-11 Thread Filip Hanik
I've never seen this, and if that is a problem, it is the browser that messed up. This is what should happen. 1. You close your browser 2. You open a new browser, this browser should have discarded the session cookie. 3. Tomcat will expire your session cookie when it has been invalid for a

RE: problem while starting up Tomcat (v 4.1.27)

2003-09-10 Thread Shapira, Yoav
Howdy, Are you using the sun JVM? If so what exact version? Yoav Shapira Millennium ChemInformatics -Original Message- From: Agarwal, Naresh [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 10, 2003 3:17 AM To: [EMAIL PROTECTED] Cc: Veeraraghavan, Laxminarasimhan Subject: problem

RE: problem while starting up Tomcat (v 4.1.27)

2003-09-10 Thread Agarwal, Naresh
: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 10, 2003 6:47 PM To: Tomcat Users List Subject: RE: problem while starting up Tomcat (v 4.1.27) Howdy, Are you using the sun JVM? If so what exact version? Yoav Shapira Millennium ChemInformatics -Original Message- From

RE: problem while starting up Tomcat (v 4.1.27)

2003-09-10 Thread Shapira, Yoav
anything unusual in $CATALINA_HOME/common/endorsed? Yoav Shapira Millennium ChemInformatics -Original Message- From: Agarwal, Naresh [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 10, 2003 9:43 AM To: Tomcat Users List Subject: RE: problem while starting up Tomcat (v 4.1.27) Hi Shapira

Re: problem while starting up Tomcat (v 4.1.27)

2003-09-10 Thread Tim Funk
:[EMAIL PROTECTED] Sent: Wednesday, September 10, 2003 9:43 AM To: Tomcat Users List Subject: RE: problem while starting up Tomcat (v 4.1.27) Hi Shapira The details of JVM i'm using are as follows: java version 1.3.1.02 Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1.02-011206- 02:17

RE: Problem Loading Jar File

2003-09-09 Thread Shapira, Yoav
Howdy, It appears you're creating the jar inappropriately. What happens if you just do jar cvf Hello.jar *.class ? Or use ant... Yoav Shapira Millennium ChemInformatics -Original Message- From: Rara [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 09, 2003 3:36 AM To: [EMAIL

Re: Problem building mod_jk2 on Freebsd 4.8-RELEASE

2003-09-07 Thread Luke Vanderfluit
Hi Dean, I have the same Apache and Tomcat versions on Redhat 9. I'm not sure if setup is the same but what I did was a lot shorter and worked, no probs, first you need the jk2 connectors file jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz untar it somewhere, then cd to the jk/native2

RE: Problem with my first webapp

2003-09-04 Thread Damien
Le mer 03/09/2003 à 17:54, Shapira, Yoav a écrit : Howdy, Can somebody provides me a complete tree with a simple application to start working on ? I think it would be a good idea if somebody 'tar/gzip' the directory strutcure found in this page :

Re: Problem with a page redirecting to a non-existent page

2003-09-04 Thread Norris Shelton
This is interesting. We changed the name of the file from search.jsp to searchnew.jsp (contents the same). It works. WTF --- Norris Shelton [EMAIL PROTECTED] wrote: We are running 4.1.12 on Linux behind BigIP. We have a file /search.jsp. For some reason, yesterday, it started

Re: Problem with a page redirecting to a non-existent page

2003-09-04 Thread Norris Shelton
Oh, great. It gets even more interesting. One of my coworkers has a problem with her search.jsp in another context and we just found that another coworder has a search.jsp and a dis_timeout.jsp. Each of the contexts is defined within their own service. How can one context affect another? ---

[SOLVED]Re: Problem with a page redirecting to a non-existent page

2003-09-04 Thread Norris Shelton
We figured out the problem. He was working on a problem where deployed .jsp files were not being picked up. He removed all the work files and restarted tomcat from that directory. The script that we use (why, because IT wrote it and says we have to use it) includes . in the classpath. Hence,

Re: [SOLVED]Re: Problem with a page redirecting to a non-existent page

2003-09-04 Thread John Turner
Funky. Glad you got it solved! John Norris Shelton wrote: We figured out the problem. He was working on a problem where deployed .jsp files were not being picked up. He removed all the work files and restarted tomcat from that directory. The script that we use (why, because IT wrote it and

Re: Problem in tomcat-5.0-doc/setup.html

2003-09-03 Thread Remy Maucherat
Damien wrote: Hi, I've downloaded tomcat (jakarta-tomcat-5.0.9.tar.gz) and I'm following the instructions found in this page : http://jakarta.apache.org/tomcat/tomcat-5.0-doc/setup.html There is a little error that might confuse beginners : cd $CATALINA_HOME/bin tar xvfz jsvc.tar.gz cd

Re: Problem with my first webapp

2003-09-03 Thread Damien
Can somebody provides me a complete tree with a simple application to start working on ? I think it would be a good idea if somebody 'tar/gzip' the directory strutcure found in this page : http://jakarta.apache.org/tomcat/tomcat-5.0-doc/appdev/sample/ so a beginner is able to start with a clean

Re: Problem with my first webapp

2003-09-03 Thread John Turner
$CATALINA_HOME/webapps/myApp $CATALINA_HOME/webapps/myApp/hello.jsp $CATALINA_HOME/webapps/myApp/WEB-INF $CATALINA_HOME/webapps/myApp/WEB-INF/classes $CATALINA_HOME/webapps/myApp/WEB-INF/lib $CATALINA_HOME/webapps/myApp/WEB-INF/web.xml hello.jsp: % String myVar = new String(Hello World);

RE: Problem with my first webapp

2003-09-03 Thread Shapira, Yoav
Howdy, Can somebody provides me a complete tree with a simple application to start working on ? I think it would be a good idea if somebody 'tar/gzip' the directory strutcure found in this page : http://jakarta.apache.org/tomcat/tomcat-5.0-doc/appdev/sample/ so a beginner is able to start with a

Re: Problem with my first webapp

2003-09-03 Thread John Turner
oops, that should be: out.println(div align='center'h2 + myVar = /h2/div); My bad. John John Turner wrote: $CATALINA_HOME/webapps/myApp $CATALINA_HOME/webapps/myApp/hello.jsp $CATALINA_HOME/webapps/myApp/WEB-INF $CATALINA_HOME/webapps/myApp/WEB-INF/classes

Re: Problem while installing

2003-09-02 Thread Filip Hanik
cd jakarta-tomcat-5 ant update ant download ant dist should work for you Filip - Original Message - From: Damien [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, September 02, 2003 11:50 AM Subject: Problem while installing Hi, I have a problem while

Re: Problem while installing

2003-09-02 Thread Remy Maucherat
Damien wrote: Hi, I have a problem while installing tomcat. I'm following this instruction : http://jakarta.apache.org/tomcat/tomcat-5.0-doc/BUILDING.txt I have used the last versions of the packages mentionned in this page : j2sdk-1_4_2_01-linux-i586.bin apache-ant-1.5.4-bin.tar.bz2

Re: Problem while installing

2003-09-02 Thread Damien
Le mar 02/09/2003 à 22:35, Remy Maucherat a écrit : Damien wrote: Hi, I have a problem while installing tomcat. I'm following this instruction : http://jakarta.apache.org/tomcat/tomcat-5.0-doc/BUILDING.txt I have used the last versions of the packages mentionned in this page :

Re: Problem while installing

2003-09-02 Thread Filip Hanik
, September 02, 2003 1:42 PM Subject: Re: Problem while installing Le mar 02/09/2003 à 22:35, Remy Maucherat a écrit : Damien wrote: Hi, I have a problem while installing tomcat. I'm following this instruction : http://jakarta.apache.org/tomcat/tomcat-5.0-doc/BUILDING.txt I have used

Re: Problem switching to Struts 1.1

2003-09-01 Thread Remy Maucherat
Marco Tedone wrote: Hi, I posted this issue to the struts-user list 3 times, but noone replied to me and frankly I'm beginning to be a little worried. In few words we have an application which was running fine until struts rc1 but when we switched to Struts 1.1 the following exceptions is thrown:

Re: Problem switching to Struts 1.1

2003-09-01 Thread Marco Tedone
Subject: Re: Problem switching to Struts 1.1 Marco Tedone wrote: Hi, I posted this issue to the struts-user list 3 times, but noone replied to me and frankly I'm beginning to be a little worried. In few words we have an application which was running fine until struts rc1 but when we switched

Re: Problem switching to Struts 1.1

2003-09-01 Thread Remy Maucherat
Marco Tedone wrote: Thank you for your support. I must say that the privileged attribute for my application was set to false, but the problem still persists. Are you sure ? I did test it with TC 5 (maybe 5.0.5) / Struts 1.1 examples webapp / log4j 1.2.8, and it did work fine (I simply dropped

Re: problem installing basic app

2003-08-25 Thread Jacob Kjome
At 01:21 PM 8/24/2003 -0700, you wrote: How would you register a webapp's servlet and that servlet's url-mapping when the invoker servlet mapping is disabled...??? I hope that sounds right. I just uncommented the invoker mapping in conf/web.xml but if this is a security risk I would like to

Re: Problem with web.xml

2003-08-25 Thread serkan yýldýrým
hello, in web.xml, is there any statement like this: init-param param-namelistings/param-name param-valuetrue/param-value /init-param if exists,try this: init-param param-namelistings/param-name

RE: Problem with web.xml

2003-08-25 Thread Schalk
Madhu If this is just for the first (homepage) you have two options, if you are working with Tomcat via Apache create a standard .html page that you place in your .htdocs of Apache, in this have a meta-refresh tag that directly forwards to the .html you want to go to alternatively, strip all the

Re: Problem with web.xml

2003-08-25 Thread Madhu Vadlapudi
hello, in web.xml, is there any statement like this: init-param param-namelistings/param-name param-valuetrue/param-value /init-param if exists,try this: init-param param-namelistings/param-name

Re: problem installing basic app

2003-08-24 Thread Jacob Kjome
You really need to read the release notes. The invoker servlet is disabled by default in all Tomcat releases. This started quite a while ago now. To re-enable, uncomment the servlet-mapping for the invoker servlet in the conf/web.xml. Jake At 08:50 AM 8/24/2003 -0700, you wrote: please

Re: problem installing basic app

2003-08-24 Thread asolomon
How would you register a webapp's servlet and that servlet's url-mapping when the invoker servlet mapping is disabled...??? I hope that sounds right. I just uncommented the invoker mapping in conf/web.xml but if this is a security risk I would like to know the other way to go about installing

Re: problem installing basic app

2003-08-24 Thread Atreya Basu
What I do for this is the following: servlet servlet-nameHelloWorld/servlet-name servlet-classtutorials.ch1.HelloWorldServlet/servlet-class /servlet servlet-mapping servlet-nameHelloWorld/servlet-name url-pattern/helloworldservlet/url-pattern /servlet-mapping Actually, Because I use JK2 I

Re: problem installing basic app

2003-08-24 Thread asolomon
before I was using the servlet-mapping and it didn't work but now it is working... Looks like I needed a break. Thanks - Original Message - From: Atreya Basu [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, August 24, 2003 11:09 PM Subject: Re: problem installing

RE: Problem with mod_jk and CoyoteConnector

2003-08-22 Thread J.P. Wadkin C9951627
with AJP13 connector. John -Original Message- From: Jeff Tulley [mailto:[EMAIL PROTECTED] Sent: 21 August 2003 18:15 To: tomcat-user Subject: RE: Problem with mod_jk and CoyoteConnector Is it just me, or did he say he was using mod_jk? That should work with Apache 2 just fine

RE: Problem connecting to mysql database with Tomcat and JNDI

2003-08-22 Thread Scott Stewart
Well, looking at your Context definition, I'm not seeing the following required element: Resource name=jdbc/address auth=Container type=javax.sql.DataSource / Thanks, Scott Stewart [Manager, Software Development] [EMAIL PROTECTED] ClearSky Mobile Media, Inc.

RE: Problem connecting to mysql database with Tomcat and JNDI

2003-08-22 Thread Robert S. Jones
Ok, I tried that. Same results. Here is my new Context definition. Context path=/db-test docBase=db-test debug=0 reloadable=true Resource name=jdbc/address auth=Container type=javax.sql.DataSource/ ResourceParams name=jdbc/address parameter nameusername/name

RE: Problem connecting to mysql database with Tomcat and JNDI

2003-08-22 Thread Robert S. Jones
Well Folks, the law of, the longer a problem takes to resolve, the dumber the mistake has held true once again. It turns out that I had my Context definition in the wrong place in the server.xml file. I'm aggravated, but glad to have the problem solved. Thanks Scott for your suggestions. I

RE: Problem with mod_jk and CoyoteConnector

2003-08-21 Thread Martin Smith
Hi, I think I'm right in saying that mod_jk2 only works with Apache 2.0.43. What's your exact Apache version??? Martin -Original Message- From: J.P. Wadkin C9951627 [mailto:[EMAIL PROTECTED] Sent: 21 August 2003 15:57 To: tomcat-user Subject: Problem with mod_jk and CoyoteConnector

RE: Problem with mod_jk and CoyoteConnector

2003-08-21 Thread Eric J. Pinnell
JK2 works with later versions of Apache 2. Around 2.0.43 the version of JK2 you used was real picky about what version of Apache was being used. But anything after .43 should work with JK2. -e On Thu, 21 Aug 2003, Martin Smith wrote: Hi, I think I'm right in saying that mod_jk2 only works

RE: Problem with mod_jk and CoyoteConnector

2003-08-21 Thread Jeff Tulley
Is it just me, or did he say he was using mod_jk? That should work with Apache 2 just fine. (At least it does on my system, NetWare). What is the exact Tomcat version? Where did you get mod_jk, what version is it? Jeff Tulley ([EMAIL PROTECTED]) (801)861-5322 Novell, Inc., The Leading

RE: Problem with mod_jk and CoyoteConnector

2003-08-21 Thread J.P. Wadkin C9951627
To: Tomcat Users List Subject: RE: Problem with mod_jk and CoyoteConnector Hi, I think I'm right in saying that mod_jk2 only works with Apache 2.0.43. What's your exact Apache version??? Martin -Original Message- From: J.P. Wadkin C9951627 [mailto:[EMAIL PROTECTED] Sent: 21 August 2003 15

RE: Problem with context.xml and deploying

2003-08-20 Thread Allan Schweitz
Thanks for your reaction, but I don't think that bug is related to my problem. This problem is specific to 4.1.x when using a custom context.xml file which forces Tomcat to rewrite the server.xml file. Unfortunately it kind of skips the keystorePass property when rewriting the the server.xml file.

RE: Problem

2003-08-20 Thread Shapira, Yoav
Howdy, Import the bean class in your JSP. Make sure the directory name is classes not calsses. Give your message a better subject than Problem or Urgent. And read the FAQ. Yoav Shapira Millennium ChemInformatics -Original Message- From: shaman jain [mailto:[EMAIL PROTECTED] Sent:

Re: Problem with Tag files in Tomcat 5.0.7

2003-08-19 Thread Yann Cébron
This is known problem in 5.0.7 (can't find the Bugzilla ID right now), but try setting suppressSmap to true in your conf/web.xml. HTH, Yann Hi There is a problem in running JSP2 examples for Tag files. I just removed the Servlet mapping generated by JSPC from the web.xml for jsp-examples

Re: Problem in intergrating Tomcat and Apache

2003-08-19 Thread John Turner
The mod_webapp.so module you have is not compatible with the version of Apache that you have. Apache modules are typically version-sensitive, especially those built before 2.0.43 or thereabouts. John VijayaLakshmi Seshadri wrote: Hai I have installed Tomcat 4.0.1 in my machine and i have

RE: Problem with context.xml and deploying

2003-08-19 Thread Shapira, Yoav
Howdy, See Jan Luehe's comment on bug 19610 here: http://issues.apache.org/bugzilla/show_bug.cgi?id=19610 Yoav Shapira Millennium ChemInformatics -Original Message- From: Allan Schweitz [mailto:[EMAIL PROTECTED] Sent: Monday, August 18, 2003 4:03 PM To: [EMAIL PROTECTED] Subject:

RE: Problem using XPath and x:set, x:out and x:forEach

2003-08-19 Thread Shapira, Yoav
Howdy, Are you using a standard (i.e. stable, published) release of the JSTL implementation? Yoav Shapira Millennium ChemInformatics -Original Message- From: Sjoerd van Leent [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 19, 2003 3:48 PM To: 'Tomcat Users List' Subject: Problem using

RE: Problem using XPath and x:set, x:out and x:forEach

2003-08-19 Thread Sjoerd van Leent
OK, I'm going to try a real stable version of it, if it works, I will notify, if not, I will also notify... Sjoerd van Leent -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: dinsdag 19 augustus 2003 21:51 To: Tomcat Users List Subject: RE: Problem using XPath

Re: Problem with Tomcat4.1.24 rpm service script in RH8.0

2003-08-17 Thread peter mcgregor
Hi John, Found the problem. Somehow the latest /etc/tomcat4/tomcat4.conf files have a variable missing(SHUTDOWN_WAIT) that used to be there. Also note that I now export my java memory variables(export JAVA_OPTS= -Xms64m -Xmx128m ) as the current code no longer works in tomcat 4. (I remember

Re: Problem with mod_jk and admin application in Tomcat 4.1

2003-08-14 Thread John Turner
Turner [mailto:[EMAIL PROTECTED] Sent: 14 August 2003 14:43 To: Tomcat Users List Subject: Re: Problem with mod_jk and admin application in Tomcat 4.1 You're using a sledgehammer where a light tap will do fine. Ajp13Connector doesn't like MBeans, or vice versa. Either don't use MBeans, or use

Re: Problem with mod_jk and admin application in Tomcat 4.1

2003-08-14 Thread John Turner
You're using a sledgehammer where a light tap will do fine. Ajp13Connector doesn't like MBeans, or vice versa. Either don't use MBeans, or use CoyoteConnector instead of Ajp13Connector. The latter is preferred and recommended, Ajp13Connector is deprecated. John J.P. Wadkin C9951627 wrote:

Re: Problem in Integrating Tomcat with Apache

2003-08-14 Thread Lenny Sorey
PROTECTED] Sent: Sunday, August 10, 2003 1:51 PM Subject: Re: Problem in Integrating Tomcat with Apache On Sun, 2003-08-10 at 13:31, Xingqun Jiang wrote: Hi, Mike Thanks a lot!!! I also searched some documents online. One of them said, when we install the Apache, we need to set the domain

Re: Problem in Integrating Tomcat with Apache

2003-08-14 Thread Xingqun Jiang
webapp directory JkMount /myapp/* ajp13 Restart Tomcat and Apache Hopes this helps. Lenny Sorey - Original Message - From: John Turner [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, August 11, 2003 10:58 AM Subject: Re: Problem in Integrating Tomcat with Apache

Re: Problem in Integrating Tomcat with Apache

2003-08-14 Thread Geralyn M Hollerman
John Turner wrote: localhost is a distinct virtual host name that ONLY WORKS ON THE LOCAL COMPUTER. some.ip.address is a distinct virtual host name, just like localhost or my.host.com. If you don't have that IP address set up as a hostname in Apache's httpd.conf and Tomcat's server.xml,

Re: Problem in Integrating Tomcat with Apache

2003-08-14 Thread Mike Millson
Users List [EMAIL PROTECTED] Sent: Sunday, August 10, 2003 1:51 PM Subject: Re: Problem in Integrating Tomcat with Apache On Sun, 2003-08-10 at 13:31, Xingqun Jiang wrote: Hi, Mike Thanks a lot!!! I also searched some documents online. One of them said, when we install the Apache

Re: Problem in Integrating Tomcat with Apache

2003-08-14 Thread Xingqun Jiang
together, and you saved me from the trap. Thank you a ton!!! :-) Xingqun - Original Message - From: Lenny Sorey [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, August 10, 2003 2:41 PM Subject: Re: Problem in Integrating Tomcat with Apache Lance, I've used

Re: Problem in Integrating Tomcat with Apache

2003-08-14 Thread Xingqun Jiang
Lance - Original Message - From: Mike Millson [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, August 10, 2003 1:51 PM Subject: Re: Problem in Integrating Tomcat with Apache On Sun, 2003-08-10 at 13:31, Xingqun Jiang wrote: Hi, Mike Thanks a lot!!! I also

RE: Problem with javac Task

2003-08-14 Thread Shapira, Yoav
Howdy, Don't cross-post to this list: stick with the Ant list you posted to, that's where this question belongs. Thanks, Yoav Shapira Millennium ChemInformatics -Original Message- From: bas [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 9:21 AM To: [EMAIL PROTECTED] Cc:

Re: Problem in Integrating Tomcat with Apache

2003-08-14 Thread Bala Kiran
, August 10, 2003 9:37 PM Subject: Re: Problem in Integrating Tomcat with Apache Hi, Mike Lenny told me that I need to add a few lines after following John's instruction. I tried that and it worked!! Check out what Lenny told me here: Lance, I've used John Turners method for Windows 2000

RE: Problem with tomcat installation

2003-08-14 Thread batristain
Thanks John, I'm working on that now Cheers, Bobbie -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2003 8:14 AM To: Tomcat Users List Subject: Re: Problem with tomcat installation Hi - Have you read my HOWTO? I think it will make things

Re: Problem with Tomcat 4.1.27 version?

2003-08-14 Thread Satish Talim
Thanks. It worked. Satish - Original Message - From: Jacob Kjome [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, August 10, 2003 11:32 PM Subject: Re: Problem with Tomcat 4.1.27 version? You answer is in the release notes. The invoker servlet has been

<    3   4   5   6   7   8   9   10   11   12   >