where can i change the tomcat root directory

2001-06-28 Thread Venkatesh T

Hi
where can i change the tomcat root directory value.

How can i remove IOException errors for gifs/images of socket errors.
For accessing one page i am getting so many errors like this. To be
frank, it should not be displayed at the clients machine.


looking for appreciation..

venkatesh




how to change root value

2001-06-25 Thread Venkatesh T

Hi
  How can i change the root directory value which is
jakarta-tomcat/webapps/root  by default.

When i am accessing the homepage of the site, it is displaying the full
path in the browser.  How can i change this. I don't want to display the
homepage filepath.


Thanks and Rgds
venkatesh



The Information contained and transmitted by this E-MAIL is proprietary to 
Wipro Limited and is intended for  use only by the individual or entity to which 
it is addressed, and may contain information that is privileged, confidential or 
exempt from disclosure under applicable law. If this is a forwarded message, 
the content of this E-MAIL may not have been sent with the authority of the 
Company. If you are not the intended recipient, an agent of the intended 
recipient or a  person responsible for delivering the information to the named 
recipient,  you are notified that any use, distribution, transmission, printing, 
copying or dissemination of this information in any way or in any manner is 
strictly prohibited. If you have received this communication in error, please 
delete this mail  notify us immediately at [EMAIL PROTECTED] 




How to avoid of displaying the homepage file path

2001-06-21 Thread Venkatesh T

Hi
  when we are giving the site name, it is loading the welcome file
defined in the web.xml file.  But it is displaying the full path of the
file in the browser.  Can i avoid this.  If so, how can i done.

thanks in advance...

Regards
venkatesh




what is this number -2147483646

2001-06-21 Thread Venkatesh T

HI
  What is the meaning of the foll. code in web.xml file for startup
servlets.

 load-on-startup
-2147483646
 /load-on-startup


can any one know ..

Rgds
venkatesh




Hi

2001-06-21 Thread Venkatesh T

HI Forum
   Yesterday i post question with subject as How to avoid of displaying
the hxmxpxxx file path in the forum.  But all the people got
MAILER-DAEMONs from engnetworld.com domain server.

 It was deeply regret for the inconvenience.  This is not my mistake.
But making the homepage as the keyword in filters is not known to
anyone.

Once again i am feeling very sorry for the inconvenience caused to u all
the people.

Mazzy, thanks for u

Can anyone send the reply for this question.

Regards
venkatesh




socket write and Connection reset by peer

2001-06-18 Thread Venkatesh T


Hi

  I am getting frequently these errors.   I am using some flash and gif
files in my jsp page.  For each and every image i am using i am getting
the following errors. But the pages displaying properly.

 Ctx(  ): IOException in: R(  + /ssp/jsp/righttop.swf + null) socket
write error (code=10053)

 Ctx(  ): IOException in: R(  + /ssp/jsp/true.gif + null) Connection
reset by peer: socket write error


Can any one know about this errors.  Tell me how to remove these errors
from the console.

regards
venkatesh



Can't happen - classname is null, who added this

2001-06-16 Thread Venkatesh T


Hi
 When i am running the tomcat and opened the files, some times
frequently i am getting the following errors. If i restart the tomcat
it is working fine. Can any one know about this. Tell
me how to rectify this problem. My OS is Win NT 4.0 Server. Tomcat
version is 3.2.1
Thanks in advance
venkatesh


Error: 500
Location: /jsp/test.jsp
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.handleStatus(ContextManager.java:1049)
at org.apache.tomcat.facade.HttpServletResponseFacade.sendError(HttpServletResponseFacade.java:216)
at org.apache.tomcat.facade.HttpServletResponseFacade.sendRedirect(HttpServletResponseFacade.java:230)
at ssp.jsp._0002fssp_0002fjsp_0002fuser_0005fvalidations_0002ejspuser_0005fvalidations_jsp_5._jspService(_0002fssp_0002fjsp_0002fuser_0005fvalidations_0002ejspuser_0005fvalidations_jsp_5.java:149)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:177)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:318)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java,
Compiled Code)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)
at org.apache.tomcat.core.Handler.service(Handler.java:286)
at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:797)
at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:210)
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)