Have you at least tried to use your certificate? if yes what errors are you
getting?. It's easy to generate your own .keystore file using JSSE if your
cert will not work.
-- Pete --
- Original Message -
From: "Barbara Nelson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, Feb
yes u can use tomcat with jdk1.2.2. i am using it and till now i have not
face any problems
cheers
> -Original Message-
> From: Cinto [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, February 07, 2001 10:04 PM
> To: [EMAIL PROTECTED]
> Subject: Questions
>
> Hi,
> Presently, I a
catch try blocks - out.println(Your custom error message!);
-- Pete --
- Original Message -
From: "Les Hartzman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 07, 2001 4:36 PM
Subject: Custom error pages from servlets?
> Using Tomcat 3.2.1, is it possible to defin
Hi,
I'm new to Tomcat and am using it with Win 2000 and JDK1.3 to serve up some
servlets. I am also using tomcat as a web server currently to serve up HTML
pages.
When serving up Html
I occassionally get a JVM_recv error, socketInputStream read. I thought there
might be something wro
Sure you can use 1.2.2 -- its always best
in my opinion that you use the most current JDK -- The only thing the JDK does
for tomcat is compile your JSP source when you first access them. As far as your
servlet and bean class files go - if you use a current IDE it will have the
latest JDK bun
Hi,
Presently, I am a student
studying in Singapore. I have some questions regarding tomcat.
I heard that tomcat is only compatiable with jdk v1.3, is that
true? Can we use jdk 1.2.2 with tomcat?
I would be very
grateful if you could answer my questions. Thank you.
Ivy
Hello,
I have tried to using formbased authentication, i have several question on
it (please help):
1. Do the authentication is set to use "j_securitycheck" ? How can we change
it ? since I don't see any parameter to set on redirect page name (do it
must index.html/jsp) can we redirect to other
It's solved on CVS , it will work in 3.2.2 that it's soon to be released
( about a week or so perhaps a little more)
Saludos ,
Ignacio J. Ortega
> -Mensaje original-
> De: Johnson Lim [mailto:[EMAIL PROTECTED]]
> Enviado el: jueves 8 de febrero de 2001 5:30
> Para: Tomcat-User
> Asunto
The easiest thing to do is just to copy the servlet.jar file into your
c:\jdk1.3\jre\lib\ext folder.
I think thats the "official" place for extension api's. It is automatically
checked for jars to be added to the classpath.
--erik
-Original Message-
From: Scott Walter [mailto:[EMAIL PR
yes u have to stop tomcat whenever u compile the bean or the servlet.
bye
> -Original Message-
> From: Jurrius, Mark [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, February 06, 2001 12:58 PM
> To: [EMAIL PROTECTED]
> Subject: Restarting Tomcat??
>
> I'm using Tomcat 3.2 with Microsoft
No you don't have to download anything extra. The
classes are included with tomcat in the servlet.jar
file, which is located in the lib directory under your
tomcat install.
FYI--When specifying a classpath for jar files you
can't just specify the directory in which the jar file
exist in, you mus
OK...I am totally Confused..please Help!
I have jdk 1.3, Apache Web Server and TomCat 3.2Where is the javax
package ? I finally downloaded jsdk 2.1 and the javax directory is
there..I pointed the classpath to that directory or its parent directory
in many ways.. - but it never finds it.
Sho
Has anybody had
success using config.getInitParameter() in jsp pages?
I was looking at the
web.dtd and noticed that the the servlet element is defined
as:
jsp-file is
described as:
Based on how
init-param is used for servlets, I assumed that for a jsp page the web.xml would
look like
Do you have the servlet api's in your compilers classpath?
--erik
-Original Message-
From: Rezaul H. Safiuddin [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 07, 2001 10:09 PM
To: [EMAIL PROTECTED]
Subject: Another Newbie Question -- Urgent Please!
How come I am not being able
Yes. Just hit port 8080 on the solaris box.
--erik
-Original Message-
From: Jason Teh [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 07, 2001 11:10 PM
To: [EMAIL PROTECTED]
Subject: as a standalone server
Hey guys
just wondering if it were possible to use Tomcat as a standalone
Hi all,
I have tried JDBCRealm for Hypersonic, it works very well, thanks for the
TOMCAT GUYS!!
When I tried to do it on Interbase, it seem not works (please help !)
on server.xml
when i run any authentication process an error occur:
Error: 500
Location: /Secure/admin/index.html
Internal Se
Hey guys
just wondering if it were possible to use Tomcat as a standalone server (i
dont want to integrate with apache just yet) on
a Solaris server (5.7) and access jsp pages using a client web browser on
Win NT?
Jason
-
To u
Craig -
Thank you for the quick response! more below...
"Craig R. McClanahan" wrote:
>
> Jeffrey Bonevich wrote:
>
> > Hello all! A question in search of an answer...
> >
> > I am developing a tag library, and for one particular tag I want to
> > prevent the body content from being processed
Just restart tomcat. I usually get that when I do to much refreshing.
[EMAIL PROTECTED] wrote:
Error: 500
Location: /partners/index.html
Internal Servlet Error:
java.lang.IllegalStateException: Can't happen - classname
is null, who added this ?
at org.apache.tomcat.core.ServletWrapper
How come I am not being able to compile a HelloWorldServlet.java with
jdk1.3 ? Its giving me hundreds of compiler errors. I need to compile this
file and create the .class file . Do I need something especial for
compiling servlets ? I already installed the TomCat 3.2.1 . Any Help would
be appre
hey guys
wondeirng if you can help me out
i have succesfully installed tomcat into my user account on solaris 5.7
I now want to start mucking around with jsp but i dont know how to start
or where to put the files or what url to use as all html files need to go
into a public_html directory for t
Jeffrey Bonevich wrote:
> Hello all! A question in search of an answer...
>
> I am developing a tag library, and for one particular tag I want to
> prevent the body content from being processed as JSP. I know I can
> prevent this by declaring TAGDEPENDENT in
> the descriptor file for the librar
Hello all! A question in search of an answer...
I am developing a tag library, and for one particular tag I want to
prevent the body content from being processed as JSP. I know I can
prevent this by declaring TAGDEPENDENT in
the descriptor file for the library. (I am aware that TAGDEPENDENT ha
Srinivas Kurella wrote:
> Craig,Thanks for the clarification. I have a servlet to be loaded on
> startup which is looking for another class. They are in different jars
> under the same app. However the servlet can't see the class.Srini
Can you create a small test case that reproduces this probl
Srinivas Kurella wrote:
Tomcat documentation says that all the jars under the
WEB-INF/lib directory in a context are automatically added to the CLASSPATH.
This is not precisely what happens.
I am finding this not to be true. I have to add them
explicitly to the CLASSPATH.
Am i missing som
I'm trying to integrate Tomcat 3.2.1 with my application, and have modified
the implementation of SSLSocketFactory to use my keystore and trust manager.
I have a certificate in my keystore, but it has a different alias (not
tomcat) and I cannot change the alias.
Where in the tomcat source code do
import java.io.PrintWriter;
import java.io.IOException;
import javax.servlet.*;
import javax.servlet.http.*;
/**
* This should correctly implement a Hello Wold Servlet
*/
public class HelloWorldServlet extends HttpServlet
{
public void init(ServletConfig config)
throws ServletException
We have a web application distributed in a WAR file that consists of
servlets that were compiled from JSPs, one index.jsp file and a number of
JavaBeans and JAR files on Tomcat 3.2.1. When Tomcat is started, it unpacks
the war file correctly with everything in its place. However, part of the
initi
Greetings
I modified the Makefile that comes with Jakarta Tomcat
3.2 in order to compile the Redirector under Solaris
(i found some things that didn't work under with my
configuration); I'm not sure if will work for
everybody but at least you can try :)
This is my current setup:
Solaris 2.6
Ne
Craig,
Thanks
for the clarification. I have a servlet to be loaded on startup which is looking
for another class. They are in different jars under the same app. However the
servlet can't see the class.
Srini
-Original Message-From: Craig R. McClanahan
[mailto:[EMAIL PROTECTED]
I think the startup scripts actually add the .jar files to the CLASSPATH
variable. Are you using the normal startup scripts to start Tomcat?
At 04:42 PM 2/7/2001 -0800, you wrote:
>Tomcat documentation says that all the jars under the WEB-INF/lib
>directory in a context are automatically adde
Using Tomcat 3.2.1, is it possible to define/display custom error pages
based on errors that occur within a servlet? No JSPs are used; this is a
servlet/EJB environment.
I've seen in the spec for web.xml that there is an error-page element for
either a general error code or an exception type.
I am using Windows 2000. Where do I get the ApacheModuleJServ.dll ?
Also can anyone give me a "Hello World" Servlet Code. I am really new with
this Servlet thing.
Thanks.
On Wed, 7 Feb 2001, Dan Sojka wrote:
> What os are u running? Did u put the ApacheModuleJServ.dll in the modules
> folde
Have you read the users guide that comes with tomcat when the install is
completed? It provides you with a detailed step by step instructions on how
to do so.
I'm assuming WINDOW$ platform:
So here it goes, you need to have the Mod_jserv.dll specified in the
tomcat-apache.conf file. I usually do
Title: context related classpath question -ASAP
Tomcat documentation says that all the jars under the WEB-INF/lib directory in a context are automatically added to the CLASSPATH.
I am finding this not to be true. I have to add them explicitly to the CLASSPATH.
Am i missing something ???
Title: RE: Newbie needs help ASAP!
u can download it from apche site .. Tomcat 3.2.1 ??
heres the url...
http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.1/bin/win32/i386/
-Original Message-
From: Rezaul H. Safiuddin [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February
Title: RE: Newbie needs help ASAP!
What os are u running? Did u put the ApacheModuleJServ.dll in the modules folder in Apache?
Also make sure you have the right ApacheModuleJServ.dll depending
on your Tomcat version. I had the same problem using tomcat 3.2..
I fixed it by getting the up
Hi All,
I am tryint to integrate the TomCat with my Apache Web Server and then run
some servlets on the browser. My Apache Server is configured properly and
works fine. I can even start and stop the TomCat perfectly. I was just
following the "Tomcat - A Minimalistic User's Guide" ..which is pret
I made all configurations of the jakarta IIS how-to but when i try to start
de Internet Services, it does the following messages in file
/logs/iis_redirect:
[jk_uri_worker_map.c (155)]: Into jk_uri_worker_map_t::uri_worker_map_alloc
[jk_uri_worker_map.c (195)]: Into jk_uri_worker_map_t::uri_worke
"Craig R. McClanahan" wrote:
>
> The safe solution (and the only solution if you cannot control whether the user
> uses cookies or not) is to program your app to deal with the "two windows / one
> session" problem. One approach to this would be to embed a hidden variable in
> each form that is
can someone please send some info on integrating tomcat with netscape
4.0. I followed the instructions from
http://jakarta.apache.org/cvsweb/index.cgi/jakarta-tomcat/etc/tomcat-netscape-howto.html
, but they don't seem to work. I will eventually be using a Solaris,
but for now I'm just trying to
I've found this error described in the mailing list archives, but I cannot
figure out why I'm still seeing it and I can't make it go away. When I try
to load a JSP page that uses a custom tag library containing attributes (my
own, or the sample included with Tomcat), I get the following error:
Peter Alfors wrote:
> Sorry to keep this post going on, and on, and on...
> But I am still pretty confused.
>
> I am attempting to disable the cookies on the server side by using the
> "noCookies" attribute in the RequestInterceptor as follows:
>
>className="org.apache.tomcat.requ
Yes, it has always done that with everything I have compiled, it just seems
to ignore them. I am using the gcc that comes from SGI's freeware download
site. It is version 2.95.2. Apache compiled perfectly and fires right up.
I think the -n32 stands for "native 32 bit". I only know this because
Here's a transcript from a compilation on Solaris 8 x86 (apologies for
however my mail client is sure to mangle the output):
cd /usr/local/share/jakarta-tomcat-3.2.1-src/src/native/apache1.3/
apxs -S CC=gcc -S CFLAGS_SHLIB="-G -fpic" -o mod_jk.so -DSOLARIS -I../jk
-I/usr/java/include -I/usr/jav
Here's a transcript of a compilation on Solaris 8 x86:
cd /usr/local/share/jakarta-tomcat-3.2.1-src/src/native/apache1.3/
apxs -S CC=gcc -S CFLAGS_SHLIB="-G -fpic" -o mod_jk.so -DSOLARIS -I../jk
-I/usr/java/include -I/usr/java/include/solaris -lposix4 -c *.c ../jk/*.c
gcc -DEAPI -DMOD_PERL -DUSE
David,
What compiler are you using?
It sounds like compiling apache worked OK, right?
Looks like your complier is choking on these options:
cc: unrecognized option `-n32'
cc: unrecognized option `-KPIC
Did your compiler build apache with the above flags w/o error?
Have you tr
I had exactly the same problem.
However, it was with my config. I had setup the directory under webapps, and
also as part of a .
So tomcat was loading the same application under (in my case) 3 different
contexts.
Check your server.xml and see. Also check your logs (tomcat.log I think and
see if t
A new instance of each servlet is created for each way you access
the servlet (i.e. for each ServletName you assign, one for the servlet
invoker, etc). For each new instance, the init method is called.
Randy
-Original Message-
From: Scott Walter [mailto:[EMAIL PROTECTE
After installing Tomcat 3.2.1-1 from the RPM it seems that
apachectl (and everything else) has moved from /usr/local/apache/bin/ to
/usr/local/apache/proxy/bin.
Is it supposed to do this? My scripts for restarting, etc are
now all wrong?
Richard
Wir sprechen Englisch bitte.
(We speak English please)
Ausweitung der kapazitaet der Speicherplatz. rechtklinke MSDOS, das Eigentum,
speicherplatzetikett , anfangswert circa 3072
(Increase in capacity the memory. Right click MSDOS, in properties, Memory tab,
initial value approximately 3072)
Try /www/WEB-INF/classes/db.properties if you are trying to use the
ClassLoader.getResource("db.properties").
Randy
-Original Message-
From: John Golubenko [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 07, 2001 4:42 PM
To: [EMAIL PROTECTED]
Subject: *.properties f
Sorry to keep this post going on, and on, and on...
But I am still pretty confused.
I am attempting to disable the cookies on the server side by using the
"noCookies" attribute in the RequestInterceptor as follows:
My simple web page:
Session Id: <%= session.getId() %>
If I have a servlet that I have setup as
load-on-startup the init() method is called twice.
However if remove the load-on-startup and call the
servlet manually the init() method is called once.
Any clues?
thanks,
scott.
__
Do You Yahoo!?
Yahoo! A
Hi, I've been having problem to use *.properties files.
I'm running Slackware 7.1 (Linux), Tomcat 3.x, JDK 1.2.2, Apache 1.3.12
/www/index.jsp
/www/db.properties
/www/servlets/test.class
/www/servlets/db.properties
Also tried:
/www/WEB-INF/lib/db.properties
/www/META-INF/db.properties
Neither
George McKInney wrote:
>
> Because WEB-INF/classes is searched before WEB-INF/lib (AFAIK), properties
> files in /classes will override those in /lib jar files.
>
This is required in servlet 2.3 (which Tomcat 4.0 implements). It was
unspecified in servlet 2.2, so your mileage may vary on differ
Steve Ruby wrote:
> Under Tomcat4 my web.xml which contains (for an individual webapp)
>
>
> 480
>
>
>
>
> at the end throws:
> org.xml.sax.SAXParseException: Element "web-app" does not allow "session-config"
>here.
>
> Where does it go?? The exact same web.xml file works unde
Hi,
ich habe versucht Tomcat unter Windows98 zu
installieren.
Beim starten der Batchdatei startup bekomme ich
jedesmal folgende Fehlermitteilung:
Kein Speicherplatz mehr im
Umgebungsbereich.
Für Tips wäre ich sehr dankbar .
Gruß Frank
I am trying to configure SSL in Tomcat over Windows NT and Linux but it
fails in the two Operating Systems.
I followed the instructions in the tomcat-ssl-howto but something fails.
To use the HTTP with SSL connector in tomcat, I activated in server.xml
I installed the 3 jars of the JSSE in the $
> -Original Message-
> From: Randy Layman [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, February 07, 2001 10:49 AM
> To: [EMAIL PROTECTED]
> Subject: RE: Doug McNamara
>
>
>
> There are two ways.
...
> 1. When you access your resource, use
> ClassLoader.getResourceAsStream() a
Under Tomcat4 my web.xml which contains (for an individual webapp)
480
at the end throws:
org.xml.sax.SAXParseException: Element "web-app" does not allow "session-config" here.
Where does it go?? The exact same web.xml file works under 3.2.1
Title: Jsp: page directive related question
If a jsp includes another jsp and if both the jsps have 'page' directives in them,
the jsp compiler complains. Is this as per spec ??
This is not an issue with some other jsp compilers/engines.
Srini
Use mod_jserv, I've fought this battle and determined that mod_jk does not
work and mod_jserv works perfectly fine with Apache, tomcat and cocoon. All
working. With Mod_jk, never worked.
-Original Message-
From: Hladky, David [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 07, 2001
There are two ways. The first is the way that I prefer, and another
is one that my co-worker prefers.
1. When you access your resource, use
ClassLoader.getResourceAsStream() and then use the fully qualified class
name (i.e. org.apache.tomcat.Tomcat), but you will need to replac
Mike and Others,
Thanks for the info this morning on building it locally. That
appears to have gotten me going in the right direction. I doesn't error
code rc=1 now. I am still not getting it compile the shared object though.
As far as the libraries I jsut simply took my old apache
Doug McNamara -
Sorry if this creates duplicates I sent this mail when I subscribed but
I am not sure if that's what need to do.
I am using Tomcat 3.2.1. I have a number of classes that use property
files.
Each class file expects its .prp file to be in the same directory as the
class f
We have a Solaris 7 (sparc Ultra 250) where the java process is using up what appears
to be an unnecessary ammount of CPU, 'top' shows an average of 90%, and vmstat also
shows a high overall CPU usage:
procs memorypagedisk faults cpu
r b w swap fr
I have seen this error before. In my case it was because I was using a JSP
keyword for a field name in the database refered to in the JSP. It happened
to be the 'page' directive. I hope this helps.
Mark
-Original Message-
From: Arif Shaikh [mailto:[EMAIL PROTECTED]]
Sent: Wednesday,
Title: IllegalStateException on index.html??
I
occasionally get this error when I recompile a class that Tomcat is using.
After you recompile all your classes you should restart
Tomcat.
-Original Message-From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]Sent: Wednesday, Februar
Did you give the code permission in the security file to connect to the
specific host and port?
-Original Message-
From: Rich Catlett [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 07, 2001 12:51 PM
To: [EMAIL PROTECTED]
Subject: problem with tomcat and javamail
I am running tomca
I am running tomcat with a security manager and I can get a mail
taglibrary that uses the javamail api to work. My best guess is that the
taglib is trying to access the system properties and can't due to the
security manager. I have tried to set javamail properties in the code so
that it wouldn'
Title: Intercepting 404's !! PLEASE HELP
Ok here is my stack trace...pretty ugly. Tomcat's output on the console
shows
the non-exsistant page repeatedly being called..
I can point my browser at the 404.jsp page. All it contains is this :
<%@page language="java"%>
404 error page
Trace-->
E
Title: IllegalStateException on index.html??
Error: 500
Location: /partners/index.html
Internal Servlet Error:
java.lang.IllegalStateException: Can't happen - classname is null, who added this ?
at org.apache.tomcat.core.ServletWrapper.loadServlet(ServletWrapper.java:261)
at
Title: IllegalStateException on index.html??
Error: 500
Location: /partners/index.html
Internal Servlet Error:
java.lang.IllegalStateException: Can't happen - classname is null, who added this ?
at org.apache.tomcat.core.ServletWrapper.loadServlet(ServletWrapper.java:261)
at
I don't know if this helps but on my system, the #define your compile is
failing on, is located in:
/usr/include/dlfcn.h
This appears to be the header file associated with the dynamic-loader
library (libdl.a), notice this header file is included at the top of the
jk_jni_worker.c...again I don't
If you really want to use mod_jk and AJP13 and file upload, then you
will have to fix this bug yourself. This has been a known issue since
around Dec and there has not been a solution yet.
Randy
-Original Message-
From: Martijn van Rooijen [mailto:[EMAIL PROTECTED]]
Sen
Hi, I have some trouble uploading files using the following configuration:
Redhat Linux 6.2 / SunOS (doesn't matter which)
Tomcat 3.2.1
mod_jk (compiled one myself and also tried a downloaded binary from
jakarta.apache.org)
Apache 1.3.12
I'd like to use the new features of the AJP 1.3 protocol,
Yes, I'am talking about the informations displayed in the browser...
But, who knows the difference between the key length, and the information in
the browser?
How could I get a 128bit SSL information in the browser with tomcat?
Thanks a lot.
Loic
- Original Message -
From: "John Golube
just to please around with
--- AC <[EMAIL PROTECTED]> wrote:
> If you need I can host you in my server ... Which
> kind of applications do
> you want to run?
>
> andrea
>
>
> At 06.56 07/02/2001 -0800, you wrote:
> >Does any one know a ISP with tomcat on it??
> >
> >
> >
> >=
> >If your i
Title: Re: Tomcat can't start as service
Well, it seems to me that Group\tomcat\... is wrong, it should be
Apache Group\tomcat\...which says you should install the tomcat
under HDD root directory, such as C:\tomcat, and C:\apache.On my
Linux box for example, I have to escape the spaces with \,
If you need I can host you in my server ... Which kind of applications do
you want to run?
andrea
At 06.56 07/02/2001 -0800, you wrote:
>Does any one know a ISP with tomcat on it??
>
>
>
>=
>If your into Body For Life, check out
>http://clubs.yahoo.com/clubs/bodyforlifestatenislandny
>
>__
David,
apxs is a perl script that is part of the apache distribution,
which requires perl 5.003 (maybe 5.004) or greater.
The biggest problem seems to be that apxs assumes that Apache was built
on your system. If you installed apache from a binary distribution,
you can run into problems because
Not really. It's 128bit, but if you talking about info after clicking
lock icon in the browser, it's not that.
>> Original Message <<
On 2/7/01, 4:21:53 AM, "Loïc Courtois" <[EMAIL PROTECTED]> wrote
regarding How set a 128bits key for Tomcat with SSL direct:
>
The tld files should go in META-INF directory I think.
>> Original Message <<
On 2/6/01, 5:08:22 PM, "Paolo Barolat-Romana" <[EMAIL PROTECTED]> wrote
regarding Parse Error in the tag library:
> I get the following error when I try to access a jsp that has tags
Hi everybody,
could somebody please give me a hint, on how to get Apache-Tomcat on the
jk-module running??? I've tried everything...
Discription:
---
I'm using Apache 1.3.17 and Tomcat 3.2.1 (JDK 1.3) on a Linux-Maschine.
I've built Apache with the mod_jk.c of the source distribution of
All,
I have looked around on alot of the sights and I haven't seen a
whole lot of success with anybody being able to build mod_jk on any
platform. Anyhow, I was wondering if anyone could give me a bit of
advice on building it on IRIX. I am running into alot of the same
issues others have on
Thanks Mike, I will look at that.
I did notice that Tomcat seems to be looking for Apache in /usr/lib where
the Redhat 7 dist installs it in /usr/local (which is the same as you
quoted)
Is this going to be a problem or is there only the 1 reference to /usr/lib?
Rick
- Original Message
There are a couple around :
http://www.myservlethosting.com
http://www.cwihosting.com
http://www.inihosting.com
All offering tomcat in one of their hosting plans.
Although www.myservlethosting.com offers the possibility to have your own
private tomcat runtime.
> -Original Message-
> Fr
look in the work directory within tomcat. You will find the java files
for all the pages that you have visited.
Johnathan Smith wrote:
> I am using tomcat 3.2.1 and someone told me that I
> could see the source code that my JSP makes?? can
> someone please tell me how to see the servlet source
Hi Everybody;
I am having problems with invoking my
JSPs.
i am using Apache-Tomcat inside VisualAge
for Java 3.5. the simple JSPs are working where it has to show
only the html (static) content. but if any JSP needs to get something from
the database it gives me the following error (i have
I think that you are right...It does appear that as soon as you select 'work
offline' it does not try to connect.
I think I tried the local IP address (127.0.0.1) as well. I will try this
tonight also.
Setting the connect via LAN is a good idea, I know I didn't try that. (I tried
the never conne
We have noticed this behaviour as well in NT. If you click in the tomcat
window, you will notice the word "Select" appears at the top of the command
window. This 'pauses' tomcat until you hit a key to release it.
Pete
"Etienne Baert (SPS Office)" wrote:
> Hi Salvatore,
>
> this happens when
It should be called mod_jserv.so, at least for Solaris and some OS's, the
.so can
be different.
The file should be located in /usr/local/apache/libexec
If it is not there, it is because your distribution does not contain it.
Assuming you already
have gcc, its not that hard to build.
You need to
Hello.
The machine runs Tomcat 3.2.1 + jdk 1.3 + iis_redirect + Win2K Professional
Every time a browser reloads a page, "Java" process eats out a few bytes of memory.
Simple hello.jsp consumes a few bytes. Pages dealing with Java beans or db
connections, consume more memory.
On Win2K Serv
A nice habbit to get into is using jspc to precompile your JSP's. That way
you see the compile time errors in advance of running and the code is there
for easy review. You can also compile and deploy the resultant classes for a
performance boost.
-Original Message-
From: Johnathan Smith [
This is how we set up our own taglibs.
on the JSP pages, we include this line:
<%@ taglib uri="my-taglib" prefix="mytags" %>
In the web.xml file we include this:
my-taglib
/WEB-INF/tlds/mytaglib.tld
HTH,
Pete
Paolo Barolat-Romana wrote:
> If I move my taglib from $
I am using tomcat 3.2.1 and someone told me that I
could see the source code that my JSP makes?? can
someone please tell me how to see the servlet source
code that my JSP pages make
=
If your into Body For Life, check out
http://clubs.yahoo.com/clubs/bodyforlifestatenislandny
__
i think when you use ie in offline mode it doesn't try to connect to any
server, including localhost. i think if you configure ie to connect to the
internet via a LAN you'll be able to access tomcat via localhost, or try
http://127.0.0.1.
if you don't have a network card in this computer you may h
I thought that I tried that. I was not online however. Therefore, when I
prefix my URLs with Http:// IE asks me to connect to the internet. I then
choose 'work offline' and the page is not found.
I will try it again tonight, maybe I missed in my MANY attempts to get it to
work on IE. :)
Than
Alistair Hopkins wrote:
>
> www.mycgiserver.com does, I think...
>
It actually uses resin.
> -Original Message-
> From: Johnathan Smith [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, February 07, 2001 2:56 PM
> To: [EMAIL PROTECTED]
> Subject: ISP with tomcat
>
> Does any one know a IS
1 - 100 of 126 matches
Mail list logo