Re: Off-Topic question..

2002-05-07 Thread PChaganti
Try Pan or KNode... -prabhakar Sorry for my Off-Topic question but I couldn't find a solution. I am reading news messages offline with Outlook Express and I have a problem; When I synchronized the news server and my local box Deleted/Outdated messages are also deleted from my local box. I

Re: xerces version

2002-05-06 Thread PChaganti
Yes. If you place the new jar in your webapps lib, your webapp will use the new Xerces2. Keep in mind though that Tomcat itself will use the jar it is shipped with and not the new one in your webapp lib. -prabhakar Whats the version of Xerces that is shipped with Tomcat 4.0.3. I want to

Re: How to create dynamic graphs on web pages?

2002-05-06 Thread PChaganti
Try the JFreeChart from http://www.object-refinery.com/jfreechart/index.html. I have used it on one of my projects and really liked it. It is Open source too... -prabhakar We need to display graphs on our web pages based on our data reports. We guess we need a set of API to create the

Re: import javax.servlet.http.* problems

2002-05-06 Thread PChaganti
I don't think there is a ServletUtilities class in the servlet API (javax.servlet.*). -prabhakar chaganti Tomcat 4.0.3 JDK 1.4 Attempt to compile following Servlet results in error. Question. Is ServletUtilities renamed or unavailable in tomcat-4.0.3 or javax.servlet.http.* renamed. Or is

Re: System properties

2002-05-03 Thread PChaganti
What system properties are you referring to? prabhakar Is it possible to change system properties from within' a JSP page. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: ideas invited

2002-05-02 Thread PChaganti
If you set the java path and tomcat home in rc.local, what user are these env variables being set for?? prabhakar hi, i want tomcat 4 to startup up auto whenever the machine is rebooted so i have put the entry tomcat_path/startup.sh. As suggested by some i have set the java path and tomcat

Re: Can I switch XML Parser with Tomcat 3.2.4

2002-05-02 Thread PChaganti
Add crimson.jar to the the WEB-INF/lib in your webapp. That will make the classes from crimson.jar available to only your webapp while Tomcat and other apps will use the one shipped with Tomcat. -prabhakar chaganti I am using Tomcat 3.2.4, can I switch from using parser.jar to using

RE: Can I switch XML Parser with Tomcat 3.2.4

2002-05-02 Thread PChaganti
I am using Tomcat 4.0.3. The way Tomcat4.x classloaders work, your webapp will look for a class first in your WEB-INF/lib and WEB-INF/classes directory before going up the chain of classloaders. Tomcat 3.2 may handle things differently like you said. prabhakar chaganti I think I was told

Re: XML and JSP

2002-05-02 Thread PChaganti
Try the JSP spec. It details how the xml version of the jsps work. It is available at the sun site. -prabhakar chaganti Hello... buddies. Can somebody tell me the websites regarding the tutorials/guidelines on how to use XML and JSP. THanks. :) -- To unsubscribe: mailto:[EMAIL