Re: Example build.xml error?

2005-10-12 Thread Anto Paul
to make property build.home point to the application context directory of Tomcat. ie. something like property name=build.homevalue=${catalina.home}/myapp/ -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: newbee question on servlet and html

2005-10-12 Thread Anto Paul
align =3D centerBeer selecton Page /h1 form method=3DPOST action=3DBeerSelect what is this 3D before POST ? -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Illegal Field Name Error

2005-10-11 Thread Anto Paul
of the root cause is available in the Apache Tomcat/5.5.9 logs. Apache Tomcat/5.5.9 Delete the generated class files of your application and compile it. Also check struts.jar that it is not corrupted. -- rgds Anto Paul

Re: What to put into JAVA_HOME on Windows xp

2005-09-28 Thread Anto Paul
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: how to turn off session cookies

2005-09-28 Thread Anto Paul
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: saving files in webapp folder from deletion?

2005-09-28 Thread Anto Paul
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL

Re: HTTP header lines

2005-09-27 Thread Anto Paul
this to server\classes and modify values as needed. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: 'touch'ing jsp files to force recompilation

2005-09-26 Thread Anto Paul
this problem in win2k, JDK 1.4.2, Tomcat 5.5.9 and above. Sometimes I can't delete all the files from work folder. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: stop tomcat's logging in application's log

2005-09-21 Thread Anto Paul
log. Is there any way I can see only my application's log in my log file ? Where is the log4j.jar ?. Some documents are available. http://jakarta.apache.org/tomcat/tomcat-5.5-doc/logging.html http://jakarta.apache.org/tomcat/faq/logging.html -- rgds Anto Paul

Re: stop tomcat's logging in application's log

2005-09-21 Thread Anto Paul
framework). If you want it I can send it to you as WAR file for testing. NOTE: If you use any framework like Struts,Spring etc.. it will log into your applications log4j config. -Original Message- From: Anto Paul [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 21, 2005 11:55 AM

Re: Problems with utf-8 encoding

2005-09-19 Thread Anto Paul
% request.setCharacterEncoding(UTF-8);% to before jsp:useBean tag. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problems with utf-8 encoding

2005-09-19 Thread Anto Paul
Does your browser supports hebrew ?. If you are just getting the data from database and displaying, it should work fine. What database and JDBC driver you are using ?. On 9/19/05, Yair Zohar [EMAIL PROTECTED] wrote: Anto Paul wrote: On 9/19/05, Yair Zohar [EMAIL PROTECTED] wrote: Hello

Re: Specify work folder for each application

2005-09-16 Thread Anto Paul
. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Specify work folder for each application

2005-09-15 Thread Anto Paul
Hi all, Is it possible to specify work folder for the web application. What I need is to add generated source and class files of JSP's into Eclipse proect classpath. I am using Eclipse 3.1. I couldn't find a way to map an external folder into Eclipse classpath. -- rgds Anto Paul

Re: Real basic question - scope

2005-09-01 Thread Anto Paul
instance variable that stores the input data ?. -- rgds Anto Paul

Re: Real basic question - scope

2005-09-01 Thread Anto Paul
code fragments. -- rgds Anto Paul

Re: Character encoding question

2005-08-29 Thread Anto Paul
) { request.setCharacterEncoding(UTF-8); chain.doFilter(req,res); } c, Set the following header in all JSP pages. %@ page contentType=text/html; charset=UTF-8% Reference: http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg153811.html -- rgds Anto Paul

Re: Character encoding question

2005-08-29 Thread Anto Paul
of Bergen Library e: [EMAIL PROTECTED] t: +47 55 58 25 37 BORA: http://bora.uib.no/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- rgds Anto Paul

Re: Where can I find specs for ALL the xml tags that can be used in server.xml.

2005-08-28 Thread Anto Paul
On 8/29/05, Alan Chandler [EMAIL PROTECTED] wrote: Where can I find specs for all the tags in server.xml I use these pages. it explains the elements used in the server.xml. http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/index.html -- rgds Anto Paul

Re: JAVA_HOME beginner

2005-08-27 Thread Anto Paul
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: NamingException

2005-08-08 Thread Anto Paul
) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:156) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- rgds Anto Paul

What is APR ?

2005-07-24 Thread Anto Paul
Hi all, Is APR for Tomcat is any native library or java ? Where to get it ? -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: connection refused

2005-07-04 Thread Anto Paul
On 7/4/05, ganesan malairaja [EMAIL PROTECTED] wrote: hi guys when i try to access tomcat using //localserver:8080 it says connection refused .. I presume it is http://localhost:8080 or hostname:8080. Check for any firewalls. Check log messages in console. -- rgds Anto Paul

Re: Load oracle.jdbc.driver.OracleDriver class

2005-06-24 Thread Anto Paul
libraries with .jar extension only. Two suggestions I have for your problem. 1, Try using the 9i driver if possible. 2, Try to load using Thread.getContextClassLoader().loadClass() to test that the class is visible to your application. -- rgds Anto Paul

Re: Load oracle.jdbc.driver.OracleDriver class

2005-06-24 Thread Anto Paul
On 6/24/05, Giacomino Raccuia [EMAIL PROTECTED] wrote: With classes12.jar works fine, thanks lot!! But I can tell tomcat to use .zip file like previous version? Bye Mino On 24/06/2005 9:58, Anto Paul wrote: On 6/24/05, Giacomino Raccuia [EMAIL PROTECTED] wrote: I put the Jar

Is Tomcat is an application server ?

2005-06-21 Thread Anto Paul
Hi all, Many might have asked this question but I need a more elaborate answer. Today I attended an interview and the interviewer insists that Tomcat versions above 4.x is an application server. Is that true ?. What are the points to support the argument ?. -- rgds Anto Paul

Re: Is Tomcat is an application server ?

2005-06-21 Thread Anto Paul
. But it is not providing any services like transaction service, messaging service, remoting. Without these how it can be considered as an application server ?. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Is Tomcat is an application server ?

2005-06-21 Thread Anto Paul
and persistence services, method level security is also preferred. One can add all the above mentioned features to any servlet engine by deploying JAR files of the required services(JNDI,JTA,persistence and even EJB). So any servlet engine becomes an application server. Am I right ? -- rgds Anto

Re: java.lang.NoClassDefFoundError: sun/tools/javac/Main

2005-06-15 Thread Anto Paul
\common\lib may solve the problem. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Getting DBCP Exception

2005-06-14 Thread Anto Paul
connection failure during transaction. Attempted reconnect 3 times. Giving up What database you are using ? Read this doc http://jakarta.apache.org/tomcat/tomcat-5.5-doc/jndi-datasource-examples-howto.html#Common%20Problems -- rgds Anto Paul

Re: tomcat unable to serve struts action

2005-06-14 Thread Anto Paul
for request GET /index.do HTTP/1.1. That means the page is found and served but some errors occurred in the process and redirected to errorpage.jsp. Check the error logs to find the error. -- rgds Anto Paul - To unsubscribe, e

Re: Production ready JK release?

2005-06-09 Thread Anto Paul
check bugzilla to find related bugs to it and decide whether it is stable for your purpose. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat - Apache - Jk

2005-06-09 Thread Anto Paul
is it that the images don't show up in the access log ??? I dont know answer to your question but this may help you debug the problem. You can enable the AccessLogValve in Tomcat's server.xml to see what is being served by Tomcat. -- rgds Anto Paul

Re: Why I got multiple/many instance of tomcat + jvm right after I've started tomcat? ( on Red Hat Linux E 3 )

2005-06-08 Thread Anto Paul
. Any thing else did I miss? I am not sure whether it is because of the NPTL threading implementation in newer kernels. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Servlet Concurrency Issues

2005-06-08 Thread Anto Paul
On 6/8/05, Dakota Jack [EMAIL PROTECTED] wrote: Your best bet for understanding multithreading issues is to get a good understanding of the JVM. Can you recommend one ? -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL

Re: Tomcat Struts form population problem in PRODUCTION

2005-06-07 Thread Anto Paul
but couldn't find the reason. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How do you set the session timeout in tomcat so that the session only timeouts when the browser is closed?

2005-06-07 Thread Anto Paul
for this. If you use the AJAX approach to develop web applications it will be easy. I hadnt seen GMail session expired. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: What is wrong with TC or something else?

2005-06-06 Thread Anto Paul
On 6/7/05, Vernon _ [EMAIL PROTECTED] wrote: I already have this project in the stable status for some time. After updating a few of libraries, the TC It is not clear what libraries you updated. -- rgds Anto Paul

Re: Disabling put and delete http methods...

2005-06-06 Thread Anto Paul
-constraint /security-constraint -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Logging the HTTP headers

2005-06-03 Thread Anto Paul
? -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: ClassNotFoundException in thread

2005-06-02 Thread Anto Paul
and is in the right folder ?. Restarted Tomcat ?. Also try with a fresh copy of the jar. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: help for ClassNotFoundExcpetion

2005-06-02 Thread Anto Paul
is loading this and where it is located. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: when web.xml changes webapp does not reload if not in webapps ..

2005-06-02 Thread Anto Paul
that. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Log stderr and stdout into log file in tomcat 5

2005-06-01 Thread Anto Paul
? run it as a service in Windows. Other ways may be there. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problem in Tomcat startup

2005-05-31 Thread Anto Paul
java.lang.IllegalArgumentException: addChild: Child name 'bizDispatcher' is not unique at May be you declared bizDispatcher twice in the applications web.xml. Also check for this in Tomcats conf\web.xml. -- rgds Anto Paul

Re: Logging into rational database....

2005-05-27 Thread Anto Paul
? Thanks David Log4J can do that. Tomcat will use Log4J if it is configured. Search in the archives to learn how to configure it. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: my build structure..opinions wanted

2005-05-27 Thread Anto Paul
the reloadable feature and uses the manager application to reload the application. If reloadable is enabled TC will reload the application every time I compile a Java file. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: error-page not working for error-code 503?

2005-05-19 Thread Anto Paul
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] is Tomcat is behind of Apache ?. Try renaming /maintenance.html to /maintenance.jsp. -- rgds Anto Paul

Re: Tomcat on XP

2005-05-18 Thread Anto Paul
] For additional commands, e-mail: [EMAIL PROTECTED] You should check the log files. The logs is in the CATALINA_HOME\logs directory. If you run it using startup.bat errors will be displayed in the console. Post the error messages then somebody can help you. -- rgds Anto Paul

Re: java.lang.NoClassDefFoundError

2005-05-18 Thread Anto Paul
or the machine ? Which jar file is in the classpath when you compiled the servlet. The one in WEB-INF/lib ?. -- rgds Anto Paul

Re: tomcat alias assistance

2005-05-17 Thread Anto Paul
that web application. Could someone point me in the right direction? How/where do I configure an alias? I have Aliasmysite.com/Alias in server.xml nested inside the Host/ element. You should have a valid DNS entry for mysite.com. -- rgds Anto Paul

Re: No such list! s

2005-05-17 Thread Anto Paul
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] I got several. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Hiding port number when using mod_jk

2005-05-16 Thread Anto Paul
this? If you mean that Tomcat is still listening on port 8080, you must comment the connector element in server.xml which tells Tomcat to listen on port 8080. You should check your application source to see that no port no is hard coded in it. -- rgds Anto Paul

Re: Directory Creation in Servlet Question

2005-05-09 Thread Anto Paul
. if filePath is /anto. Then if Tomcat have write permission to root directory the directory will be created. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Directory Creation in Servlet Question

2005-05-06 Thread Anto Paul
. Then if Tomcat have write permission to root directory the directory will be created. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Question: Please tell me to connect Tomcat/Apache

2005-05-06 Thread Anto Paul
or better than Apache in serving static content. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Question: Please tell me to connect Tomcat/Apache

2005-05-06 Thread Anto Paul
On 5/6/05, anshul [EMAIL PROTECTED] wrote: Benchmarks shows that Tomcat 5 is same or better than Apache in serving static content. I think/read, Apache is better than Tomcat for HTML Web pages. I asked, to run .jsp from ~/wwwroot - Original Message - From: Anto Paul [EMAIL

Re: Digester / vector usage

2005-05-03 Thread Anto Paul
. Sun's Java forums may be of help. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Question Title: Newbie Tomcat 4.0 install gives 500 No Context configured error @ HTTP localhost

2005-05-01 Thread Anto Paul
, which is the latest stable version in 4.x tree. it is working out of the box for me. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: RES: How to search tomcat user list

2005-05-01 Thread Anto Paul
-archive.com. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat Administration problem

2005-05-01 Thread Anto Paul
=org.apache.catalina.realm.UserDatabaseRealm debug=0 resourceName=UserDatabase/ This uses the UserDatabaseRealm which reads the file conf\tomcat-users.xml Hope this helps -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Question Title: Newbie Tomcat 4.0 install gives 500 No Context configured error @ HTTP localhost

2005-04-29 Thread Anto Paul
directory. You made any modifications to conf\server.xml ?. Do you have a directory named ROOT in webapps folder. This will be installed by default. Tomcat uses some other ports other than 8080. One is shutdown port 8005 and the other is Apache connector listening on port no 8009. -- rgds Anto

Re: test mail

2005-04-29 Thread Anto Paul
Gmail has this problem. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: configurating tomcat 5.5

2005-04-29 Thread Anto Paul
and a message can be displayed to rename it to jar. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Encoding probleme

2005-04-29 Thread Anto Paul
: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] I know that in normal web applications one has to set the character encoding using ServletRequest#seCharacterEncoding() in a filter before the request is precessed. I dont know about Axis. -- rgds Anto Paul

Re: Catalina.out eats my harddisk space

2005-04-29 Thread Anto Paul
, log4j.properties in Tomcat installation. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Session lost when switching from https to http in Tomcat 5.

2005-04-28 Thread Anto Paul
-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Please specify version of Tomcat and URLs which you used which caused problems. It is working fine for me on Tomcat 4.1.12,4.1.30,4.1.31. -- rgds Anto Paul

Re: Parse error in web.xml

2005-04-27 Thread Anto Paul
] For additional commands, e-mail: [EMAIL PROTECTED] Take a look at CATALINA_HOME\conf\web.xml. If another one is available replace with that one. -- Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Parse error in web.xml

2005-04-27 Thread Anto Paul
On 4/27/05, nikhilesh goel [EMAIL PROTECTED] wrote: Dear Anto, thanks for the tip but my Tomcat refuses to budge. I am still getting the same error. Regards Nikhilesh --- Anto Paul [EMAIL PROTECTED] wrote: On 4/27/05, nikhilesh goel [EMAIL PROTECTED] wrote: Hello, I am

Re: Parse error in web.xml

2005-04-27 Thread Anto Paul
a sudden collapse. Regards --- Anto Paul [EMAIL PROTECTED] wrote: On 4/27/05, nikhilesh goel [EMAIL PROTECTED] wrote: Dear Anto, thanks for the tip but my Tomcat refuses to budge. I am still getting the same error. Regards Nikhilesh --- Anto Paul [EMAIL PROTECTED

Re: problem with compilation of jsp

2005-04-26 Thread Anto Paul
to the JDK can any one help solve this this problem please? Try setting JAVA_HOME instead of java_home. I am not sure whether it is case sensitive in windows. It is not a good idea to install Tomcat in a directory with spaces in the name. -- Anto Paul

Re: Issue: HTTP 404---requested resource is not available

2005-04-26 Thread Anto Paul
-nameForward/servlet-name url-pattern/Forward/url-pattern /servlet-mapping You can see any errors on the console if you run it in windows using startup.bat or catalina.bat. If you are running it as service check logs\stderr and logs\stdout files for error messages. -- rgds Anto Paul

Re: How get www.site.com homepage requests to forward to Tomcat without a redirect?

2005-04-25 Thread Anto Paul
to pass on the request to the JK connector. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to change a running Tomcat with root user to other user.

2005-04-16 Thread Anto Paul
PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] You can consider using the Linux netfileter package to map port 80 to another port. Then you can run Tomcat at port 8080 and set up netfilter to redirect all request on port 80 to 8080. -- Anto Paul

Re: can´t Configurate Database Connection Pool (DBCP) with Tomcat 5.0.28

2005-04-15 Thread Anto Paul
] You have the Oracle JDBC driver in place. I think best place is common\lib. You have rename the zip file to jar. -- Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: can´t Configurate Database Connection Pool (DBCP) with Tomcat 5.0.28

2005-04-15 Thread Anto Paul
is not to use GlobalNamingResources instead follow the instructions exactly given in the URL you have posted. BTW I couldnt find any context configured in your server.xml. May be it is the reason. -- Anto Paul - To unsubscribe, e

Re: Multiple tomcat instances

2005-04-15 Thread Anto Paul
] For additional commands, e-mail: [EMAIL PROTECTED] If you have more than one IP address you can run more than one instances on same machine on same port but different IP addresses. You have to specify the IP address in the address attribute of Connector/ element. -- Anto Paul

Re: class path (UNCLASSIFIED)

2005-04-13 Thread Anto Paul
- Communicate instantly...Ping your friends today! Download Messenger Now Classification: UNCLASSIFIED Caveats: NONE Better you copy CATALINA_HOME\common\servlet.jar to C: and set CLASSPATH accordingly or pass CLASSPATH as an argument to javac. -- Anto Paul

Re: error-page in web.xml and cache-control

2005-04-06 Thread Anto Paul
is the exact message you get when clicking back button in browser ?. What browser you use ?. I think it is issued by browser not Tomcat. -- Anto Paul www.benchmarksoft.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: error-page in web.xml and cache-control

2005-04-06 Thread Anto Paul
to page A using HTTP POST method and browser is complaining about that when you go back to that page. You can check browser refresh in server side using tokens. If you use Struts it has built in APIs for it. -- Anto Paul www.benchmarksoft.com

Re: build problem

2005-04-05 Thread Anto Paul
memory is correct you can find all the dependencies in build.properties.default. mx4j is hosted at SourceForge.net. mx4j.sf.net. -- Anto Paul www.benchmarksoft.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Tomcat aborts

2005-04-04 Thread Anto Paul
problems? -Ursprüngliche Nachricht- Von: Anto Paul [mailto:[EMAIL PROTECTED] Gesendet am: Freitag, 1. April 2005 14:37 An: Tomcat Users List Betreff: Re: Tomcat aborts On Apr 1, 2005 5:56 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, we are running tomcat

Re: tomcat ssl configuration

2005-04-04 Thread Anto Paul
help me with this issue? Thanx, Mustafa. You will get some error messages if it is not working. Post the error messages. Then somebody can help. The log files are located in CATALINA_HOME/logs directory. -- Anto Paul www.benchmarksoft.com

Re: Installation problem

2005-04-02 Thread Anto Paul
: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Do you have administrative priviliges in that system ? -- Anto Paul www.benchmarksoft.com

Re: build problem

2005-04-02 Thread Anto Paul
PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] run Ant with debug enabled or verbose out put enabled to find the exact element at which it failed. -- Anto Paul www.benchmarksoft.com - To unsubscribe, e-mail

Re: Query on catalina.bat of Tomcat 5.0.28

2005-04-01 Thread Anto Paul
On Apr 1, 2005 2:11 PM, Lakshmi Narayanan K. [EMAIL PROTECTED] wrote: Hi All, In the file catalina.bat, the following lines of code are present: echo Using CATALINA_BASE: %CATALINA_BASE% echo Using CATALINA_HOME: %CATALINA_HOME% echo Using CATALINA_TMPDIR: %CATALINA_TMPDIR%

Re: Tomcat aborts

2005-04-01 Thread Anto Paul
16896K, used 16311K [0xf540, 0xf648, 0xf940) object space 16896K, 96% used [0xf540,0xf63edca0,0xf648) Im not familiar with that memory stuff. Any ideas? Cheers Dirk You tried any other versions/vendor of JRE ?. This is problem with JRE. -- Anto Paul Benchmark Softech

Re: tomcat 5.5/win loading external image files

2005-04-01 Thread Anto Paul
and the Servlet reads the file using ServletContext.getResourceAsStream() and write it to the OutputStream returned by the response.getOutputStream(). Dont forget to set the appropriate MIME type for content type. -- Anto Paul Benchmark Softech www.benchmarksoft.com

Re: Debugging tomcat startup

2005-04-01 Thread Anto Paul
in server/lib. These jars are not visible to applications. -- Anto Paul Benchmark Softech www.benchmarksoft.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Configuring Manager for different Virtual Hosts

2005-04-01 Thread Anto Paul
if you have different CATALINA_BASE for each web application. -- Anto Paul Benchmark Softech www.benchmarksoft.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

mod_jk configuration question

2004-10-01 Thread Anto Paul
Context path= docBase=ROOT debug=0/ /Host Both connectors should connect to respective hosts context. When I tested this all JSP requests are going to the localhost. rgds Anto Paul -- To strive,to seek,to find and not to yield

Servlet mapping problem

2004-09-29 Thread Anto Paul
to /sites/one.com . A request to two.com should go to /sites/two.com . How to make it. Thanks in advance Anto Paul -- To strive,to seek,to find and not to yield - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Servlet mapping problem

2004-09-29 Thread Anto Paul
Hi there, I posted this to Tomcat User List. I didnt posted this to Struts. Although the application is using Struts it is not specific to Struts. rgds Anto Paul On Wed, 29 Sep 2004 00:59:53 -0700, Michael McGrady [EMAIL PROTECTED] wrote: Anto Paul wrote: Hi all, I am writing

Re: AW: Servlet mapping problem

2004-09-29 Thread Anto Paul
I cant grasp what you said. I am using Tomcat 4.1.x. I searched in Google for world welcome-file and could'nt find anything on it. Are you talking about welcome-file-list ?. rgds Anto Paul On Wed, 29 Sep 2004 11:43:33 +0200, Steffen Heil [EMAIL PROTECTED] wrote: Hi I wrote a servlet

Re: Servlet mapping problem

2004-09-29 Thread Anto Paul
comment on this. rgds Anto Paul On Wed, 29 Sep 2004 09:04:32 -0400, Shapira, Yoav [EMAIL PROTECTED] wrote: Hi, However, I am sure about the fact, that you cannot map a single url such as /. (Yes, you can define a mapping of /, but that maps to EVERY request, NOT to the root url only

[OT]Geronimo and Tomcat

2004-09-28 Thread Anto Paul
Hi all, I was reading a tutoral on using Geronimo. It seems that Geronimo is using Jetty. Why it don't use Tomcat. Or is Tomcat is available as optional plug in ?. rgds Anto Paul -- To strive,to seek,to find and not to yield

Re: [OT] Handling JDBC transactions

2004-09-23 Thread Anto Paul
Simulating real world is a QA fellows job. I write code, foresee any bugs that it may have, write tests for it, run tests using Ant, deploy to Tomcat(copy files) and test. Only JSP pages one need to test using a container with every change for- for the visual layout. rgds Anto Paul On Thu, 23

Re: [OT] Handling JDBC transactions

2004-09-23 Thread Anto Paul
I don't have any knowledge of Cactus/MockObjects. I had never thought about such a testing strategy. Thanks for the info. Anto Paul On Thu, 23 Sep 2004 09:34:34 -0400, Shapira, Yoav [EMAIL PROTECTED] wrote: Hi, Do you run unit test using Cactus for all code changes ? Just to know ?. I

Re: Preload JSP when it's startup

2003-11-28 Thread Anto Paul
I use the following Ant build file to precompile all jsps to work dir. I prepared this based on another post in this list. All the jsps are converted to java and then to class files. project name=myapp default=all basedir=E:\Tomcat4.1\work\Standalone\localhost\myapp !--Simple build file to

How to stop execution of infinite loop in Tomcat ?

2003-06-18 Thread anto paul
no physical access. Regards Anto paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

  1   2   >