Multiple Apache Instances

2003-02-25 Thread Ramkumar Krishnan
Hi, 
My team wants to have two instances of Apache1.3 in the same mahcine.They changed 
the port of one instance.When they tried to run, they are getting Permission Denied 
error.Why is it so?..My first question is can we have two instances in a single 
machine???..

Any help would be appreciated..

thanks,
Ramkumar


Apache1.3+Tomcat3.3.1a in Linux!!!!...

2003-02-20 Thread Ramkumar Krishnan

Hi All,

   I am a newbie to linux and tomcat. I configured tomcat3.3.1a with apache1.3  in 
Windows NT. I don't know how to do it in the Linux?..

  This is my mod_jk.conf.

IfModule !mod_jk.c
  LoadModule jk_module libexec/mod_jk.so
/IfModule

JkWorkersFile /home/navinv/ramkumar/jakarta-tomcat-3.3.1a/conf/jk/workers.properties
JkLogFile /home/navinv/ramkumar/jakarta-tomcat-3.3.1a/logs/mod_jk.log

JkLogLevel emerg



JkMount /admin ajp13
JkMount /admin/* ajp13

JkMount /examples ajp13
JkMount /examples/* ajp13

JkMount /AccountAggregator ajp13
JkMount /AccountAggregator/* ajp13
--
and i found three shared objects.

Out of the following three, which one i should rename to mod_jk.so and include in the 
/modules/ folder. Please tell me about what is EAPI?..

1. mod_jk-3.3-ap13-eapi.so
2. mod_jk-3.3-ap13-noeapi.so
3. mod_jk-3.3-ap20.so

Any help would be appreciated..

thanks,
Ramkumar




Removal of tomcat 3.2.3

2003-02-19 Thread Ramkumar Krishnan
Hi,
 I need to integrate Tomcat 3.3.1a with Apache 1.3. Before that i would like to 
remove tomcat 3.2.3 from Apache. How to do this?..

thanks,
Ramkumar



Re: Tomcat 3.2.1: Basic authentication and Win 2000

2003-02-18 Thread Ramkumar Krishnan
Hi Thomas,
I am also having a similiar problem in our system. I am
using HTTPClient jar as http client.Our product is running on tomcat
3.2.3+Apache1.3. (Windows NT)

1)Pls look at the following code.

HTTPConnection httpcon = new HTTPConnection(url);

httpcon.addBasicAuthorization(es,username,password);

even though the above code exists for Basic Authorization, it is still
popping up
java dialog box asking username and passoword.

Why the console popping up?..

2)here i set userinteraction to false and commented the authorization
code, now it is not popping up the java console.But the system running
properly and gets the required data without asking username and password.

   HTTPConnection httpcon = new HTTPConnection(url);
   httpcon.setAllowUserInteraction(false);

//httpcon.addBasicAuthorization(es,username,password);

How is it possible?..Is there security hole with the site?...

NOTE:
 I should enter username and password when i tried to access the
site thro browser.Otherwise it is throwing error.


Any help would be appreciated...

thanks,
Ramkumar

- Original Message -
From: Thomas Muller [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, February 17, 2003 3:50 PM
Subject: Tomcat 3.2.1: Basic authentication and Win 2000


 Hi,

 When I try to apply basic authentication to an area, Win 2000 pops up with
a
 login dialog that requires windows credentials (or something). It seems
like
 Windows refuses do allow Tomcat to do authentication alone. Without any
 knowledge of Tomcat internals, I guess it's the AccessInterceptor that
 controls the behaviour (or at least tries to):

 RequestInterceptor
className=org.apache.tomcat.request.AccessInterceptor
 /

 I've tried to define the windows login credentials in tomcat-users.xml,
 allow the actual Tomcat service to run as that user etc etc. Nothing
helps.
 Can't log in.

 security-constraint

 web-resource-collection
 web-resource-nameProtected Area/web-resource-name
 url-pattern/server/*/url-pattern
   /web-resource-collection

   auth-constraint
 role-namembxadmin/role-name
 /auth-constraint

 /security-constraint

 !-- Default login configuration uses BASIC authentication
 login-config
 auth-methodBASIC/auth-method
 realm-nameBasic Authentication Area/realm-name
 /login-config

 How can I instruct win 2000 (or Tomcat) to override the OS specific
 behaviour?

 Any input on this would be much appreciated.

 --

 Thomas






 *
 Copyright ERA Technology Ltd. 2002. (www.era.co.uk). All rights reserved.
 The information supplied in this Commercial Communication should be
treated
 in confidence.
 No liability whatsoever is accepted for any loss or damage
 suffered as a result of accessing this message or any attachments.

 
 This email has been scanned for all viruses by the MessageLabs SkyScan
 service. For more information on a proactive anti-virus service working
 around the clock, around the globe, visit http://www.messagelabs.com
 

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Cross-site scripting!!!..

2003-02-13 Thread Ramkumar Krishnan



Hi All,
 There is 
a security hole in tomcat 3.3.1a related tocross-site scripting. Please 
tell me if this bug is fixed?..If so which version of tomcat contains the fix 
for this problem?..


thanks,
Ramkumar


Apache2.0 - Tomcat4.0.6

2003-02-13 Thread Ramkumar Krishnan



Hi All,

Our system is running on Tomcat 3.2.3 and Apache 1.3... We are planning to 
migrate to tomcat 4.0.6.. Should we change the Apache versionto 2.0?... 
will tomcat 4.0 work well with Apache1.3?..

thanks,Ramkumar


Moving to Tomcat 4.1.18

2003-02-12 Thread Ramkumar Krishnan



Hi All,
   I am a newbie to 
4.1.18. We want to move our system (which is already running in live)to tomcat 
4.1.18 from tomcat 3.2.1. Will there be a major work involve?. How much 
time it will take?...What will be the major changes?..If you have any documents 
relating to this, please send it to me.

Any help would be appreciated.

thanks,
Ramkumar


Security Hole in 3.2.3

2003-02-12 Thread Ramkumar Krishnan



Hi All,
   I heard that there 
is a major security hole in 3.2.3. What is that?.. How to simulate this security 
hole?..

thanks,
Ramkumar


Re: Moving to Tomcat 4.1.18

2003-02-12 Thread Ramkumar Krishnan
Hi,
Thanks for your valuable information. I read that in tomcat 4.1.18
our Servelet 2.2 Application will degrade..Is it so?..

Moreover l dont know about interceptors...Please tell me somehing about
that.

We connect to our clients staging URL for testing.  That time we are using
realms for basic authorization. Will  this be a problem for porting?..

thanks,
Ramkumar


- Original Message -
From: Bill Barker [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, February 13, 2003 12:43 PM
Subject: Re: Moving to Tomcat 4.1.18


 Ben's timeline is a good one.  The problems that will bite you first is if
 you have any custom Interceptors (e.g. Realms) in your 3.2.x app.  These
 won't port without a total re-write.  If your not accessing Tomcat
 internals, then the port should be painless (famous last words :).

 Ben Ricker [EMAIL PROTECTED] wrote in message
 1045062380.24140.6.camel@localhost">news:1045062380.24140.6.camel@localhost...
  On Wed, 2003-02-12 at 07:46, Ramkumar Krishnan wrote:
   Hi All,
   I am a newbie to 4.1.18. We want to move our system (which
   is already running in live)to tomcat 4.1.18 from tomcat 3.2.1. Will
   there be a major work  involve?. How much time it will take?...What
   will be the major changes?..If you have any documents relating to
   this, please send it to me.
  
   Any help would be appreciated.
 
 
  The move is a rather large one. Both the server.xml and web.xml have
  changed. Here is a rough outline of how I moved from 4.0.5 to 4.1.18:
 
  1) Installed new version in a different directory then older version.
  2) Changed Listening ports to different ports so that old and new
  version could coexist without stomping on each other ports.
  3) Started new version.
  4) Checked to make sure all the examples and admin ran correctly in the
  new port (see docs)
  5) Added old configs to new configs (i.e., added special loggers, setup
  mod_jk Listener, etc. I still keep the different port assignments)
  6. Tested my Web Apps using the different ports
  7. Take down new version and change port assignments to the same ports
  as old setup.
  8. Take down old version
  9. Start new version
  10. Test, Test, Test.
 
  Ben Ricker
 
  --
  Ben Ricker [EMAIL PROTECTED]
  Wellinx.com




 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Diff between 4.1 and 3.3.1a

2003-02-11 Thread Ramkumar Krishnan
Hi,
What are the bugs related to security fixed in 4.1?.What are the differences 
between 4.1 and 3.3.1?..

thanks in advance,

Ramkumar



what is catalina?..

2003-01-30 Thread Ramkumar Krishnan



Hi,
 I am a newbie to tomcat and catalina?..what is 
catalina?..what is the use of it?..

thanks,
Ramkumar


Tomcat/Weblogic!!...

2003-01-29 Thread Ramkumar Krishnan



Hi,
 Is it possible to integrate tomcat (web 
server)and weblogic (App server)..if so how it is possible?..


Any help would be appreciated


thanks,
Ramkumar