Can't import REAL certificate into TOMCAT 4.0.3 / 4.1.2

2002-05-29 Thread MindTerm
running keytool -import -alias tomcat -keystore -trustcacerts -file . Any suggestion ? I am running my application in a internal LAN environment. mindterm __ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.y

Re: Help JDBC

2001-09-16 Thread MindTerm
Dear arshad, Have you placed your *.jar *.zip ( not *.class ) in something like that /project/WEB-INF/lib ? I remember that it needs a classes111.zip which can download from oracle website. Also, becare of the version of this library file. M.T. --- arshad mahmood <[EMAIL PROTECTED]> wrot

Re: problems starting tomcat

2001-09-14 Thread MindTerm
Dear James, I am not sure but I guess that you should find some issue about JDK version ( locale or interational ) . M.T. --- James Leotta <[EMAIL PROTECTED]> wrote: > Hello everyone, > > I am trying to start Tomcat running on linux and am > getting an exception : > > mirwais:/opt/jakarta-t

Re: cannot reload servlets

2001-09-14 Thread MindTerm
Dear Celil, Tomcat can reload the servlet by setting reloadable to true. For Example, By default, you can see the effect at once in tomcat 3.0 , and you need to wait a moment in tomcat 4.0 . Details are printed in TOMCAT DOCUMENTATION. M.T. --- Celil Germeyan <[EMAIL PROTECTED]>

Re: Mapping question

2001-09-08 Thread MindTerm
Dear Andrew, My Mapping, for your reference : Dispatcher org.system.Dispatcher Dispatcher /p1/* M.T. --- Andrew <[EMAIL PROTECTED]> wrote: > > > Process > > /Path/*.ext > > > > This mappping doesn't work in Tomcat4.0b7 > > request /Context/Path/exampl

Re: setting classpath for an application

2001-09-04 Thread MindTerm
Dear Christian, Place your class files in /yourproject/WEB-INF/lib/. M.T. --- [EMAIL PROTECTED] wrote: > Hi > > I don't want to set classpath generally by starting > tomcat but explicitly > for my application. Is it possible to do this in > web.xml (if yes how)? > > Mit freundlichen Grüßen

Re: Newbie question

2001-09-04 Thread MindTerm
Dear Mark, I have this problem before, and it is sovled. However, I don't recall my memory what's the problem. Maybe it cause by setting in server.xml . Please have a look. M.T. --- Mark Gargan <[EMAIL PROTECTED]> wrote: > Hi folks, > I've just recently started using Tomcat and so > far

Re: SQL Error

2001-08-31 Thread MindTerm
Dear David , Please noted that each connection may have a time out period. If all of your statement use the same connection object, it maybe timeout at some time. Hope it can help ~ M.T. --- David DELGRANCHE <[EMAIL PROTECTED]> wrote: > Hi > > I have a question p

Re: Tomcat 4.0-b7 doesnt compile servlets

2001-08-29 Thread MindTerm
Dear Roland, Please write down the error, else no one can help you. My servlet and Jsp files are runing fine in Tomcat 4.0 beta7 ~ . JSP files are placed in /webapps/projectname/jsp/modulename/*.jsp while Servlet files are placed in /webapps/projectname/WEB-INF/classes/*.class

RE: Custom Tag Can't Compile problem.

2001-08-29 Thread MindTerm
ng that it *should* work as long as the > file TagManager.class > exists in /WEB-INF/classes/ (or is in the > classpath). I have never tried to > compile and use a custom-tag without placing it in a > package. > > Please post your findings. > > -- Andy Blanchard > > -Orig

RE: Custom Tag Can't Compile problem.

2001-08-29 Thread MindTerm
Dear Blanchard Andrew H, Yes, you are correct. The custom tag handler should be included in a package, say, com.xyz.TagManager instead of TagManager . But, is it a bug, standard or something else ? > TagManager > com.xyz.TagManager M.T.

Custom Tag Can't Compile problem.

2001-08-28 Thread MindTerm
Dear all, I want to implement custom tag in jsp and I got the following error : Environment: -- OS: Win 2k Tomcat 4.0.7 beta TagManager.class located at webapps/myproject/WEB-INF/classes/TagManager.class web.xml: -

Re: can't open, can't be found

2001-08-09 Thread MindTerm
Dear Ling, If you want somebody to help you, please give more detail information. Do your jsp files placed in webapps/projectname/jsp/*.jsp ??? M.T --- Ling Wang <[EMAIL PROTECTED]> wrote: > > When I try to run some .jsp files under webapps, I > got can't open and not > found message. >