RE: Please help with jk2/tomcat5

2004-08-27 Thread Cox, Charlie
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, August 27, 2004 12:32 PM To: 'Tomcat Users List' Subject: RE: Please help with jk2/tomcat5 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, August

Please help with jk2/tomcat5

2004-08-26 Thread webmaster
Hello list members, Running Linux Fedora core2, apache2, tomcat5, jk2 In my workers2.properties file, I have the following lines: [channel.socket:tomcat_server:8033] host=hostation.com port=8033 debug=0 [ajp13:tomcat_server:8033] channel=channel.socket:tomcat_server:8033 debug=0

Tomcat or DB Connection is not working please help

2004-08-12 Thread Rajesh
Hi Technosavvians This is Rajesh. Working on webApplication project.The project Environment is in Struts1.1 Framework with jdk1.4.2_01,WebServer as Tomcat5 on O.S Linux connecting back-end Mysql. Next thing is I've properly closed each connection whenever I've opened the connection.So the db

Please help me

2004-08-12 Thread Rajesh
This is Rajesh. I am working on webApplication project.The project Environment is in Struts1.1 Framework with jdk1.4.2_01,WebServer as Tomcat5 on O.S Linux connecting back-end Mysql. I am trouble shooting a problem. I have properly closed each and every connection whenever I open a

Re: Please help me

2004-08-12 Thread David Smith
I'm guessing the snippet below is from your struts-config.xml file. I tried to make that work and couldn't even on a straight forward textbook example. It was much easier to define the datasource in the [context].xml file in conf/Catalina/localhost, use the DBCP db pool, and then write my

Re: Tomcat or DB Connection is not working please help

2004-08-12 Thread QM
On Thu, Aug 12, 2004 at 04:36:22PM +0530, Rajesh wrote: : MAIN PROBLEM STATEMENT IS : On the next day my LOGIN page can't be accessed and mainly my DB too : can't be accessed. : So I want to know where will problem arise.Whether it's in Database : Pooling or Tomcat related problems. What's the

RE: jasper exception in jsp -- please help..

2004-07-28 Thread Shilpa Nalgonda
org.apache.jasper.JasperException: /BillingInfo.jsp(1,16) quote symbol expected I am getting the above error, i am using struts tags in my BillingInfo.jsp. Below is my BillingInfo.jsp... %@ page contentType=text/html;charset=UTF-8 language=java % %@ taglib uri=/WEB-INF/struts-html.tld

Re: jasper exception in jsp -- please help..

2004-07-28 Thread David Smith
Hmm the jsp appears to be alright. What's in your application.properties file for properties used in the html:errors/ tag? Shilpa Nalgonda wrote: org.apache.jasper.JasperException: /BillingInfo.jsp(1,16) quote symbol expected I am getting the above error, i am using struts tags in my

RE: jasper exception in jsp -- please help..

2004-07-28 Thread Shilpa Nalgonda
Subject: Re: jasper exception in jsp -- please help.. Hmm the jsp appears to be alright. What's in your application.properties file for properties used in the html:errors/ tag? Shilpa Nalgonda wrote: org.apache.jasper.JasperException: /BillingInfo.jsp(1,16) quote symbol expected I am getting

Re: jasper exception in jsp -- please help..

2004-07-28 Thread David Smith
=== -Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 28, 2004 10:02 AM To: Tomcat Users List Subject: Re: jasper exception in jsp -- please help.. Hmm the jsp appears to be alright. What's in your

RE: jasper exception in jsp -- please help..

2004-07-28 Thread Shilpa Nalgonda
yeah, that helped just by adding closing html and missing tr tags...thanks for ur help. -Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 28, 2004 10:33 AM To: Tomcat Users List Subject: Re: jasper exception in jsp -- please help.. Well... worth a shot

Re: jasper exception in jsp -- please help..

2004-07-28 Thread David Smith
28, 2004 10:33 AM To: Tomcat Users List Subject: Re: jasper exception in jsp -- please help.. Well... worth a shot. This appears to be the stock, standard application.properties file. Got me. I even ran this snippet through an XML validator and other than missing tr.../tr around the row

getting Naming exception with struts...please help...

2004-07-28 Thread Shilpa Nalgonda
connection object. But now i am using struts and BillingInfoAction classe's execute method calls my DAOFactory class to retrieve connection . Why is it different if i use Struts, why can't the context be bound to my database? please help

RE: jasper exception in jsp -- please help..

2004-07-28 Thread Sternbergh, Cornell
. -Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 28, 2004 10:57 To: Tomcat Users List Subject: Re: jasper exception in jsp -- please help.. Cool. I would never have suspected missing tags to cause that error. Glad to help. --David Shilpa

RE: getting Naming exception with struts...please help...

2004-07-28 Thread Shilpa Nalgonda
Can someone please help on this error... -Original Message- From: Shilpa Nalgonda [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 28, 2004 11:03 AM To: Tomcat Users List Subject: getting Naming exception with struts...please help... I am using struts in my web application, My

struts problem..action forward not working...please help...

2004-07-28 Thread Shilpa Nalgonda
in jsp -- please help.. Well... worth a shot. This appears to be the stock, standard application.properties file. Got me. I even ran this snippet through an XML validator and other than missing tr.../tr around the row for lastname and a missing /html ending tag, everything is good. Maybe check

Re: struts problem..action forward not working...please help...

2004-07-28 Thread David Liles
: Wednesday, July 28, 2004 10:33 AM To: Tomcat Users List Subject: Re: jasper exception in jsp -- please help.. Well... worth a shot. This appears to be the stock, standard application.properties file. Got me. I even ran this snippet through an XML validator and other than missing tr.../tr around

RE: Tomcat Datasource -- please help..

2004-07-27 Thread Shilpa Nalgonda
I have defined the resource in web.xml as below... and also defined the datasouce resources under context in server.xml... even then it does not help.. I get the same error org.apache.jasper.JasperException: Name prototypedb is not bound in this Context Web.xml

Re: Tomcat Datasource -- please help..

2004-07-27 Thread Ruth, Brice
I believe if you're defining your DataSource in the Context directly, not in the Global Naming Resources, then you do not need the resource-ref in web.xml, nor the ResourceLink mentioned below. What code are you using to get to your connection? The JNDI lookup should be to

RE: Tomcat Datasource -- please help..

2004-07-27 Thread Shilpa Nalgonda
); conn = ds.getConnection(); -Original Message- From: Ruth, Brice [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 27, 2004 11:07 AM To: Tomcat Users List Subject: Re: Tomcat Datasource -- please help.. I believe if you're defining your DataSource in the Context directly

Re: Tomcat Datasource -- please help..

2004-07-27 Thread Ruth, Brice
(jdbc/prototypedb); conn = ds.getConnection(); -Original Message- From: Ruth, Brice [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 27, 2004 11:07 AM To: Tomcat Users List Subject: Re: Tomcat Datasource -- please help.. I believe if you're defining your DataSource

RE: Tomcat Datasource -- please help..

2004-07-27 Thread Shilpa Nalgonda
Users List Subject: Re: Tomcat Datasource -- please help.. I believe that should work. I'm out of ideas ... it seems strange that the Exception you're getting is complaining about prototypedb not being bound, instead of jdbc not being bound ... usually that comes first. That's the only thing

RE: Tomcat Datasource -- please help..

2004-07-27 Thread Shapira, Yoav
AM To: Tomcat Users List Subject: RE: Tomcat Datasource -- please help.. As you have said i am getting jdbc not bound exception only. But at one point i changed the env lookup to point to prototypedb instead of jdbc/prototypedb.. so thats when i get prototypedb not bound error... Anyway do you

Re: Tomcat Datasource -- please help..

2004-07-27 Thread Ruth, Brice
. which is correct way... -Original Message- From: Ruth, Brice [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 27, 2004 11:29 AM To: Tomcat Users List Subject: Re: Tomcat Datasource -- please help.. I believe that should work. I'm out of ideas ... it seems strange that the Exception you're getting

Re: Tomcat Datasource -- please help..

2004-07-27 Thread David Smith
Hi. I see a couple of things different from my working setup in your setup below. First: You need a tag as below just before the ResourceParams.../ResourceParams block: Resource name=jdbc/prototypedb auth=container type=javax.sql.DataSource/ Second, and this might not be a show stopper,

Re: Re: BASIC authentication not working, PLEASE HELP !

2004-07-26 Thread \ [EMAIL PROTECTED]
will avoid other newbies to be stuck like I was. Merci, Laurent Message du 23/07/04 à 21h36 De : Michele Ouellet [EMAIL PROTECTED] A : Laurent Le Moux [EMAIL PROTECTED] Copie à : Objet : Re: BASIC authentication not working, PLEASE HELP ! Salut Laurent, Did you start tomcat with the -security

BASIC authentication not working, PLEASE HELP !

2004-07-22 Thread \ [EMAIL PROTECTED]
Hello, I found the following interesting answer from Craig R. McClanahan to Sim IJskes concerning the use of BASIC authentication : I was able to get basic authentication working by editing the file $TOMCAT_HOME/webapps/examples/WEB-INF/web.xml and changing the auth-method element from

RE: Please Help! Tomcat 5.0.25

2004-06-30 Thread Aris Javier
tomcat as service? i think that startup.bat is loading something that service don't load? -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 30, 2004 12:54 PM To: Tomcat Users List Subject: RE: Please Help! Tomcat 5.0.25 I'm at a loss at this point

Re: Please Help! Tomcat 5.0.25

2004-06-30 Thread Robert Bateman
This may or may not be totally on topic - apologies if it's not... On Wednesday 30 June 2004 12:16 am, Aris Javier wrote: Still the same error occured after replacing my service.bat with your service.bat... (declares tools.jar inside) =| org.apache.commons.dbcp.SQLNestedException: Cannot

RE: Please Help! Tomcat 5.0.25

2004-06-30 Thread Robert Harper
credentials as the logged in user. Robert S. Harper 801.265.8800 ex. 255 -Original Message- From: Robert Bateman [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 30, 2004 7:39 AM To: Tomcat Users List Subject: Re: Please Help! Tomcat 5.0.25 This may or may not be totally on topic

RE: Please Help! Tomcat 5.0.25

2004-06-30 Thread Aris Javier
: Robert Bateman [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 30, 2004 9:39 PM To: Tomcat Users List Subject: Re: Please Help! Tomcat 5.0.25 This may or may not be totally on topic - apologies if it's not... On Wednesday 30 June 2004 12:16 am, Aris Javier wrote: Still the same error occured

RE: Please Help! Tomcat 5.0.25

2004-06-30 Thread Aris Javier
No Sir... everything is in my pc... no remote access... Tomcat5.0.25 is in drive D as well as MS Access 2000... I'm also the only user of my pc.. Please Help! -Original Message- From: Robert Harper [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 30, 2004 10:00 PM To: 'Tomcat Users List

Re: Please Help!

2004-06-29 Thread Kunthar
Hello, Please give us more detail. Your OS and database to connect to, Send your server.xml and web.xml definitions. Then we can have clear idea... Take care Gokhan Aris Javier wrote: Please Help! This error kept on bugging me everytime i run tomcat5 as service... My environment variables

RE: Please Help!

2004-06-29 Thread Aris Javier
PROTECTED] Sent: Tuesday, June 29, 2004 3:41 PM To: Tomcat Users List Subject: Re: Please Help! Hello, Please give us more detail. Your OS and database to connect to, Send your server.xml and web.xml definitions. Then we can have clear idea... Take care Gokhan Aris Javier wrote: Please Help

RE: Please Help!

2004-06-29 Thread Jacob Kjome
: Please Help! Hello, Please give us more detail. Your OS and database to connect to, Send your server.xml and web.xml definitions. Then we can have clear idea... Take care Gokhan Aris Javier wrote: Please Help! This error kept on bugging me everytime i run tomcat5

RE: Please Help!

2004-06-29 Thread Aris Javier
: Please Help! You specify Tomcat5.0. If that's true, you are using a pre-release version of Tomcat5. Update to the latest official version (or Tomcat-5.0.27beta) and retest. Make sure your driver is in common/lib as well. Note that CATALINA_HOME/bin/service.bat can be used to install/remove

Please Help! Tomcat 5.0.25

2004-06-29 Thread Aris Javier
.. so that it will keep on running eventhough i'm not logged-in... -Original Message- From: Aris Javier Sent: Wednesday, June 30, 2004 8:22 AM To: Tomcat Users List Subject: RE: Please Help! My current tomcat version is tomcat5.0.7 also, i dont see service.bat under catalina_home/bin

Re: Please Help! Tomcat 5.0.25

2004-06-29 Thread Jacob Kjome
and running tomcat using startup.bat...??? i need to run my application as a service.. so that it will keep on running eventhough i'm not logged-in... -Original Message- From: Aris Javier Sent: Wednesday, June 30, 2004 8:22 AM To: Tomcat Users List Subject: RE: Please Help! My current tomcat version

RE: Please Help! Tomcat 5.0.25

2004-06-29 Thread Aris Javier
Access 2000? and how to install it...? Thanks! I'll test your updated service.bat and update you of my progress... -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 30, 2004 10:52 AM To: Tomcat Users List Subject: Re: Please Help! Tomcat 5.0.25 At 09:37

RE: Please Help! Tomcat 5.0.25

2004-06-29 Thread Aris Javier
: Please Help! Tomcat 5.0.25 Thanks for the updated service.bat Sir Jake! I'll test it at once... Regarding my database... I'm just using MS Access 2000... I don't know what driver to use or how to install or configure it that's why I use sun.jdbc.odbc.JdbcOdbcDriver driver. What do you think

RE: Please Help! Tomcat 5.0.25

2004-06-29 Thread Jacob Kjome
: Wednesday, June 30, 2004 11:36 AM To: Tomcat Users List Subject: RE: Please Help! Tomcat 5.0.25 Thanks for the updated service.bat Sir Jake! I'll test it at once... Regarding my database... I'm just using MS Access 2000... I don't know what driver to use or how to install or configure it that's

IIS - Tomcat - SSL - Please Help

2004-06-28 Thread Apahce Tomact
I have an SSL certificate already installed on IIS and would like my web pages to be displayed in HTTPS mode using Tomcat. What steps must I take to do this? Thank you very much in advance. Regards, Rama - Do you Yahoo!? Yahoo! Mail Address

Please Help!

2004-06-28 Thread Aris Javier
Please Help! This error kept on bugging me everytime i run tomcat5 as service... My environment variables are already declared as well as my system dsn... but still... org.apache.commons.dbcp.DbcpException: java.sql.SQLException: General error Please Help! Thanks

please help urgent!! Exception when a method returned a Serializable object from Jboss

2004-06-23 Thread Kam Lung Leung
Hello, Any help or suggestion is greatly appreciated. I have a Servlet that deployed in a standalone Tomcat version 4.1.30. The Tomcat is running in the same server as Jboss 3.2.1. The servlet accesses a method of a remote session bean that is deployed in Jboss. This method returns a java

RE: Please help on my DB pool problem --- I followed the struction on the web

2004-05-03 Thread Daxin Zuo
- From: Eric Noel [mailto:[EMAIL PROTECTED] Sent: Sunday, May 02, 2004 6:43 PM To: Tomcat Users List Subject: Re: Please help on my DB pool problem --- I followed the struction on the web On 5/3/2004 9:31 AM, Daxin Zuo wrote: I thought Microsoft was the best. if thats what you think, i guess you

RE: Please help on my DB pool problem --- I followed the struction on the web

2004-05-02 Thread Daxin Zuo
).getConnection(); now the error occurs at envCtx.lookup. the error is: Cannot create resource instance Thanks. -Original Message- From: Parsons Technical Services [mailto:[EMAIL PROTECTED] Sent: Friday, April 30, 2004 4:42 PM To: Tomcat Users List Subject: Re: Please help on my DB pool problem

Re: Please help on my DB pool problem --- I followed the struction on the web

2004-05-02 Thread Parsons Technical Services
PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, May 02, 2004 3:07 PM Subject: RE: Please help on my DB pool problem --- I followed the struction on the web Should I put it in tomcat\webapps\ROOT\WEB-INF\web.xml? (my jsp file using Database connection is in ROOT/zuo

RE: Please help on my DB pool problem --- I followed the struction on the web

2004-05-02 Thread Daxin Zuo
res-authContainer/res-auth /resource-ref /web-app Looking forward to more instruction. -Original Message- From: Parsons Technical Services [mailto:[EMAIL PROTECTED] Sent: Sunday, May 02, 2004 4:07 PM To: Tomcat Users List Subject: Re: Please help on my DB pool problem --- I followed

Re: Please help on my DB pool problem --- I followed the struction on the web

2004-05-02 Thread Eric Noel
why not use jtds instead http://jtds.sourceforge.net/ ## download the jtds jar http://heanet.dl.sourceforge.net/sourceforge/jtds/jtds-0.7.1.jar ## place it in your common/lib ## server.xml Resource name=jdbc/DirectSQL auth=Container type=javax.sql.DataSource/ ResourceParams

Re: Please help on my DB pool problem --- I followed the struction on the web

2004-05-02 Thread Parsons Technical Services
. As I am running against MySQL I cannot test it, but will help you get it going. Thanks for the info Eric. Doug - Original Message - From: Eric Noel [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, May 02, 2004 8:55 PM Subject: Re: Please help on my DB pool problem

RE: Please help on my DB pool problem --- I followed the struction on the web

2004-05-02 Thread Daxin Zuo
privileged=true /context Thanks -Original Message- From: Eric Noel [mailto:[EMAIL PROTECTED] Sent: Sunday, May 02, 2004 5:55 PM To: Tomcat Users List Subject: Re: Please help on my DB pool problem --- I followed the struction on the web why not use jtds instead http://jtds.sourceforge.net

Re: Please help on my DB pool problem --- I followed the struction on the web

2004-05-02 Thread Eric Noel
On 5/3/2004 9:31 AM, Daxin Zuo wrote: I thought Microsoft was the best. if thats what you think, i guess you should stick with dotNet since with that you will have an all microsoft retrofitted program (e.g drivers, components, etc) :-) My jsp file is in tomcat\webapps\ROOT\zuo. In my

Re: Please Help (Tomcat 4.1.30)!

2004-04-23 Thread Qin Ding
(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:203) Please help! Qin

Re: Known problem with tomcat, jndi datasourc - PLEASE HELP

2004-04-09 Thread prasad chaturvedula
case, it reads the drivername and url properly and still blows up. Please help. I am using Tomcat 5.0 with the latest ojdbc14.jar/commons-dbcp-1.1.jar in common/lib and am trying to connect to oracle 8.1.7. org.apache.commons.dbcp.SQLNestedException: Cannot create JDBC driver of class

Re: Known problem with tomcat, jndi datasourc - PLEASE HELP

2004-04-09 Thread Parsons Technical Services
you system info: Tomcat=5 OS=? JDK=? Doug www.parsonstechnical.com - Original Message - From: prasad chaturvedula [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, April 09, 2004 2:49 AM Subject: Re: Known problem with tomcat, jndi datasourc - PLEASE HELP Hi

RE: Known problem with tomcat, jndi datasourc - PLEASE HELP

2004-04-09 Thread MARU, SOHIL (SBCSI)
AM To: Tomcat Users List Subject: Re: Known problem with tomcat, jndi datasourc - PLEASE HELP Hi Can pleae you give me pointers to solutions to the problem of a null for teh driverclass name, there seems to be no solution in the archives till date. Thanks. Prasad --- MARU, SOHIL (SBCSI

Known problem with tomcat, jndi datasourc - PLEASE HELP

2004-04-08 Thread MARU, SOHIL (SBCSI)
on archives and on there people were complaining about NULL for driverClassName, in my case, it reads the drivername and url properly and still blows up. Please help. I am using Tomcat 5.0 with the latest ojdbc14.jar/commons-dbcp-1.1.jar in common/lib and am trying to connect to oracle 8.1.7

Re: Known problem with tomcat, jndi datasourc - PLEASE HELP

2004-04-08 Thread Parsons Technical Services
PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, April 08, 2004 6:56 PM Subject: Known problem with tomcat, jndi datasourc - PLEASE HELP Hello All, I have been scouring the mailing list archives and lot of other places. I am seeing a problem configuring a datasource with Tomcat. I have put

HTTP Status 404 -- Please Help

2004-03-24 Thread chanho
Then I make a test.jsp to my apache2 htdocs root which is /usr/local/apache2/htdocs, and try to run it on http:/host/test.jsp It returns me the HTTP Status 404. Please help me on that, do I miss something

HTTP Status 404 -- Please Help

2004-03-24 Thread chanho
Then I make a test.jsp to my apache2 htdocs root which is /usr/local/apache2/htdocs, and try to run it on http:/host/test.jsp It returns me the HTTP Status 404. Please help me on that, do I miss something

HTTP Status 404 -- Please Help

2004-03-24 Thread chanho
Then I make a test.jsp to my apache2 htdocs root which is /usr/local/apache2/htdocs, and try to run it on http:/host/test.jsp It returns me the HTTP Status 404. Please help me on that, do I miss something

HTTP Status 404 -- Please Help

2004-03-24 Thread chanho
Then I make a test.jsp to my apache2 htdocs root which is /usr/local/apache2/htdocs, and try to run it on http:/host/test.jsp It returns me the HTTP Status 404. Please help me on that, do I miss something

HTTP Status 404 -- Please Help

2004-03-24 Thread chanho
Then I make a test.jsp to my apache2 htdocs root which is /usr/local/apache2/htdocs, and try to run it on http:/host/test.jsp It returns me the HTTP Status 404. Please help me on that, do I miss something

Re: HTTP Status 404 -- Please Help

2004-03-24 Thread staf wagemakers
Then I make a test.jsp to my apache2 htdocs root which is /usr/local/apache2/htdocs, and try to run it on http:/host/test.jsp It returns me the HTTP Status 404. Please help me on that, do I miss something

Re: HTTP Status 404 -- Please Help

2004-03-24 Thread chanho
Subject: Re: HTTP Status 404 -- Please Help you've to install the jsp in tomcat not in the apache docroot. -- Staf Wagemakers email: staf at patat.org homepage: http://staf.patat.org On Wed, Mar 24, 2004 at 06:41:18PM +0800, [EMAIL PROTECTED] wrote: I have setup Tomcat 5 with Apache 2

RE: HTTP Status 404 -- Please Help

2004-03-24 Thread Adam Fowler
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 24 March 2004 11:10 To: Tomcat Users List Subject: Re: HTTP Status 404 -- Please Help thx, I want to install JSP on my Apache document directory, is it possible. sorry I am newbie in JSP, please explain me more detail about what I have done wrong

Re: HTTP Status 404 -- Please Help

2004-03-24 Thread chanho
is that. - Original Message - From: Adam Fowler [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday, March 24, 2004 7:15 PM Subject: RE: HTTP Status 404 -- Please Help Aye, Just set up a context in Tomcat that points to the same directory as Apache is using

RE: HTTP Status 404 -- Please Help

2004-03-24 Thread Adam Fowler
That path should actually have your context path in it. I.e. / not Adam. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 24 March 2004 11:36 To: Tomcat Users List Subject: Re: HTTP Status 404 -- Please Help I have add the line Context path= docBase=/usr

Re: HTTP Status 404 -- Please Help

2004-03-24 Thread staf wagemakers
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 24 March 2004 11:36 To: Tomcat Users List Subject: Re: HTTP Status 404 -- Please Help I have add the line Context path= docBase=/usr/local/apache2/htdocs debug=0 reloadable=true crossContext=true/ to server.xml, but it still doesn't work

Re: HTTP Status 404 -- Please Help

2004-03-24 Thread Chan Ho
thx very much, it works now. I put the Context path=... outside the Host.. - Original Message - From: staf wagemakers [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday, March 24, 2004 9:05 PM Subject: Re: HTTP Status 404 -- Please Help The path

Tomcat exception - Please help

2004-02-27 Thread Rudi Doku
Hi, I have recently started using ant in netbeans. I got most of my info from the following tutorial: http://www.netbeans.org/kb/articles/ant-webapps.html#customProject For some unknown reason, I am not able to deploy my application. I get the following error: 2004-02-27 10:45:42

RE: Tomcat exception - Please help

2004-02-27 Thread Shapira, Yoav
Doku [mailto:[EMAIL PROTECTED] Sent: Friday, February 27, 2004 5:31 AM To: [EMAIL PROTECTED] Subject: Tomcat exception - Please help Hi, I have recently started using ant in netbeans. I got most of my info from the following tutorial: http://www.netbeans.org/kb/articles/ant-webapps.html

RE: PROBLEM STARTING TOMCAT----------------PLEASE HELP

2004-02-18 Thread Sunit Bansal
PROTECTED] Sent: Wednesday, February 18, 2004 11:28 AM To: Tomcat Users List Subject: Re: PROBLEM STARTING TOMCATPLEASE HELP Sunit, This is moving off topic for the list, but here it goes. First READ all of these instruction. You may find your problem without having to go through all

RE: PROBLEM STARTING TOMCAT----------------PLEASE HELP

2004-02-18 Thread pavan . k
List [EMAIL PROTECTED] cc Subject RE: PROBLEM STARTING TOMCATPLEASE HELP Thanks. I tried that and got some break through. Now instead of error code 2 ping 127.0.0.1, gives Destination unreachable and for ping localhost, it gives unknown host name. Also ipcongif still

RE: PROBLEM STARTING TOMCAT----------------PLEASE HELP

2004-02-18 Thread pavan . k
PROTECTED] cc Subject RE: PROBLEM STARTING TOMCATPLEASE HELP Thanks. I tried that and got some break through. Now instead of error code 2 ping 127.0.0.1, gives Destination unreachable and for ping localhost, it gives unknown host name. Also ipcongif still doesnt work

RE: PROBLEM STARTING TOMCAT----------------PLEASE HELP

2004-02-18 Thread Sunit Bansal
No, I just configured IP and subnet mask. -Sunit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 18, 2004 5:30 PM To: Tomcat Users List Subject: RE: PROBLEM STARTING TOMCATPLEASE HELP did u configure DNS

Re: PROBLEM STARTING TOMCAT----------------PLEASE HELP

2004-02-18 Thread Parsons Technical Services
- Original Message - From: Sunit Bansal [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, February 18, 2004 7:06 AM Subject: RE: PROBLEM STARTING TOMCATPLEASE HELP No, I just configured IP and subnet mask. -Sunit -Original Message

RE: Please help with CLASSPATH problem

2004-02-17 Thread Andi Reinbrech
My apologies - RTFM -Original Message- From: Bill Barker [mailto:[EMAIL PROTECTED] Sent: 17 February 2004 03:57 AM To: [EMAIL PROTECTED] Subject: Re: Please help with CLASSPATH problem Andi Reinbrech [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I FINALLY figured this one

RE: Please help with CLASSPATH problem

2004-02-17 Thread Davide Papotti
-Original Message- From: Andi Reinbrech [mailto:[EMAIL PROTECTED] Sent: martedì 17 febbraio 2004 13.29 To: 'Tomcat Users List' Subject: RE: Please help with CLASSPATH problem My apologies - RTFM -Original Message- From: Bill Barker [mailto:[EMAIL PROTECTED] Sent: 17 February

RE: PROBLEM STARTING TOMCAT----------------PLEASE HELP

2004-02-17 Thread Sunit Bansal
:[EMAIL PROTECTED] Sent: Tuesday, February 17, 2004 10:34 AM To: Tomcat Users List Subject: RE: PROBLEM STARTING TOMCATPLEASE HELP can you view TCP/IP under ur netwrork adapter,if then check the IP of it..if you dont have it then install TCP/IP using MS Loop back adapter

Re: PROBLEM STARTING TOMCAT----------------PLEASE HELP

2004-02-17 Thread Parsons Technical Services
Sunit, This is moving off topic for the list, but here it goes. First READ all of these instruction. You may find your problem without having to go through all these steps. Open Network Connections. One at a time right click a network device and select properties. Select uninstall. Do this for

Please help with CLASSPATH problem

2004-02-16 Thread Andi Reinbrech
the *dtds and the error stays the same. Can someone PLEASE help me either fix EITHER one of these problems, or please refer me to an alternative server to use. org.apache.axis.transport.http.SimpleAxisServer works like a charm, but not as a service, and shouldn't be used as a production server

RE: Please help with CLASSPATH problem

2004-02-16 Thread Andi Reinbrech
: Please help with CLASSPATH problem Hi, this problem behaves differently under 4.1 and 5.0.18, but I can't use *either*. When I run Tomcat 5.0.18 from the command prompt, the app works 100%. It is supposed to pick up a file called emapi.cfg and licenses.txt from the CLASSPATH. emapi.cfg works

Re: Please help with CLASSPATH problem

2004-02-16 Thread Bill Barker
://jakarta.apache.org/commons/daemon/procrun.html. Cheers Andi -Original Message- From: Andi Reinbrech [mailto:[EMAIL PROTECTED] Sent: 16 February 2004 14:58 PM To: Tomcat-User (E-mail) Subject: Please help with CLASSPATH problem Hi, this problem behaves differently under 4.1 and 5.0.18, but I

RE: PROBLEM STARTING TOMCAT----------------PLEASE HELP

2004-02-16 Thread Sunit Bansal
Sorry for late reply. Its a standalone with network card installed. Also when I tried pinging localhost, it failed gave error 2 back. I also assigned IP numner, Subnet mask and gateway to it. Still it didnt work. Please help -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: PROBLEM STARTING TOMCAT----------------PLEASE HELP

2004-02-16 Thread Sunit Bansal
Sorry for late reply. Its a standalone with network card installed. I have no other services running on my machine. I also assigned IP numner, Subnet mask and gateway to it. Also when I tried pinging localhost/127.0.0.0/IP address, it failed gave error 2 back. Still it didnt work. Please help

RE: PROBLEM STARTING TOMCAT----------------PLEASE HELP

2004-02-16 Thread Filip Hanik \(lists\)
PLEASE HELP Sorry for late reply. Its a standalone with network card installed. I have no other services running on my machine. I also assigned IP numner, Subnet mask and gateway to it. Also when I tried pinging localhost/127.0.0.0/IP address, it failed gave error 2 back. Still it didnt work

RE: PROBLEM STARTING TOMCAT----------------PLEASE HELP

2004-02-16 Thread FRANCOIS Dufour
: Filip Hanik (lists) [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: PROBLEM STARTING TOMCATPLEASE HELP Date: Mon, 16 Feb 2004 20:49:24 -0800 if you cant ping localhost then your network isn't configured. go on the MS

RE: PROBLEM STARTING TOMCAT----------------PLEASE HELP

2004-02-16 Thread pavan . k
PLEASE HELP Sorry for late reply. Its a standalone with network card installed. Also when I tried pinging localhost, it failed gave error 2 back. I also assigned IP numner, Subnet mask and gateway to it. Still it didnt work. Please help -Original Message- From: [EMAIL

RE: PROBLEM STARTING TOMCAT----------------PLEASE HELP

2004-02-16 Thread pavan . k
Please respond to Tomcat Users List [EMAIL PROTECTED] To Tomcat Users List [EMAIL PROTECTED] cc Subject RE: PROBLEM STARTING TOMCATPLEASE HELP Sorry for late reply. Its a standalone with network card installed. I have no other services running on my machine. I also

PROBLEM STARTING TOMCAT----------------PLEASE HELP

2004-02-11 Thread Sunit Bansal
I have XP Professsional installed on my machine. I have jdk1.42 installed and tomcat4.1.27. When I try to start tomcat, I am getting following problem- Please help me solving this. I have spended hours solving this. I have tried changing port is config file, but didnt helped. Thanks

RE: PROBLEM STARTING TOMCAT----------------PLEASE HELP

2004-02-11 Thread Filip Hanik \(lists\)
Subject: PROBLEM STARTING TOMCATPLEASE HELP I have XP Professsional installed on my machine. I have jdk1.42 installed and tomcat4.1.27. When I try to start tomcat, I am getting following problem- Please help me solving this. I have spended hours solving this. I have tried

Re: PROBLEM STARTING TOMCAT----------------PLEASE HELP

2004-02-11 Thread Parsons Technical Services
Bansal [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, February 11, 2004 11:20 PM Subject: PROBLEM STARTING TOMCATPLEASE HELP I have XP Professsional installed on my machine. I have jdk1.42 installed and tomcat4.1.27. When I try to start tomcat, I am

RE: PROBLEM STARTING TOMCAT----------------PLEASE HELP

2004-02-11 Thread pavan . k
PLEASE HELP you probably are missing or not running the network services. I am not sure which one this is, but go under Control Panel|Administrative Tools|Services Filip -Original Message- From: Sunit Bansal [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 11, 2004 8:20 PM

URL Rewrite - Please Help

2004-02-10 Thread Apahce Tomact
Hi, I am Using HTTPSession to store the user_id and session_id to validate the session. I want to make web site should work even if client browser disables the cookies (Does not allow the cookies). For this I am using URLRewrite i.e.. appending jsessionid in to the URL in the form tag.

RE: Problem Compiling JSP under TOMCAT 5.0.18; please help me

2004-02-04 Thread Kal Govindu
Kal -Original Message- From: De Toffoli Garry [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 11:59 AM To: [EMAIL PROTECTED] Subject: Problem Compiling JSP under TOMCAT 5.0.18; please help me Hi to all, I would like to pass from tomcat 3.2.x to tomcat 5.0.18; under

Please help Console Problem in tomcat 5.0.16

2004-02-02 Thread Avinash Sridhar
have my own directory as sampleapp which has the necessary structure and the .class file is put into the following directory structure. classes/package1/structure/HelloServlet.class. All in the %TOMCAT% home directory. My question is in %TOMCAT%/conf/server.xml file how is the Context /Context

RE: Please help Console Problem in tomcat 5.0.16

2004-02-02 Thread Bodycombe, Andrew
This indicates your server.xml is invalid. -Original Message- From: Avinash Sridhar [mailto:[EMAIL PROTECTED] Sent: 02 February 2004 16:07 To: [EMAIL PROTECTED] Subject: Please help Console Problem in tomcat 5.0.16 have my own directory as sampleapp which has the necessary structure

Problem Compiling JSP under TOMCAT 5.0.18; please help me

2004-02-02 Thread De Toffoli Garry
Hi to all, I would like to pass from tomcat 3.2.x to tomcat 5.0.18; under tomcat 3.2.x I have some package under the WEB-INF/classes of all my sites, and run OK; passing to tomcat 5.0.18 I have changed only tomcat, leaving untouched all the directory where resides the sites; but when

Re: RE: Please help Console Problem in tomcat 5.0.16

2004-02-02 Thread Avinash Sridhar
your server.xml is invalid. -Original Message- From: Avinash Sridhar [mailto:[EMAIL PROTECTED] Sent: 02 February 2004 16:07 To: [EMAIL PROTECTED] Subject: Please help Console Problem in tomcat 5.0.16 have my own directory as sampleapp which has the necessary structure and the .class file

<    1   2   3   4   5   6   7   8   9   10   >