RE: To find user name

2005-04-20 Thread Ramu, Vinod
t;From: "Ramu, Vinod" <[EMAIL PROTECTED]> >To: >Sent: Wed, 20 Apr 2005 10:16:36 > >Hi All, > >Could any one of you please let me know how to get >the username? > >For example, let's assume that I use BASIC >authentication to authorize &

To find user name

2005-04-20 Thread Ramu, Vinod
Hi All, Could any one of you please let me know how to get the username? For example, let's assume that I use BASIC authentication to authorize the users of my site and I have a user who has logged in successfully. During the coarse of this user's session, if I need to know the username with whic

RE: include / c:import problems

2005-03-29 Thread Ramu, Vinod
Could we get the jsp code and web.xml configuration? Vinod -Original Message- From: Asim Alp [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 29, 2005 3:14 PM To: Tomcat Users List Subject: include / c:import problems Hi, We're using Tomcat 5.5.7 on Windows Server 2003 with Sun&#

RE: Problem with error-handling

2005-03-26 Thread Ramu, Vinod
nt under as shown in the above sample. I hope this should work. It worked for me (I tried this on jakarta-tomcat-5.5.4) Vinod -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, March 26, 2005 8:17 PM To: Tomcat Users List Subject: RE: Problem with error-hand

RE: Problem with error-handling

2005-03-26 Thread Ramu, Vinod
ation to a static page instead of a servlet? Vinod -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, March 26, 2005 11:21 AM To: tomcat-user@jakarta.apache.org Subject: Problem with error-handling I am using Tomcat5.5, j2sdk1.5 I deliberately

RE: Tomcat Struts => Problems with my first page

2005-03-18 Thread Ramu, Vinod
ot;WEB-INF" directory, provided element points to it. Just check out one of the sample struts application. Vinod -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, March 18, 2005 9:57 AM To: tomcat-user@jakarta.apache.org Subject: Tomcat Struts => Prob

RE: Mapping JSP

2005-03-17 Thread Ramu, Vinod
Use XML element (under node) in your web.xml. Then dispatch the request to this resource using ServletContext.getNamedDispatcher("nameoftheresource"). If you use this method there is no need to use any path. It identifies the resources based on the name that you pass. Vinod ---

RE: How to redirect to a different host

2005-03-17 Thread Ramu, Vinod
ttp://shoppingcarthost:8080/shopping"/> When the user requests "webhost:8080/shopping" use the response.sendRedirect() to direct to his request to this new page. This page will in turn post a request to a new container on a different machine. Don't forget to include JSTL jar

RE: does anyone know this error??

2005-03-17 Thread Ramu, Vinod
to the next view. I would suggest you to built an action class. Transfer the code from the below get method to the new Action class. Configure you action class in struts-config.xml file to forward the requests to the Action class. Hope this helps you, Vinod -Original Message- From

RE: web.xml

2005-03-17 Thread Ramu, Vinod
I would achieve this be configuring my web.xml. Try this piece of code MyServlet /webReg.jsp MyServlet /webReg So when to submit a URL "http://localhost:8081/webReg"; to your container it maps to the jsp file under the element. Vinod -Origin

RE: does anyone know this error??

2005-03-17 Thread Ramu, Vinod
This error is because you have a code that's trying to write response after it's committed. If you can share the code that's causing this error then may be we can be of some help. Vinod -Original Message- From: Bedrijven.nl [mailto:[EMAIL PROTECTED] Sent: Thursday, Marc

RE: Help configure ServletFilter

2005-03-16 Thread Ramu, Vinod
et/* element to your filter. This maps all the servlet paths starting with "servlet" to be intercepted by your filter. All the Best, Vinod -Original Message- From: Fredrik Liden [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 16, 2005 2:18 PM To: Tomcat Users List Subject: Help

RE: Problem with Tomcat caching old pages that it shouldn't

2005-03-16 Thread Ramu, Vinod
alina\localhost\" as this directory structure will be recreated during page compilation phase. I agree that it should refresh automatically. But, if it's not working you may wish to try this. Vinod -Original Message- From: Hassan Schroeder [mailto:[EMAIL PROTECTED] Sent: Wedn

RE: {OT] Re: Jumping in and out of JSP

2005-03-15 Thread Ramu, Vinod
Hope I was of some help. Vinod -Original Message- From: Charles P. Killmer [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 15, 2005 2:32 PM To: Tomcat Users List Subject: RE: {OT] Re: Jumping in and out of JSP I am using a template.jsp file that calls a function defined in another file.

RE: {OT] Re: Jumping in and out of JSP

2005-03-15 Thread Ramu, Vinod
This sound very much similar to error handling. However,If you could explain exactly about what you are trying to do then probably we could suggest an alternative to get it done. Vinod -Original Message- From: Charles P. Killmer [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 15, 2005 2

RE: Tomcat auth problem

2005-03-10 Thread Ramu, Vinod
ause that seem to be a public directory directly under your web context. Vinod From: Kannan Shastri [mailto:[EMAIL PROTECTED] Sent: Thu 3/10/2005 6:30 AM To: tomcat-user@jakarta.apache.org Subject: Tomcat auth problem Hi , I am facing a very peculiar proble

RE: How to access web site from other computers

2005-03-08 Thread Ramu, Vinod
The IP allocated to your machine must be STATIC. If you built a internet site then ask your internet service provider to allocate a static IP to your machine. Otherwise, if you have built a intranet site talk to your system administrator, probably he will find a domain controller. -Original

RE: tomcat load-balancing maintenance strategy?

2005-03-08 Thread Ramu, Vinod
I thought XML element in web.xml does that automatically. -Original Message- From: Randall Svancara [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 08, 2005 9:40 AM To: Tomcat Users List Subject: RE: tomcat load-balancing maintenance strategy? You need to implement either in memory

RE: Remote debugging with tomcat windows

2005-03-07 Thread Ramu, Vinod
ou have set all the -D options that the server needs. Vinod From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Mon 3/7/2005 5:25 PM To: Tomcat Users List Subject: RE: Remote debugging with tomcat windows > From: Randy Paries [mailto:[EMAIL PROTECTED

RE: Remote debugging with tomcat windows

2005-03-07 Thread Ramu, Vinod
ebuggee to wait till the debugger joins the debuggee. Hope this helps u Vinod -Original Message- From: Randy Paries [mailto:[EMAIL PROTECTED] Sent: Monday, March 07, 2005 4:56 PM To: 'Tomcat Users List'; 'Will Norris' Subject: Remote debugging with tomcat windows H

J_security_check interceptor

2005-03-07 Thread Ramu, Vinod
Hi, I am trying to intercept the submit action of login.jsp. I am using FORM authentication. The plan is to wrap the response in the Servlet Filter to intercept "j_security_check" action to identify the username, password and role to create a user object. In this way user profile is available for

Re: confusion

2001-08-28 Thread vinod tomcat
delete > files in there I think you could have problems while > tomcat is running, > but if you stop tomcat you can certainly delete all > the files and they > will be regenerated when .jsp files are requested. > > hth > dim > > On Tue, 28 Aug 2001, [iso-8859

confusion

2001-08-28 Thread vinod tomcat
hi friends, can anybody help me ..i m in fix .. 1. some body said me that containts of work directiory in tomcat are generated automatically and normal functionaing of a site dosent get affected if all class files in work directiory are deleted . is this true ??? even if i delete all cl

how to set up new web apps

2001-06-05 Thread vinod watni
cation without making war file ??? regards vinod __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.mail.yahoo.com/

RE: file not gopund error..

2001-06-05 Thread vinod watni
hi no i m not running on apache , i m running as stand alone tomcat server. neither me know about war files. regards vinod --- Phillip Gibb <[EMAIL PROTECTED]> wrote: > Hi, > > If you are running Apache then look at where your > document Root is pointing

file not gopund error..

2001-06-05 Thread vinod watni
xml file. this i did as given in purejsp book , but when i try to access the file from brouser i get error 404. I restarted the and tried but dosent work ?/ where should i put my html , jsp and classes , beans intomact ??? how can i create a web application without making war f

Server Side Include

2001-03-28 Thread vinod
hai How to make server-side Include in Tomcat.How to configure tomcat to run "shtml" file.Let me please know at the earliest vinod

Problem with Tomcat as NT service

2001-01-03 Thread Vinod
jdbc driver found'. The same program runs fine when I start tomcat manually. Please provide solution.   Thanx n Regards, Vinod

Problem with Tomcat as NT service

2001-01-03 Thread Vinod
river found'. The same program runs fine when I start tomcat manually. Please provide solution. Thanx n Regards, Vinod - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]