  | 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
Have a page First.jsp
When a user comes to http //my.domain.com/First.jsp ... I would like to
redirect him or her to https //my.domain.com/First.jsp.
How do I do this on my jsp ? I trie
i used the backported session clustering in tomcat 4. i am currently in
the process of upgrading to tomcat 5.
in my new environment with tomcat 5 i see from the logs that my webapp
(/stats) isHi All
I 'm trying to get Tomcat 5 working with Apache 2 via the Coyote/JK2 AJP 1.3
Connector but even though I have defined an "appBase " and a Context with
"path " and "docBase " inside a set ofHi all-
Knowing how to perform one of the following two tasks would greatly simplify
my management scripts. I 'm not sure if they are even possible. If so I 'd
be grateful for anyone sharing theHi!
Can someone please tell me how to configure SSL for tomcat 5. There seems to
be difference in the server.xml file from previous versions of tomcat so I
am unsure of what to edit or add to it.
Hi
I use the following url
http //mydomainname.com 8081/mywebapp/
But I don 't want the user to see the port information so I want to remove it
from url
http //mydomainname.com/mywebappHi
How I can config a Manager web application of Tomcat 4.1.x inside a <Host >
but without using {$CATALINA_HOME}/conf/tomcat-user.xml as a Realm. I will
like to use a separate tomcat-user.xml inDoes anyone have a synopsis of reasons to move to or not to move to
Tomcat 5 from tomcat 4?
I 've seen various reasons that moving will be beneficial including
better session-replication supporI have some jsp pages that now break in Tomcat 5.0.16.
In particular my use of the jsp useBean tag is no
longer working it fails to compile.
## <jsp useBean id "myListBean " scope "session "
clThanks to Merrill for pointing out that the problem was probably in the
javascript. By includining actual file section by section in jsp page I
was able to isolate some javascript errors that trigAre you trying to include the javascript *after* a user clicks on a link
to launch javascript?
The request dispatcher is being called when you load the page or when
you click the little calendaIm hoping to restrict access to a servlet object by setting a session
attribute in the valid .jsp and looking for it in the called servlet.
Unfortunately the object doesn 't seem to be transferring pI 've changed javascript source from 'src "http ... " ' to
src " <% request.getContextPath()% >/scripts/datetimepicker.js " >. But I find
that the requestDispather is still being called and then it can 'Hi
For replication purposes (2 or more tcs in a cluster) how do you let the
sessionlistener know to re-replicate your session after you make a change
to a property of an object which is bound toHi
Tomcat 5.0.16 release-note says
"... the application must also ensure that the library is
not loaded more than once. If the above code were placed in a class inside
the web application (Thanks
The .js file is a downloaded calendar i.e. I didn 't write it myself. I 'm
including it per the instructions that came with it using src "http /... ".
I believe I 've tried including it usWhat does the js in your JSP do and how are you including it? Some text
from your JSP might help.
> > > kjanuski@(protected) 01/12/04 09 58AM > > >
I may be getting in over my head here as I 'm reaI have two different webapps in one page in different frames.
In each of the WEB-INF/web.xml there is the same login-config configuration
like this
....
<login-config >
<auth-method >BASICA JavaScript include is a purely HTML thing - it shouldnt be processed in
any way by the server. You can do it by going
<script language "JavaScript " src "xyz.js " > </script >
cheers
Pete
KI may be getting in over my head here as I 'm really not all that familiar
with patterns. And I 'm not sure that the pattern has anything to do with
problem. But I have a controller servlet through whHi Guys
I hope you dont mind me asking if there are any free/opensource profilers out there that are quite good and offer the same type of features as JProfiler et al that I can use to profile tom
Hi
I was wondering that is it possible at all to create 2 pools of
connections which are to be used by the same application. I tried to do
someyhing like this in server.xml but the second I am running tomcat 5 and java 1.4. I am attempting to connect to an oracle 8i database. However the drivers listed on oracles download site for the jdbc 's do not have this combination of tomcat5 Hi
Using Tomcat 5 I 'm seeing INFO log messages from org.apache.jasper.servlet.JspServlet
containing request parameters.
Having looked at the code I 'm not sure that this is deliberate because Hi
I 'am porting tomcat with apache 2 from mod_jk to mod_jk2 and I can 't make
work Realm with mod_jk2.
My Realm type is a MemoryUserDataBaseFactory and the users/pass/roles are
in a separated
Hi -
I don 't use JK2. Best bet for help is the tomcat-user mailing list
tomcat-user-subscribe@(protected)
John
> -----Original Message-----
> From Shreehari Manikarnika [mailHi
I am trying to serve .xls and .ppt files from tomcat so that the browser
opens the right application (excel and powerpoint respectively) . What I
obtain instead is that the byte content is Hi
Is this possible? - connecting Tomcat 4 to Apache 2 via mod_jk2 under
Linux in any_of_the_JNI_modes. Any sort of help or even a reference to
any available information will be great!
ThankHi
I 've been running my apps in profilers for quite some time now and I
must say it 's been a good experience. Now I 've seen and fixed the leaks
in my applications.
This small jsp page shouldI am not sure if this is a Tomcat or Struts or code problem...
Every now and again (every 5 minutes or so) my requests to Tomcat are coming back with a blank white page.
The logs show the follow |
|
 |