  | 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 All
After implementing my simple Servlet under Tomcat thus
<servlet >
<servlet-name >OpenResource </servlet-name >
<servlet-class >com.ia.mapping.servlets.OpenResource </servlet-class >
</servlet >
Hi friends
I have been developing a video download application to run in
apache2.0.46+Tomcat4.1.24 on windows 2000Server environment.
Suddenly i had the problem of tomcat not showing the pages afteHi All
Can any one tell me how to configure tomcat with IIS web server?
Any documentation would be useful.
Thanks
Bopanna
Sr. Software Engineer
RCS Technologies
Bangalore
Hi
With tomcat 4.1.24 everyday one log file is created. Is there any
configuration we can do to cleanup/remove the previous log files ?
Out application runs for many days and each of these log fiThanks for your reply Yann
It turned out to be a bug. I downloaded the latest standard.jar archive and it is now working fine.
Julien.I am trying to find out what all of the possible values are for the
'algorithm ' and 'protocol ' attributes of the Factory element in the HTTPS
connector. I have looked all over the web and have only fWhat is mutual authentication?
In web.xml you can define security contraints on servlets or URLS. Each
constraint can have its own login requirements. (FORM vs BASIC ...)
-Tim
Rudolf Castelino wroHas anyone had to upgrade FROM Tomcat 4.0.x TO Tomcat 4.1.27 or 5.0.x
ONLY to get an EOFException when transferring a serialized object between
an Applet running (MSJVM) 1.1.8 OR Plugin 1.4.2 AND serHi I 've just installed Tomcat 4.1.24-LE-jdk14 for Windows
and I have Sun 's J2SDK1.4.2. The installation seems to go on
perfect but when I try to see http //localhost 8080
on my browser I get this meHi I 've just installed Tomcat 4.1.24-LE-jdk14 for Windows
and I have Sun 's J2SDK1.4.2. The installation seems to go on
perfect but when I try to see http //localhost 8080
on my browser I get this meHi TomCat guys
my jsp generates a PDF file which should be send to the browser. However
this pdf file is created under Tomcat 's bin directory (outside my context
path) instead of my app context (WEHello all
Are there any facilities in tomcat for getting the sesssion id using a
static method of some sort? I would like to add the session id to a
logger I 'm creating for our application but I cHas anyone ever attempted to use this in a servlet in Tomcat?
I assume it can be used correct?
I have SSL clients that can process maximum 4Kb of encrypted data per chunk.
Is there a way to configure the Coyote SSL factory to produce SSL sockets
that will not use an encrypt buffer greater than Srs
How can I configure to use ApacheTomcat/4.1.27 with PHP pages?
Regardas
Mauricio Pacheco
Hi
I am using tomcat 4.1.27 running on Red Hat Linux 9 and Sun 's JDK 1.4.1_01.
Here is my issue. I wanted to allocate more heap space to run tomcat. So I
placed the following line in the file
I think I may be misunderstanding how to map multiple urls to a servlet. I
have a very simple servlet which when I use the following mapping (for
context prj)
<servlet-mapping >
<servlet-name >myServ
I upgraded a Tomcat installation from 3.2.3 to 4.1.24 with a virtual
host configuration using apache. Everything works fine except that
nothing in the web.xml file seems to be registering. This sHello
I am struggling to get the fmt message tag working in Tomcat 5.05. Here is what I do and the result I get
1. I set the locale using a el expressions as follows
<fmt setLocale value "${requHi
I have Tomcat 4.1.27 installed and it isn 't showing to the user the
error report when it can 't compile. Before upgrading from version
4.1.24 it was generating such reports (line with error whHi all
Is there a way to switch on Mutual and Basic Authentication switched on for
the same web application such that certain URLs need Basic Authentication
and Certain URLs use Mutual AuthenticatHi
I have Tomcat 4.1.18 running on Unix. As part of the application I have a
JSP file which shows the main page. I had problems with Tomcat caching it
so I added a script to remove the localhosSorry for the Off topic question........
I 'm looking for suggestions for a free version control system. I 've
tried cvs before.....but the learning curve is really steep for
me...i 'd rather go with On our instance of Tomcat 4.1.27 we have a webapp which we make available
to a number of different clients where the configuration variables
(web.xml) are slightly different for each client. CurreDear List
As a new subscriber (and user of Tomcat) please forgive me if this subject
has been raised before.
The company I work for has been supplied with a Java toolkit by an external
contractor Hi list
Thanks for the reply
Please find attached my registry file.
To Rober Priest I don 't have those files at all could you please guide me where I can get them.
Best Regards
Kareem Mahgoub
<!DOHi
I 'm building an 'agent ' in front of our http filesystem.
it checks every request does some smart things and
dispatches to the file requested in DefaultServlet.
if I dispatch to a directory the Is there any way to stop tomcat from remote computer ?
Tomcat is run as windows service.
I know that it can be done through the windows UI ( if you have rights )
can it be somehow done through scriptHi
Can I envoke jsp from outside of the application directory. For example I
have /var/tomcat4/webapps/application/some.jsp. Can I put some.jsp in
/home/apache/ (my apache docroot) and have it stYou can find the source here
http //www.servlets.com/jservlet/examples/ch10/ChatServlet.java
The only thing I added is
public void destroy()
{
log( "This servlet should be closed ")
}
And I replac |
|
 |