  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | Tomcat |
Hi
I use Tomcat 5.5 I installed it in an ubuntu I have to start it as root
with startup.sh. to deplay a war file during development I have to do
following
1. ftp to my home directory
2. ssh to On 9/4/07 David Delbecq <delbd+jakarta@(protected) > wrote
>
> J2EE specs says librairies of a webapp must be in /WEB-INF/lib (that 's
> for the part about subjet line where you use /lib)
Thank you DaviJ2EE specs says librairies of a webapp must be in /WEB-INF/lib (that 's
for the part about subjet line where you use /lib)
Now for you mail content you seem to be indeed using WEB-INF/lib and
it Hi
Does anyone know if the SSLCertificateFile attribute of the connector element supports URIs? So for instance if there were 10 hosts for example.com and each host wanted to share the same certifi
"Christian Andersson " <ca@(protected) > wrote in message
news 46DBBAD9.8030002@(protected)
> I 'm sorry that I 'm asking this directly without havinge done that much
> research on this matter but I 'm hard prThis is related to my previous email thread but slightly different
circumstances.
Apache Tomcat 6.0.14
Java 1.6.0_02-b05
Wicket 1.3.0-beta3
I 'm trying to run a Wicket application and it 's not workiOn 9/4/07 Caldarale Charles R <Chuck.Caldarale@(protected) > wrote
>
> > From David Delbecq [mailto delbd+jakarta@(protected)]
> > Subject Re NoClassDefFoundError javax/servlet/http/HttpServlet
> >
> > From Ghodmode [mailto ghodmode@(protected)]
> Subject Re NoClassDefFoundError javax/servlet/http/HttpServlet
>
> I 'm not using WAR files. I 'm just putting all of the files
> in the necessary lOn 9/4/07 Caldarale Charles R <Chuck.Caldarale@(protected) > wrote
>
> ...
David D already pointed out the likely cause of the problem.
>
> - Chuck
>
Unfortunately David 's idea wasn 't a solution > From David Delbecq [mailto delbd+jakarta@(protected)]
> Subject Re NoClassDefFoundError javax/servlet/http/HttpServlet
>
> Check also it 's neither in shared/lib and that there is no CLASSPATH
> definCheck also it 's neither in shared/lib and that there is no CLASSPATH
defined (tomcat handles all by itself classpath).
David Delbecq a ?crit
> Check you didn 't add servlet-api to your webapp class > From Martin Gainty [mailto mgainty@(protected)]
> Subject Re NoClassDefFoundError javax/servlet/http/HttpServlet
>
> Is servlet-api.jar in $CATALINA_HOME/common/lib
As clearly stated by the OP On 9/4/07 Martin Gainty <mgainty@(protected) > wrote
>
> Is servlet-api.jar in $CATALINA_HOME/common/lib
>
I 've see reference to it on some forums but there 's no "common " directory
in my Tomcat insIs servlet-api.jar in $CATALINA_HOME/common/lib
M--
Thanks for your reply David.
For this servlet there 's nothing in WEB-INF/lib. If it was a standalone
Java app I guess the CLASSPATH would definitely be the first thing to
check. Is there a way to Check you didn 't add servlet-api to your webapp classpath. The
servlet-api must *not* be present in WEB-INF/lib
Ghodmode a ?crit
> I 've had some problems loading servlets so I tried a basic HelloWI 've had some problems loading servlets so I tried a basic HelloWorld just
to make sure everything was working.
java.lang.NoClassDefFoundError javax/servlet/http/HttpServlet
servlet-api.jar is in
Thanks for your time/answers.
> > Ideally I would want to hide this completely from the user using whatever
> > coding is needed.
>This would be a custom authenticator. You should be able to use
>org
Ok now it is working I was missing the root cert.
I generated a script that did all the work
JAVA_HOME /usr/java/latest
export JAVA_HOME
PATH $JAVA_HOME/bin $PATH
export PATH
THE_NAME www.dummPeter Coppens wrote
I haven 't tried any of this...
> Ideally I would want to hide this completely from the user using whatever
> coding is needed.
This would be a custom authenticator. You should bGabriel Belingueres wrote
> Hi
>
> When we redeploy an application (using the manager webapp) all the
> accents in the jsp pages are changed for other characters. If we
> shutdown and the startup t
Tomcat fans
I was wondering whether anyone has found an elegant way (or has pointers to
information on how) to deal with a timeout on the login form (form based
authentication).
Ideally I would waHi
When we redeploy an application (using the manager webapp) all the
accents in the jsp pages are changed for other characters. If we
shutdown and the startup the Tomcat server the problem dissapeaIf my quick read of your problem is correct (only works when run from
command line) then I would venture to say that you may have a rights issue.
Who owns the app? By default Tomcat starts from the
Did you replace the JVM for the SUN 's?
I had many problems using the Red Hat packaged tomcat and without installing
tomcat again it worked fine just replacing the JVM. If you look at the
following po
So what you did was to create a new private key CSR and then just follow the
instructions from your CA and everything worked?
Thanks
Johann
--
View this message in context http //www.nabble.comOn 9/3/07 Werner Schalk <werner_schalk@(protected) > wrote
> ... what I ended up doing was buying a new certificate
Your CA wouldn 't let you submit a new CSR and re-issue the cert??
That 's surprising.
Hi
I tried with the Intermediate Cert as well but then I had the same problems
(see below). Take a look at the
comments on AgentBob 's website one is mentioning putting all certs together
to make <converter > and DateTimeConverter are features of JSF so perhaps this
isn 't the best place to ask about them.
But if I wanted to do this without JSF I can think of a couple of ways
1. Add a prope
I 'd like to use the DateTimeConverter inside the following tr tag (for the
bean property diagnoseDatum)
<tr onmouseover "Tip( 'Erfasst am ${diagnose.diagnoseDatum} ') " >
How can I achieve this? I 've  |
|
 |