Re: Tomcat 7 - Getting tld scan error when i compile jsp using Ant task.

2013-06-27 Thread Manikandan
27;t scan all the jars for the tld's. Note: Formerly, It was working fine with tomcat 6 version. After migrating to the Tomcat 7, am getting this error. On Thu, Jun 27, 2013 at 6:50 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Manikandan [mailto:ma

Tomcat 7 - Getting tld scan error when i compile jsp using Ant task.

2013-06-27 Thread Manikandan
can improve startup time and JSP compilation time. > [java] org.apache.jasper.JasperException: > file:/home/local/mani/jsp/test.jsp (line: 2, column: 131) File > "/META-INF/struts-tags.tld" not found I have searched related to this but couldn't find any solution. -- regards, Manikandan

Unable to start Tomcat services

2006-12-13 Thread Dhanapal, Manikandan
solve this issue. I have created 3 services and try to start the service. but it is giving error as i mentioned earlier. Please refer the screenshot for the error message. I am using tomcat version 5.5.9. Thanks, -Manikandan. - To s

manikandan mvk wants to chat

2006-04-07 Thread manikandan mvk
--- manikandan mvk wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-8255bd5e0c-39d09e9a8a-072a1724bd16f73c You'

Re: Problem with httpservletrequest.getRemoteAddr() returns wrong IPaddress in multihomed machine

2006-04-07 Thread manikandan mvk
turns x.x.x.18 . I expects client originated from same machine and it's request.getRemoteAddr should also return x.x.x.18 .Where as it returns value as x.x.x.17 Can someone tell me how can I get resolve this . ~Mani On 4/6/06, Markus Schönhaber <[EMAIL PROTECTED]> wrote: > >

Problem with httpservletrequest.getRemoteAddr() returns wrong IPaddress in multihomed machine

2006-04-06 Thread manikandan mvk
Hi , I have a machine with multihomed interface . basically , I am making call where both the server and client are same machine . Here , I am trying to validate the IPaddress from the request with InetAddress.getLocalHost () . Since ,both the client and server are same machine . I expects httpse