How getAttribute() of ServletContext works with Tomcat?

2001-06-26 Thread Rajeshwar Rao.V

Hi all,
I have an Object which I want bind with some name in Tomcat environment.
so that I can use getAttribute(name) of ServletContext in all servlets of
particular context.
But where can i specify this in Tomcat...
I know that set/get Attribute methods are useful when we want to share
single object for many servlets within the single context.
Please do help..
-raj-




RE: Problem in IIS 5.0 and Tomcat 3.2,1 installation

2001-06-26 Thread Rajeshwar Rao.V

check out this URL.
http://www.verysimple.com/scripts/support_tc_iis.html

-raj-

-Original Message-
From: INGRP Avi Inbar 5292 [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 26, 2001 10:53 AM
To: [EMAIL PROTECTED]
Subject: Problem in IIS 5.0 and Tomcat 3.2,1 installation


Hi,

 I would appreciate help on a win 2000 IIS 5.0 and Tomcat 3.2,1.

 Working by the instructions as per 'Tomcat IIS HowTo.htm'.

 The filter isapi_redirect.dll fails to become green and
   stays red and face down.


 I checked in accordance with the trouble shooting procedure in the 
  'Tomcat IIS HowTo.htm'. The IIS log file looks is as follows:

 2001-06-25 06:47:29 127.0.0.1 - 127.0.0.1 80 GET /examples/jsp/index.html
 - 404 Mozilla/4.0+(compatible;+MSIE+5.01;+Windows+NT+5.0)

 The filter was not operated.

  

Thank You
 Avi Inbar

 Telrad Networks
 Phone. 972-8-9134303




RE: Adding new Context to Tomcat

2001-06-26 Thread Rajeshwar Rao.V

Tomcat IIS How to discuss about how to add context in case you integrated
Tomcat with IIS .
For adding context to standalone Tomcat, please open server.xml and find for
context tag for eaxmples.Copy an extra of this in server.xml and replace
examples with your own context name.

-raj-

-Original Message-
From: megacom int [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 26, 2001 4:29 PM
To: [EMAIL PROTECTED]
Subject: Adding new Context to Tomcat


Hi,

I've set up the JSP to run in IIS5. I want to use new
context, but I don't know how to add the new context
in Tomcat. The tomcat IIS HOWTO instruction doesn't
discuss it. 

I've tried to use the ContextAdmin to do it but I
cann't log in the page even I tried with the domain
admin login.

Could you help me out of this.

Thanks,

ken



_
http://messenger.yahoo.com.au - Yahoo! Messenger
- Voice chat, mail alerts, stock quotes and favourite news and lots more!



I wonder what is this?

2001-06-18 Thread Rajeshwar Rao.V

Error: 500
Location: /myCon/servlets/LogOn.htm
Internal Servlet Error:

java.lang.IllegalStateException: Can't happen - classname is null, who added
this ?
at
org.apache.tomcat.core.ServletWrapper.loadServlet(ServletWrapper.java:261)
at
org.apache.tomcat.core.ServletWrapper.init(ServletWrapper.java:289)
at org.apache.tomcat.core.Handler.service(Handler.java:254)
at
org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:79
7)
at
org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
at
org.apache.tomcat.service.connector.Ajp12ConnectionHandler.processConnection
(Ajp12ConnectionHandler.java:166)
at
org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java,
Compiled Code)
at
org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java,
Compiled Code)
at java.lang.Thread.run(Thread.java:479)



RE: Tomcat.log

2001-06-18 Thread Rajeshwar Rao.V

thanks david
iso i have no probs with TC

-Original Message-
From: David DELGRANCHE [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 18, 2001 3:37 PM
To: '[EMAIL PROTECTED]'
Subject: RE: Tomcat.log


This file is under the logs only if there are problems during start. If this
file does not exist, there is no error!

-Message d'origine-
De: Rajeshwar Rao.V [SMTP:[EMAIL PROTECTED]]
Date:   lundi 18 juin 2001 10:58
A:  '[EMAIL PROTECTED]'
Objet:  Tomcat.log

Hi all,
when start Tomcat, on the console I came across mthis message.

*Starting tomcat. Check logs/tomcat.log for error messages*

But in the Tomcat environment, i did not find file called tomcat.log.
where it is going?
please clarify

-raj-



Tomcat.log

2001-06-18 Thread Rajeshwar Rao.V

Hi all,
when start Tomcat, on the console I came across mthis message.

*Starting tomcat. Check logs/tomcat.log for error messages*

But in the Tomcat environment, i did not find file called tomcat.log.
where it is going?
please clarify

-raj-



RE: Is Tomcat3.2.1 compatible IIS5.0 on Windows 2000

2001-06-17 Thread Rajeshwar Rao.V



visit 
this URL 
http://www.verysimple.com/scripts/support_tc_iis.html

  -Original Message-From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]]Sent: Sunday, June 17, 2001 7:35 
  PMTo: [EMAIL PROTECTED]Subject: Is 
  Tomcat3.2.1 compatible IIS5.0 on Windows 2000
  Hello 
   
  I followed all steps of  "Tomcat IIS HowTo" , but 
  failed to make  isapi_redirect.dll work.
  Even check the troubleshooting, I can't see a green upward-pointing 
  arrow on setting IIS 5.0 filter.
  Is Tomcat3.2.1 compatible IIS5.0 on Windows 2000 Server?
  If true, is there any additional steps I must follow except the 
  decription of the "Tomcat IIS HowTo" document?
  By the way, I used JDK1.3.1 in replace of JDK1.2.2, the default 
  setting of Tomcat.
   
  THANX
   
  Shukai


RE: Tomcat as standalone container

2001-06-14 Thread Rajeshwar Rao.V



NO 
need of Apache

  -Original Message-From: Casstevens, Brian 
  [mailto:[EMAIL PROTECTED]]Sent: Thursday, June 14, 2001 6:17 
  PMTo: [EMAIL PROTECTED]Subject: Tomcat as 
  standalone container
  I am trying to use 
  Tomcat as a standalone servlet container. To do this, do I need to have 
  the Apache Web server installed and running, or is this contained in 
  Tomcat?
   
  Thanks,
   
  
  Brian 
  Casstevens
   


RE: Need help urgently regarding Tomcat with IIS

2001-06-14 Thread Rajeshwar Rao.V

Hi everybody,
I goy the solution.
Thanks to everybody who helped me in this regard.
ESPECIALLY THANKS TO YEYE who GAVE ME ONE GOOD URL WHERE I GOT THE SOLUTION
ALMOST.

Regards,
-raj-

-Original Message-
From: Rajeshwar Rao.V [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 14, 2001 4:29 PM
To: '[EMAIL PROTECTED]'
Subject: RE: Need help urgently regarding Tomcat with IIS


Thank you Yeye.
Could you please interpret this error.

This is my IIS log file:


10:32:09 127.0.0.1 GET /jakarta/isapi_redirect.dll+ 404
10:33:13 127.0.0.1 GET /jakarta/isapi_redirect.dll+ 404
10:33:13 127.0.0.1 GET /jakarta/isapi_redirect.dll+ 404
10:33:13 127.0.0.1 GET /jakarta/isapi_redirect.dll+ 404
10:33:13 127.0.0.1 GET /jakarta/isapi_redirect.dll+ 404
10:33:13 127.0.0.1 GET /jakarta/isapi_redirect.dll+ 404
#Software: Microsoft Internet Information Server 4.0
#Version: 1.0
#Date: 2001-06-14 10:48:05
#Fields: time c-ip cs-method cs-uri-stem sc-status
10:48:05 127.0.0.1 GET /jakarta/isapi_redirect.dll+ 404


And this is isapi.log in Tomcat:

[jk_uri_worker_map.c (335)]: jk_uri_worker_map_t::uri_worker_map_close, NULL
parameter
[jk_uri_worker_map.c (185)]: In jk_uri_worker_map_t::uri_worker_map_free,
NULL parameters
[jk_uri_worker_map.c (335)]: jk_uri_worker_map_t::uri_worker_map_close, NULL
parameter
[jk_uri_worker_map.c (185)]: In jk_uri_worker_map_t::uri_worker_map_free,
NULL parameters
[jk_uri_worker_map.c (335)]: jk_uri_worker_map_t::uri_worker_map_close, NULL
parameter
[jk_uri_worker_map.c (185)]: In jk_uri_worker_map_t::uri_worker_map_free,
NULL parameters
[jk_uri_worker_map.c (335)]: jk_uri_worker_map_t::uri_worker_map_close, NULL
parameter
[jk_uri_worker_map.c (185)]: In jk_uri_worker_map_t::uri_worker_map_free,
NULL parameters


I would apprciate if u could help me.
In fact I need it very badly.
Regds,
-raj-

-Original Message-
From: yeye [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 14, 2001 4:28 PM
To: [EMAIL PROTECTED]
Subject: RE: Need help urgently regarding Tomcat with IIS


try this guide http://www.verysimple.com/scripts/support_tc_iis.html
it's easier to follow.

-Original Message-
From: Frans Thamura [mailto:[EMAIL PROTECTED]]
Sent: 14 Juni 2001 15:22
To: [EMAIL PROTECTED]
Subject: Re: Need help urgently regarding Tomcat with IIS


It happen in my IIS also.. but I success install it using Apache for Windows

Help please.

Frans
- Original Message -
From: "Rajeshwar Rao.V" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 14, 2001 1:36 PM
Subject: Need help urgently regarding Tomcat with IIS


> Hi,
> Could anybody out there who worked on Tomcat with IIS?
> I am facing problems with configuration.
> I followed all the steps mentioned in Tomcat documentation.Here is the URL
> http://jakarta.apache.org/tomcat/tomcat-3.2-doc/tomcat-iis-howto.html
>
> But in this doc at step 9 it is mentioned that  jakarta filter should be
> marked
> by a green-up pointing arrow.I am not seeing it.Instead of GREEN, i am
> seeing RED one.
> If anyone configured already, please help me.
> I need it urgently.
> I am congiguring on NT4.0 with IIS4.0.
> But I am able to see green-up pointing arrow when i configured on W2k with
> IIS5.0.
> still not able to run servlets on w2k.
>
> Regards,
> -raj-
>


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com



RE: Need help urgently regarding Tomcat with IIS

2001-06-14 Thread Rajeshwar Rao.V

Thank you Yeye.
Could you please interpret this error.

This is my IIS log file:


10:32:09 127.0.0.1 GET /jakarta/isapi_redirect.dll+ 404
10:33:13 127.0.0.1 GET /jakarta/isapi_redirect.dll+ 404
10:33:13 127.0.0.1 GET /jakarta/isapi_redirect.dll+ 404
10:33:13 127.0.0.1 GET /jakarta/isapi_redirect.dll+ 404
10:33:13 127.0.0.1 GET /jakarta/isapi_redirect.dll+ 404
10:33:13 127.0.0.1 GET /jakarta/isapi_redirect.dll+ 404
#Software: Microsoft Internet Information Server 4.0
#Version: 1.0
#Date: 2001-06-14 10:48:05
#Fields: time c-ip cs-method cs-uri-stem sc-status
10:48:05 127.0.0.1 GET /jakarta/isapi_redirect.dll+ 404


And this is isapi.log in Tomcat:

[jk_uri_worker_map.c (335)]: jk_uri_worker_map_t::uri_worker_map_close, NULL
parameter
[jk_uri_worker_map.c (185)]: In jk_uri_worker_map_t::uri_worker_map_free,
NULL parameters
[jk_uri_worker_map.c (335)]: jk_uri_worker_map_t::uri_worker_map_close, NULL
parameter
[jk_uri_worker_map.c (185)]: In jk_uri_worker_map_t::uri_worker_map_free,
NULL parameters
[jk_uri_worker_map.c (335)]: jk_uri_worker_map_t::uri_worker_map_close, NULL
parameter
[jk_uri_worker_map.c (185)]: In jk_uri_worker_map_t::uri_worker_map_free,
NULL parameters
[jk_uri_worker_map.c (335)]: jk_uri_worker_map_t::uri_worker_map_close, NULL
parameter
[jk_uri_worker_map.c (185)]: In jk_uri_worker_map_t::uri_worker_map_free,
NULL parameters


I would apprciate if u could help me.
In fact I need it very badly.
Regds,
-raj-

-Original Message-
From: yeye [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 14, 2001 4:28 PM
To: [EMAIL PROTECTED]
Subject: RE: Need help urgently regarding Tomcat with IIS


try this guide http://www.verysimple.com/scripts/support_tc_iis.html
it's easier to follow.

-Original Message-
From: Frans Thamura [mailto:[EMAIL PROTECTED]]
Sent: 14 Juni 2001 15:22
To: [EMAIL PROTECTED]
Subject: Re: Need help urgently regarding Tomcat with IIS


It happen in my IIS also.. but I success install it using Apache for Windows

Help please.

Frans
- Original Message -
From: "Rajeshwar Rao.V" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 14, 2001 1:36 PM
Subject: Need help urgently regarding Tomcat with IIS


> Hi,
> Could anybody out there who worked on Tomcat with IIS?
> I am facing problems with configuration.
> I followed all the steps mentioned in Tomcat documentation.Here is the URL
> http://jakarta.apache.org/tomcat/tomcat-3.2-doc/tomcat-iis-howto.html
>
> But in this doc at step 9 it is mentioned that  jakarta filter should be
> marked
> by a green-up pointing arrow.I am not seeing it.Instead of GREEN, i am
> seeing RED one.
> If anyone configured already, please help me.
> I need it urgently.
> I am congiguring on NT4.0 with IIS4.0.
> But I am able to see green-up pointing arrow when i configured on W2k with
> IIS5.0.
> still not able to run servlets on w2k.
>
> Regards,
> -raj-
>


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com



RE: Need help urgently regarding Tomcat with IIS

2001-06-14 Thread Rajeshwar Rao.V

And my isapi.log looks like this:
[jk_uri_worker_map.c (335)]: jk_uri_worker_map_t::uri_worker_map_close, NULL
parameter
[jk_uri_worker_map.c (185)]: In jk_uri_worker_map_t::uri_worker_map_free,
NULL parameters
[jk_uri_worker_map.c (335)]: jk_uri_worker_map_t::uri_worker_map_close, NULL
parameter
[jk_uri_worker_map.c (185)]: In jk_uri_worker_map_t::uri_worker_map_free,
NULL parameters
[jk_uri_worker_map.c (335)]: jk_uri_worker_map_t::uri_worker_map_close, NULL
parameter
[jk_uri_worker_map.c (185)]: In jk_uri_worker_map_t::uri_worker_map_free,
NULL parameters

what is this?
please respond .

-Original Message-
From: Rajeshwar Rao.V [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 14, 2001 12:06 PM
To: '[EMAIL PROTECTED]'
Subject: Need help urgently regarding Tomcat with IIS


Hi,
Could anybody out there who worked on Tomcat with IIS?
I am facing problems with configuration.
I followed all the steps mentioned in Tomcat documentation.Here is the URL
http://jakarta.apache.org/tomcat/tomcat-3.2-doc/tomcat-iis-howto.html

But in this doc at step 9 it is mentioned that  jakarta filter should be
marked
by a green-up pointing arrow.I am not seeing it.Instead of GREEN, i am
seeing RED one.
If anyone configured already, please help me.
I need it urgently.
I am congiguring on NT4.0 with IIS4.0.
But I am able to see green-up pointing arrow when i configured on W2k with
IIS5.0.
still not able to run servlets on w2k.

Regards,
-raj-




Need help urgently regarding Tomcat with IIS

2001-06-13 Thread Rajeshwar Rao.V

Hi,
Could anybody out there who worked on Tomcat with IIS?
I am facing problems with configuration.
I followed all the steps mentioned in Tomcat documentation.Here is the URL
http://jakarta.apache.org/tomcat/tomcat-3.2-doc/tomcat-iis-howto.html

But in this doc at step 9 it is mentioned that  jakarta filter should be
marked
by a green-up pointing arrow.I am not seeing it.Instead of GREEN, i am
seeing RED one.
If anyone configured already, please help me.
I need it urgently.
I am congiguring on NT4.0 with IIS4.0.
But I am able to see green-up pointing arrow when i configured on W2k with
IIS5.0.
still not able to run servlets on w2k.

Regards,
-raj-