Realm in Context in War

2005-08-29 Thread Chirag
Software Tomcat 5.5.2 JDK 1.5 I have created a webapplication named b It works perfectly fine including the realm declared inside the context.xml file in META-INF folder THen I created war by using C:\webapps\b>jar cvf c.war *.* Later I copied c.war in the webapps folder and started T

Re: Automatic Realm login?

2005-07-13 Thread Chirag
I'm > sorry I have been away for a while and forgot about > this. > > > > --- Chirag <[EMAIL PROTECTED]> wrote: > > > > > > > I don't think this is a session issue but I think > > they > > must be inserting something extra rat

CSJakharia: Difference between Tocmat 5.5.2 and Tomcat 4.1

2005-07-08 Thread Chirag
I am undergoing Project development in Tomcat 5.5.2 which has to be converted for another Client in Tomcat 4.1 but I have no idea regarding the improvements/Difference between Both the version and so am confused to say how much time would be required If any one knows the difference or any Link by

Re: Automatic Realm login?

2005-07-05 Thread Chirag
gt; referral for now. > > There's also this issue of simple redirects putting > passwords into the log files which is insecure. I'm > looking for a method of redirecting with the post > method. > > > --- Chirag <[EMAIL PROTECTED]> wrote: > > &g

Re: Automatic Realm login?

2005-07-04 Thread Chirag
The Following Error Comes when I try to use the method which you suggest. I am working on Tomcat 5.5.2 What are you working on? Bye for now CSJakharia HTTP Status 408 - The time allowed for the login process has been exceeded. If you wish to continue you must either click back twice and re-cl

Re: Automatic Realm login?

2005-07-04 Thread Chirag
The same requirement I also have Which I have put forward to the tomcat-user USerGroup through the following link http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg155207.html I hope someone comes with any way of achieving this Thanks in advance CSJakharia Is there a way to progra

CSJakharia: Security Realm Authentication

2005-07-01 Thread Chirag
Configuation -- Tommat 5.5.2 Windows XP JDK 1.5 Requirement -- I have a Security realm Authentication ready for a Web Application linking to a Database. When the user sign ups the form then he has to login into the application through the signup form instead of directly goi

Stops loading JSP Page without any Exception generated in the Console Windows

2005-05-21 Thread Chirag
Software - tomcat 5.5.2 JDK 1.5 IE 6.0SP1 Problem The JSP Page stops loading the page after a specific line and don't know the reason behind it.It does not throws any Exception in the console window and nothing happens JSP Code -- <[EMAIL PROTECTED] lang

javax.servlet.ServletException­: Wrapper cannot find servlet class util.t2 or

2005-05-05 Thread Chirag Bhai
I am using JBoss 4.0.1sp1 on SuSE Linux 9.0 System. I have a simplest WEB APPLICATION and access it using http://localhost:8080/mhin/adm­in.html and here is my Directory structure... /jboss/server/default/deploy/m­hin.war --> this is a directory. /jboss/server/default/deploy/m­hin.war/admin.html

Re: Chirag: org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null'

2005-01-27 Thread Chirag
I did changed the code I changed the server.xml file and changed as this But again the same Exception Still could not try our JDBC-ODBC thing in Microsoft Access Thanks in advance CSJakharia Subscribe to bermudaEmail: [input] [input] Browse Archives at groups-beta.goo

Chirag: org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null'

2005-01-26 Thread Chirag
Software jakarta-tomcat-5.5.2 JDK 1.5 MS Access 2000 Requirements Connection Pooling in Tomcat Problem I inserted a resource Tag in server.xml file maxWait 5000 maxActive 4 password password url jdbc:odbc:aaa driverClassName sun.jdbc.odbc.JdbcOdbcDriver

Re: Chirag: Logout from the JDBCRealm Authentication

2005-01-09 Thread Chirag
.2 to see if any changes have been made in the code. 2. I have not done this myself. Just makes sense that if you reverse what the register method does.. Doug - Original Message - From: "Chirag" To: Sent: Saturday, January 08, 2005 12:57 AM Subject: Chirag:

Chirag: Logout from the JDBCRealm Authentication

2005-01-07 Thread Chirag
Software JDK1.5 jakarta-tomcat-5.5.2 Requirement --- I am using JDBCRealm Authentication. I want to provide a logout facility and I could do that with session.invalidate() function but is there any other way by which without destroying the session we can logout from

Re: After JDBCRealm Authentication some jsp/servlet to be executed

2005-01-06 Thread Chirag
Trying to implement a javax.servlet.Filter It has a method which is public void doFilter(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, javax.servlet.FilterChain filterChain) throws java.io.IOException, javax.servlet.ServletException But I want to access the se

Re: After JDBCRealm Authentication some jsp/servlet to be executed

2005-01-06 Thread Chirag
AIL PROTECTED]> wrote:On Wed, Jan 05, 2005 at 09:07:19PM -0800, Chirag wrote: : After the user Logins in the Server through JDBCRealm Authentication I want to store the user Details in the session : : I know there is something called request.getUserPrincipal().getName() : But i need to store the

After JDBCRealm Authentication some jsp/servlet to be executed

2005-01-05 Thread Chirag
Software JDK1.5 jakarta-tomcat-5.5.2 Requirement After the user Logins in the Server through JDBCRealm Authentication I want to store the user Details in the session I know there is something called request.getUserPrincipal().getName() But i need to store the whole companydetails in the Session

Re: [OT] Request an app test (free beer!)

2004-12-20 Thread Chirag
On Windows 98 + JDK 1.5 the output is Windows 98 Bye for Now CSJakharia Message-ID: <[EMAIL PROTECTED]> Date: Mon, 20 Dec 2004 17:26:23 -0500 From: "Frank W. Zammetti" Reply-to: [EMAIL PROTECTED] MIME-Version: 1.0 To: Commons User , Struts User , Tomcat User Subject: [OT] Request an ap

Re: Re: Chirag: Can Tomcat Server be surfed from the Machine where the Server it is running

2004-12-11 Thread Chirag
I checked as per your instructions Compare: http://203.192.197.197:8080 throws above exception http://127.0.0.1:8080 The page cannot be displayed(because it has been set to IP of 203.192.197.197) as per address attribute http://localhost:8080 The page cannot be displayed(because it has been se

Chirag: Can Tomcat Server be surfed from the Machine where the Server it is running

2004-12-10 Thread Chirag
Software Installed -- jakarta-tomcat-5.5.2 Windows 98SE IE6.0SP1 Requirement --- I have a Tomcat Server It is running properly. I mean if it is surfed from the machine where the Server is running If I access this website from other machine in the Internet t

RE: Chirag : SEVERE: Endpoint ServerSocket[addr=/203.192.197.197,port=0,localport=8080] ignored exception: java.net.SocketException: socket closed

2004-12-09 Thread Chirag
host the site as well as surf the site from the server Thanks in advance CSJakharia --- "Caldarale, Charles R" <[EMAIL PROTECTED]> wrote: > > From: Chirag [mailto:[EMAIL PROTECTED] > > Subject: RE: Chirag : SEVERE: Endpoint > > > ServerSocket[addr=/203.19

RE: Chirag : SEVERE: Endpoint ServerSocket[addr=/203.192.197.197,port=0,localport=8080] ignored exception: java.net.SocketException: socket closed

2004-12-09 Thread Chirag
so and so such Exception is raised as it has not been properly released Thanks in advance Chirag --- "Caldarale, Charles R" <[EMAIL PROTECTED]> wrote: > > From: Chirag [mailto:[EMAIL PROTECTED] > > Subject: RE: Chirag : SEVERE: Endpoint > > > ServerSocket[a

RE: Chirag : SEVERE: Endpoint ServerSocket[addr=/203.192.197.197,port=0,localport=8080] ignored exception: java.net.SocketException: socket closed

2004-12-09 Thread Chirag
ready used by any instance of tomcat > before starting a new instance. > > Hope this helps. > > Arnab > > -Original Message- > From: Chirag [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 09, 2004 1:47 PM > To: [EMAIL PROTECTED] > Subject: Chirag : S

Chirag : SEVERE: Endpoint ServerSocket[addr=/203.192.197.197,port=0,localport=8080] ignored exception: java.net.SocketException: socket closed

2004-12-09 Thread Chirag
I have Internet Connection Initially I start the server and there are no Exception Afterwards I try to surf the Site By typing http://203.197.197.197:8080/ and The Server throws the following Exception There are no other servers running Dec 9, 2004 11:37:44 AM org.apache.tomcat.util.net.PoolT

java.net.SocketException: socket closed

2004-12-08 Thread Chirag
There are no servers running on the port 8080.I checked myself with netstat -a and there is no PWS or IIS installed There is no property Screen Buffer Size over the Properties Window of DOS on Windows98 Machine. Yes I changed the Initial Size to 50 lines and not more than that can be done as

Re: Chirag: java.net.SocketException: socket closed Endpoint ServerSocket

2004-12-07 Thread Chirag
This redirectional symbol does not works I even tried >> instead of > but of no use Is there any change in configuration which will help me to solve this problem I mean some change will automcatically log everything happening on the server Thanks in advance

Re: Chirag: java.net.SocketException: socket closed Endpoint ServerSocket

2004-12-07 Thread Chirag
+ alt +del and end task until only explorer is left. Then try Tomcat. If It works you then need to sort thru the apps and determine which one is on port 80. Or change Tomcat back to using port 8080. Doug - Original Message - From: "Chirag" <[EMAIL PROTECTED]> T

Re: Chirag: java.net.SocketException: socket closed Endpoint ServerSocket

2004-12-06 Thread Chirag
in Windows 98 Thanks in advance Chirag Parsons Technical Services <[EMAIL PROTECTED]> wrote:I think I see your problem. You have two network cards in your machine. Either: 1. Disable the unused card. (If it is on the motherboard, do it in bios) OR 2. Add address= to the con

Re: Chirag: java.net.SocketException: socket closed Endpoint ServerSocket

2004-12-06 Thread Chirag
but I have been bit many times by the simple things. What OS version and service pack are you running? How are you getting your IP? Are there more than one IPs on the machine? Did you define an IP for Tomcat or is it default? Doug - Original Message ----- From: "Chirag" To: Sent:

Re: Chirag: java.net.SocketException: socket closed Endpoint ServerSocket

2004-12-06 Thread Chirag
No I m not running any kind of firewall I have a cable internet connection and there is no kind of firewall Thanks in advance CSJakharia Parsons Technical Services <[EMAIL PROTECTED]> wrote: Are you running any kind of firewall? Doug - Original Message - From: "

Chirag: java.net.SocketException: socket closed Endpoint ServerSocket

2004-12-06 Thread Chirag
Software Installed -- jakarta-tomcat-5.5.2 JDK 1.5 IE 6.0SP1 Requirement The PC has Internet Connection. and we start the Tomcat Server. After that we try to see the site http://localhost:8080/ We get normal Tomcat Home Page ready Afterwards I try

Chirag: Which Version is Stable 5.5.2 Is this Version Stable

2004-12-04 Thread Chirag
Which is the latest Version which is Stable I have 5.5.2 version it works properly but the problem is that when I try to access it with the IP Address http://160.160.160.160/ then it throws an SocketException and the server hangs I want that the server should be able to host the site as i

RE: Blank Page when using http://192.168.1.100/

2004-12-01 Thread Chirag
System jakarta-tomcat-5.5.2 IE 6.0 SP1 JDK 1.5   I am also facing the same problem   http://localhost/ works http://127.0.0.1/ works   but http://203.192.195.195/ not works   I get the following exception   INFO: JK2: ajp13 listening on /0.0.0.0:8009 Dec 1, 2004 7:17:38 PM org.apache.j

java.net.SocketException: socket closed Endpoint ServerSocket

2004-11-25 Thread Chirag
Software Installed -- jakarta-tomcat-5.5.2 JDK 1.5 IE 6.0SP1 Requirement The PC has Internet Connection. and we start the Tomcat Server. After that we try to see the site http://localhost:8080/ We get normal Tomcat Home Page ready Afterwards I try