Hi Kavi,
JavaBeans must be placed in the Web-Inf/classes directory of your webapp as
long as they don't belong to a package and you don't set a classpath. Else
you must create a directory structure similar to your package name, i.e.
package: yourpack.com --> web-inf/classes/com/yourpak.
Hope thi
I am sorry this is taking up alot of peoples time..
Now i get an error no self-signed certificate in reply
Any Ideas?
Todd
-Original Message-
From: Rams [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 29, 2001 9:06 AM
To: [EMAIL PROTECTED]
Subject: RE: Still Have SSL problems
if u have c
Hi,
I have some problems importing classes of java which are used for JSP pages
( under Tomcat - linux) , the package oracle.jdbo.*.
I´ve defined the CLASS_PATH, JAVA_HOME, I´ve copied the package in
jdk1.3.1/lib, in jdk1.3.1/jre/lib, in jakarta-tomcat/lib but the tomcat
doesn´t find it.
Thank
if u have certificate, u can import it to keystore thru' keytool with alias
'tomcat'.
try with this.
Rams
-Original Message-
From: Todd Sussman [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 29, 2001 12:06 PM
To: [EMAIL PROTECTED]
Subject: RE: Still Have SSL problems
Ok. Maybe I can ex
> I find Tomcat-4.0-b5 not reloading a modified jsp file, why ?
It's a Windows specific bug, which was found shortly after b5 was released.
Since it only affects a "limited" number of people, and b6 is planned for
before J1, we decided to wait before releasing a fixed version.
You can download a
Hi to all,
The new tomcat 3.2.2 release doesn't have any problems with the mod_jk CPU
overloading, I just installed and is working perfectly...
Regards...
Guido.
P.D: Of course, you should conpile the mod_jk with your apache in your
platform (machine, CPU, hardware) and is also my advise...T
Hi,
I find Tomcat-4.0-b5 not reloading a modified jsp file, why
?
Thanks for some help
SongDongsheng
Ok. Maybe I can explain a little better. I had tomcat running against
IIS. All was fine. I added a SSL Cert from Verisign to the IIS. I
need to allow tomcat to use SSL aswell. I uncommented the section in
server.xml for use with SSL. What I need is to know how to import the
same ssl cert to
Hi,
I find Tomcat-4.0-b5 not reloading a modified jsp file, why
?
Thanks for some help
SongDongsheng
it should jsut use keytool that comes with the jdk.. have a look at the
tools java doc.
i think that netscape object signing uses netscapes keystore. but java ( jdk
) also has a keystore and tool.
hope this helps.
-Original Message-
From: Todd Sussman [mailto:[EMAIL PROTECTED]]
Sent: Tue
Hi
Andromaque,
can u elaborate ur
doubt?
Rams
-Original Message-From: François Andromaque
[mailto:[EMAIL PROTECTED]]Sent: Monday, May 28, 2001 9:16
PMTo: [EMAIL PROTECTED]Subject: Signed
certificate and tomcat
How configure tomcat, after have create a new
self signed c
Hi everyone,
I am trying to use my first javabean in a JSP using
tomcat but where I must place the bean(or package??)
I am getting error 500 - Unable to load class
Please help!!
__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great p
HI all,
I am using JBoss2.2 with embeded tomcat3.2.1. I managed to deploy my EJBs to
JBoss server.
I am importing my EJB classes in my JSPs which are deployed in
the embedded Tomcat. I have a bunch of them...so can't be bothered to add
all of them to the system classpath. So..How to Add my deploy
I altered the server.xml file as explained in the ssl + tomcat document.
The problem I have is that I do not understand how to import the cert. I
have from Verisign. This was created with a request gernerated by IIS
5.0. I keep getting an error that it can not find the .keystore file.
Do I need
Hi,
I read an old post that said the problem of "not reloading a modified inlude
file unless the outer file was also modified" was going to be fixed in 3.x
I tested this problem in
- 3.3 milestone 3
- 3.3 dev
- 4.0 dev
but it doesn't seem to have been fixed.
Just wanted to know if it ha
Hey
nullpointers happen all the time look at the stack trace and c if you can work
out whats wrong..
adcl
loads the class at line 518 .. check it out what could be null?? the byte
stream.. wouldn't yu xpect a IOException ??
resolveClass is inherited and works pretty damn well..
but what co
Hi,
This is the most common error i get. I usually get if i try to compare
or concat string variables that are null in value. Please check are your
string variable.
HTH
Best Regards
Moin.
Kevin Fonner wrote:
I
am attempting to set up a servlet which acts as and rmi client. I
am getting an erro
On Mon, 28 May 2001, Krishna Kishore Thotakura wrote:
> yeah..now, it works.
>
> >nohup ./startup.sh -f server_1.xml >&1 &
>
> could u please explain how it made a difference?
> What does redirection to '&1' mean? sorry, i am not a unix pro.
Ummm, the command you show above doesn't match either
I am redoing the server.xml file incase of any errors I may have made.
This being the first time I have delt with SSL at all. When we access
our site with http everything works fine. The same with https. The
problem is that when we request using https, a message appears asking if
we would like
The servlets we had mapped in tomcat.conf had to be added as aliases in
IIS. The same way you added "jakarta" for isapi_redirect.dll
Hope this helps.
Todd
-Original Message-
From: hardik [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 06, 2001 3:23 PM
To: [EMAIL PROTECTED]
Subject: to
On Mon, 28 May 2001, Jan Labanowski wrote:
> The commands can also look like:
>
> Under /bin/sh, /bin/ksh, /bin/bash, etc:
>
> nohup ./startup.sh -f server_1.xml > /tmp/mytomcat.log 2>&1 &
>
> Under /bin/csh or /bin/tcsh
>
> nohup ./startup.sh -f server_1.xml >&! &
Don't you need a file name
I am pleased to announce that the Tomcat 3.2.2 release is now
available for download at
http://jakarta.apache.org/builds/tomcat/release/v3.2.2
Tomcat 3.2.2 is a maintenance release that fixes several bugs from version
3.2.1 and corrects all known specification compliance issues. The release
not
using entries allows you to:
- specify init-parameters
- specify security-role-refs (a security role mapping)
- specify a security role to use for the request
- specify the servlet to be loaded on application (servlet context) startup
- specify a *jsp* to be used (not just a servlet class)
- use
- Original Message -
From: "Brian Kejser" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 29, 2001 8:09 AM
Subject: web.xml
> Hi
>
> Is there any advantage to adding entries in the WEB-INF/web.xml or
> should you just rely on the auto loading feature?
>
>
Hi...
Has anyone or does anyone know of anyone who has done
a mission critical deployment of Tomcat in a financial
environment? I'd really like to hear from you...
Thanks...Pete
=
Peter S. Horne
[EMAIL PROTECTED]
To know and not to do is not to know
--
I am attempting to set up a servlet which acts as
and rmi client. I am getting an error which I don't understand. Are
their additional securitys I have to set or something??
Here's the error
Internal Servlet Error:java.lang.NullPointerException
at java.lang.ClassLoader.resolveClass0(Nativ
Hi
Is there any advantage to adding entries in the WEB-INF/web.xml or
should you just rely on the auto loading feature?
Thanks
Hello all,
I have to received this error when i try to run
tomcat, it's strange cos coincidentally my installation was ok and it has
occurred after i install jdk1.3.1. I tried to reinstall jdk1.3.0_02 and
even tomcat, but i didn't get success.
I verified tomcat archive messages, not all of
Thanks a lot! You think I can get the latest build
from the same place from apache.org on July 1st.
--- Remy Maucherat <[EMAIL PROTECTED]> wrote:
> > I am using catalina 4.0 B5. But if I make changes
> to
> > the JSP page it does recompile the page. Even
> after
> > restarting the catalina. Only
> I am using catalina 4.0 B5. But if I make changes to
> the JSP page it does recompile the page. Even after
> restarting the catalina. Only way to see the changes
> is to add a new JSP page & restart the server. What
> configs in server.xml I need to change?
>
> Thanks in advance for your help.
I am using catalina 4.0 B5. But if I make changes to
the JSP page it does recompile the page. Even after
restarting the catalina. Only way to see the changes
is to add a new JSP page & restart the server. What
configs in server.xml I need to change?
Thanks in advance for your help.
=
Sachin
Hmm, thanks again Jan,
but this method isn't available in Tomcat 3.2.2. So
I fear I must perform getting userrole and userpass manually. How can I read out
server.xml so that I have not to write a properties file where the name of the
auth DB, useradminname and useradminpass once again?
T
Hello guys,
I don't know what's happening with my tomcat installation, it was ok... but suddenly
stopped. I'm running on win2k + IIS redirect mode. When type "tomcat start" on prompt
C:\>, i receive the usual messages in a new "DOS" window and after it close
automatically and tomcat process han
I'm running Tomcat on Windows 98 and I can't get to my localhost:8080 =
page. Please take a look at my batch file. Thanks!
Rocknation
@echo off
rem A batch file to start/stop tomcat server.
rem This batch file written and tested under Windows NT
rem Improvements to this file are welcome
rem Gu
hi,
I have a apache 1.3.19/tomcat 3.2.1/w2k install with an app that using Xalan.
Everything was working perfectly, though to get it all
working I had to play around with my classpath, with the jaxp and crimson jars, to
avoid NoSuchMethodErrors.
Since then I've played around with some other we
It has been suggested that the problem mentioned below may be fixed by
adding two more steps:
export LD_LIBRARY_PATH
=$JAVA_HOME/jre/lib/i386/hotspot:$JAVA_HOME/jre/lib/i386/native_threads:$JAVA_HOME/jre/lib/i386
export LD_ASSUME_KERNEL=2.2.5
I have tried these steps as well, but I still can't c
I had seen the same question in the Tomcat FAQ. The solution is:
1. In web.xml
.
.
/whatever/*
2. Tell Apache to mount /whatever to Tomcat.
Add to your .conf file:
ApJServMount /whatever /R
Hi,
Use in your deployment descriptor file. For Example:
test
/whatever/test
You are stuck with the context-path though. so your final url will look like
http://www.somedomain.com/context-path/whatever/test
remember to modify what ever config file you are using to inform tomcat that
it
Hi
Is it possible to change the \servlet\ portion of the URL to something else?
For example,
www.domain.com/somepath/servlet/test to
www.domain.com/somepath/whatever/test
Thanks
> "s" == sibendud <[EMAIL PROTECTED]> writes:
s> Hi, I feel its better to be used only when necessary and
s> released as soon as possible. Best regards Sib
I would qualify this advice by adding "only when using DB connection
pools". The overhead in making and breaking DB connectio
yeah..now, it works.
>nohup ./startup.sh -f server_1.xml >&1 &
could u please explain how it made a difference?
What does redirection to '&1' mean? sorry, i am not a unix pro.
Jan Labanowski wrote:
>
> The commands can also look like:
>
> Under /bin/sh, /bin/ksh, /bin/bash, etc:
>
> nohup
The commands can also look like:
Under /bin/sh, /bin/ksh, /bin/bash, etc:
nohup ./startup.sh -f server_1.xml > /tmp/mytomcat.log 2>&1 &
Under /bin/csh or /bin/tcsh
nohup ./startup.sh -f server_1.xml >&! &
Jan
[EMAIL PROTECTED]
On Mon, 28 May 2001, Krishna Kishore Thotakura wrote:
> It
It still doesnt work. I was under the impression that tomcat would run in the
background automatically. Also, i use the same command to start the
tomcat process on my other port(8080), and it works just fine.
Milt Epstein wrote:
>
> On Mon, 28 May 2001, Mathew Clark wrote:
>
> > You may need t
How configure tomcat, after have create a new self
signed certificate server.crt
Hi
Using Tomcat 3.2.1 on Linux.
Tomcat deletes the logfile (tomcat.log) everytime it's restarted.
How can I have him not to that, but keeps addign the log to the same file?
This is how it looks like in my server.xml:
[...]
http://www.wip.se
Work +46-455-339806
Mobile +46-708-319106
On Mon, 28 May 2001, Mathew Clark wrote:
> You may need to try
>
> nohup ./startup.sh -f server_1.xml &
>
> This starts the process in the background and ignores hangups -
> output is to a non-tty.
It was my impression that for most/all non-basic shells (e.g. anything
but sh :-), backgrounding a
Mathew,
It's been my experience to only use it when necessary and release it back to
the pool when done. Otherwise, it is redundant to have a pool to being with.
The pool's power comes in its management of "available" connections, if you
minimize the available connections, the pool will try to gr
You may need to try
nohup ./startup.sh -f server_1.xml &
This starts the process in the background and ignores hangups - output is to
a non-tty.
Regards,
Matthew
-Original Message-
From: Milt Epstein [mailto:[EMAIL PROTECTED]]
Sent: 28 May 2001 16:22
To: [EMAIL PROTECTED]
Subject: RE:
Hi,
I feel its better to be used only when necessary and released as soon as
possible.
Best regards
Sib
"Mathew Clark" <[EMAIL PROTECTED]> on 05/28/2001 10:07:34 PM
Please respond to [EMAIL PROTECTED]
To: <[EMAIL PROTECTED]>
cc:
Subject: JDBC Connections
Hi,
We have implemented a s
you need to restart - you can access the new servlets directly using their
class name
http://myserver:8080/appname/servlet/servletclassname
in which case web.xml entries are not required
regards
mahesh
-Original Message-
From: RANDRIAMPARANY Honitriniela
[mailto:[EMAIL PROTECTED]]
Se
Hi,
We have implemented a simple JDBC connection pool for our servlet - do you
think it is better to grab a connection once when a request is received and
use that connection throughout the processing or should the connection be
used only when necessary and released as soon as possible??
Regards
Hi,
If I add some new entries in the WEB-INF/web.xml file, do I have to
stop and then to start again the server? Is there other means which makes it
possible to avoid that?
--
Honitriniela Randriamparany Tel.: (022) 705 76 29
CUI, University of Geneva Fax : (022) 705 77 80
CH-1211
Hi,
as the subject shows is it possible that tomcat calls a class when
tomcat is just started or when it is shutting down?
My application needs database and some other external resources and it
would be nice if I could control those resources depending on the status
of tomcat.
Zsolt
--
Zsolt K
On Mon, 28 May 2001, Pernica, Jan wrote:
> this is a known bug of JDK 1.3 on NT
But from the command he shows as how he's starting tomcat, it looks
like he's on a UNIX machine.
I'd say that probably all he needs to do is start it in the
background, a la:
./startup.sh -f server_1.xml &
Might w
The username and the password is part of the request. you can get it from
org.apache.catalina.util.Base64 base64Helper = new
org.apache.catalina.util.Base64();
String unencoded = new
String(base64Helper.decode(request.getHeader("authorization").getBytes()));
int colon = une
Hi,
U can use the jar command of JDK, and rename to war extension the new file.
Regards
Daniel
___
Daniel de Almeida Alvares
Santos - SP - Brasil
[EMAIL PROTECTED]
- Original Message -
From: "RANDRIAMPARANY Honitriniela"
<[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent
Hi
You could use the Ant tool to build a war file which in turn uses jar
command line utility available with JDK. For unpacking war files you can use
winzip or the jar utility available with JDK.
Ant is a subproject under the Apache/Jakarta and is also bundled with
Tomcat. Tomcat has a user gui
Hello,
I'm a new Tomcat user. I have questions about the web application archive
(WAR) file.
How can I create a war file? Reciprocally, how can I unpack a war file? What
software must I use?
Thanks for your helps.
--
Honitriniela Randriamparany Tel.: (022) 705 76 29
CUI, University of G
Hi,
thanks for your quick response.
But my server is a unix box running Red Hat 6.2.
"Pernica, Jan" wrote:
>
> this is a known bug of JDK 1.3 on NT
>
> On Monday, May 28, 2001 4:52 PM, Krishna Kishore Thotakura
> [SMTP:[EMAIL PROTECTED]] wrote:
> > hello,
> > I am trying to setup multiple
Thanks Jan,
I have to apologize not to have explained the intended usage:
I need username, userpassword and userrole since I will use it for
DB-Authorization (GRANT to group, and user to tables and so on, connecting
DB with username,userpass). I intend to synchronize username, password and
role w
this is a known bug of JDK 1.3 on NT
On Monday, May 28, 2001 4:52 PM, Krishna Kishore Thotakura
[SMTP:[EMAIL PROTECTED]] wrote:
> hello,
> I am trying to setup multiple JVMs using mod_jk. the JVM running at port
8080
> is okay. I'm having problem with the JVM running at port 8090. whenever, i
lo
You should still be able to use the oreilly package with tomcat (I am
assuming you are refering to jason hunts package), Servlet Api 2,2 does not
provide any classes for multipart requests and you have to use third part
classes
regards
mahesh
-Original Message-
From: David DELGRANCHE [mai
Yes.
- Original Message -
From: "Andrea Mari" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, May 28, 2001 8:44 AM
Subject: Connector
> Hi,
>
> I've a simple question. If I use Tomcat 3.2.1 with Apache, can I disable
the
> http connector on port 8080 without any problems?
>
>
hello,
I am trying to setup multiple JVMs using mod_jk. the JVM running at port 8080
is okay. I'm having problem with the JVM running at port 8090. whenever, i log
out of my server machine(the machine where i am starting my apache and tomcat),
the tomcat process stops listening to the port 8090.
>The problem has been seen on both, ajp13 and ajp12.
>We use tomcat-3.2.1.
Ok, I'm using TC 3.2.2b5 and 3.3m3.
>What do think about using mod_jserv again?
mod_jserv appears to be in end-of-life. No
more actively supported. I'd rather like see your
bug-report about the current apache tomcat con
Hi
I have a servlet which has two parameters, a binary one and a non-binary
one. I used to work with JServ and an O'Reilly package to do multipart
Request, so I could "pass" binary and non-binary informations in the same
HttpServletRequest. I wanted using Tomcat
It depends what do you want:
to get user login = request.getRemoteUser()
to whether he/she have a role you can use request.isUserInRole("myrole")
Even you are able to get the list of roles
org.apache.catalina.realm.GenericPrincipal principal =
request.getUserPrincipal();
principal.getRoles()
Reg
If you are using openssl the following FAQ should do the trick. (It worked
for me YMMV)
http://www.modssl.org/docs/2.8/ssl_faq.html#ToC29
You should also be able to find this under the docs for mod_ssl on your
system.
--
Eirik Dentz
> From: François Andromaque <[EMAIL PROTECTED]>
> Reply-To:
Hello,
I want to use the provided user_pass and user_role in the
JDBCRealm-Database given in server.xml. What is the most elegant way to do
this? Of cource I would be able to get it via request.getRemoteUser() and
then make a select to the hardcoded database name with provided auth user
and pass
if you're using Linux box, just take a look at
jonama :
http://www.multimania.com/jonama/
There is the necessary stuff in to handle ca and
server certs
-
Henri Gomez ___[_]
EMAIL : [EMAIL PROTECTED](. .)
PGP KEY : 697ECEDD...oOOo..(_)..oOOo..
Title: RE: Apache w/ HTTPS - connection problems
Well, now you need to open the SSL port, 443. If your goal is to allow only SSL access inside the firewall you will need to close port 80 from S1 to S2.
-Original Message-
From: Shiv Kumar [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May
Where can i find the instructions create and sign a ca?
- Original Message -
From: "Tim O'Neil" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 25, 2001 5:38 PM
Subject: Re: Becoming a CA Authority
> At 04:45 PM 5/25/2001 +0200, you wrote:
> >Can someone tell me all the st
Hi
I'm having problems with the alias tag for virtual
hosts in my server.xml file. Although catalina recognises the host just fine,
the name I specified in the alias tag becomes an alias to the default host, and
not the virtual host under which the tag is nested...Has anyone else encountered
hello Andrea,
yes you could do this,
it's only neccesary when you use tomcat as stand alone web server,
when you use it with apache or so, it communicates over ajp12 or ajp13 (Port
8007 /Port 8009)
the only thing you don't do disable is the ajp12, when you use the ajp13,
because it is needed to sh
Yes The HTTPConnectionHandler on port 8080 is used by TOMCAT running in
standalone mode
> -Message d'origine-
> De: Andrea Mari [SMTP:[EMAIL PROTECTED]]
> Date: lundi 28 mai 2001 14:44
> À:[EMAIL PROTECTED]
> Objet:Connector
>
> Hi,
>
> I've a simple question. If I use Tom
Hi users,
has anyone here got running Virtual Hosts with Apache and Tomcat 3.2.1
within the same server.xml? I'm having problems, cause, though Apache
recognise those virtual hosts, Tomcat doesn't. I attach my conf files.
any help will be appreciated.
regards.
L
The problem has been seen on both, ajp13 and ajp12.
We use tomcat-3.2.1.
What do think about using mod_jserv again?
What kind of quality has the T3.3 cvs mod_jk? Is it possible to use it
in a productive environment?
Greetings,
Timo
GOMEZ Henri wrote:
>
> Could you tell us if you're using ajp1
Hello Tomcat users,
I have recently installed tomcat 3.2.1 at my I386 solaris machine and am
experiening some problems. The installation of the package went (of
course) just fine. I extracted the tar.gz file and ran startup.sh
afterwards. Everything startsup just fine. When connecting to the ser
Hi,
I've a simple question. If I use Tomcat 3.2.1 with Apache, can I disable the
http connector on port 8080 without any problems?
I'm not sure.
Thanks
Andrea
MOD_JK present on jakarta.apache.org in RPM
are BUILT AGAINST MOD_SSL (EAPI)
Could you check the mailing list archive before
asking this since it has been allready explained
http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg09075.html
-
Henri Gomez ___[_]
EMAIL
mod_jserv from ApacheJServ is not 100% compatible
with ajp12 used in Tomcat.
The mod_jserv_tomcat.so was called like this to
indicate it's a mod_jserv but for tomcat.
But I recommand you to use mod_jk / ajp13
-
Henri Gomez ___[_]
EMAIL : [EMAIL PROTECTED](. .)
Could you tell us if you're using ajp12 or ajp13 ?
The latest mod_jk in TC 3.3 cvs handle correctly the
case were on Tomcat failed or has been restarted
-
Henri Gomez ___[_]
EMAIL : [EMAIL PROTECTED](. .)
PGP KEY : 697ECEDD...oOOo..(_)..o
thanks for your help
i´didnt know that the order of the tags plays an important role
ciao
curt
- Original Message -
From: "Pernica, Jan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, May 28, 2001 2:02 PM
Subject: RE: Problems with XML parsing: "welcome-file-list" (web.xml)
That is easy. Look into conf/web.dtd.
welcome-file-list need not preceede the servlet.
Regards
Jan
On Monday, May 28, 2001 1:57 PM, christian kuehrt
[SMTP:[EMAIL PROTECTED]] wrote:
> everytime i try to deploy my application i get the following message:
>
> PARSE error at line 18 column -1
> o
everytime i try to deploy my application i get the
following message:
PARSE error at line 18 column
-1org.xml.sax.SAXParseException: org.apache.crimson.parser/V-036 web-app
servletStarting service Tomcat-ApacheApache Tomcat/4.0-b3
and the reason for this are in the
web.xml:
Kris,
You're missing the @ sign. You wrote:
<% page import=3D"package.name.*" %>
It should be:
<%@ page import=3D"package.name.*" %>
Take care,
Christopher Benson
Hi,
Does anyone can explain me how to retrieve binary and non-binary information
from a servlet using Tomcat. Does JSDK 2.2 supports that?
Thanks a lot for hel^p
David.
David DELGRANCHE
[EMAIL PROTECTED]
tel. 02.99 05.34.25
Fax: 02.99.05.34
Hello,
I have allready :
add jcer.jar, jnet.jar, jsse.jar into the
CLASSPATH directory
generated a SSL certificate with openssl
with alias 'tomcat'
activated SSL connector in server.xml with a port
value of 8443 ( port value 8443, keystore ok, keypass ok)
Added
securit
on compiling the attached java file i receive the
following error
C:\test\changed\loginagain.java:27: cannot resolve
symbolsymbol : method setMaxInactiveInterval (int)location:
interface
javax.servlet.http.HttpSession
httpsession.setMaxInactiveInterval(1800);
Sorry, this one is the good one :
http://www.jboss.org/documentation/HTML/ch11s99.html
Dom
- Original Message -
From: "Huynh Tin" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, May 28, 2001 5:36 AM
Subject: How to debug and run a JSP file or Servlet with JBuilder 4 ?
> Hi al
Using JBuilder4 Foundation, I've integrated JBoss-Tomcat. I can now also
debug JSP (and EJB of course)
see http://www.jboss.org/documentation/HTML/ch11.html#howtotomcat
Dom
- Original Message -
From: "Edwin Martin" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, May 28, 2001 8:
Hello,
I have the following error when an indexer is indexing my jsp site (jsp with
oracle jdbc),
"Java.sql.exception: not in streaming mode".
I have no long field in the queried tables.
If not indexed, my site is working fine.
I'm using tomcat 3.1, jdbc oracle 7x, oracle 7.3.4 and apache 1.3
Hi there,
>Is anybody have HOWTO for using xsl stylesheets for jsp output in Tomcat?
>I think about something like xtp in Resin.
Don't know anything about xtp or Resin, but there are a couple of possible answers to
your question:
1. Take a look at Cocoon, if you're insterested in trying XSP in
In the jdk1.3 documentation there is a chapter about security and there is
description how to convert
keys generated by openssl into JKS key store used by JSSE.
On Monday, May 28, 2001 9:40 AM, François Andromaque
[SMTP:[EMAIL PROTECTED]] wrote:
> I have created a new key and a new certificate wi
I have created a new key and a new certificate with
openssl, how can do to tomcat work with this new cert and this new
key.
Hello Huynh Tin,
best take a look at
http://java.sun.com/events/jbe/98/features/appservers.html. IMHO it is a
good introduction.
Ciao
Thomas
You wrote:
>Hi All,
>I'm sorry for my basic question.
>I don't know what is different between WebServer and WebApplication
>Server.
>Could anyone
96 matches
Mail list logo