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
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
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
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]>
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
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
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
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
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
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
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.
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:
-
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.
>
13 matches
Mail list logo