oid errorDispatch(Request arg0, Response arg1) {
}
}
BrokerProtocolHandler is:
public class BrokerProtocolHandler extends
org.apache.coyote.http11.Http11Protocol
{
public BrokerProtocolHandler() {
super();
}
public AbstractEndpoint getEndpoint() {
s only after 60 seconds. So, to recreate the client
needs to disconnect before 60 seconds.
I am looking for help to understand why there is no exception raised on
linux when the client disconnects before server responds unlike that on
windows.
s only after 60 seconds. So, to recreate the client
needs to disconnect before 60 seconds.
I am looking for help to understand why there is no exception raised on
linux when the client disconnects before server responds unlike that on
windows.
external ip
address to the internal ip address,
and send responses from internal ip to external ip.
After the configuration was made the request was reaching Tomcat and
it served the request like it always does.
-Rashmi
On Wed, Feb 20, 2008 at 2:09 PM, Christopher Schultz
<[EMAIL PROTECTED]>
ction was received. This is not related to Tomcat. I'll try to
figure this out.
-Rashmi
On Tue, Feb 19, 2008 at 10:36 PM, Caldarale, Charles R
<[EMAIL PROTECTED]> wrote:
> > From: Rashmi [mailto:[EMAIL PROTECTED]
> > Subject: Accessing standalone Tomcat from an external IP a
27;t find an answer.
Should I configure the HTTP connector differently? Currently the HTTP
connector configuration is the one that comes by default with Tomcat
6.x. I'm pasting it here for reference:
Any help is appreciated.
-Rashmi
--
t; uninstalled JDK and TomCat on a couple of machines but still the same
> response. So it must be something I'm doing wrong, but I have no idea what it
> is. I have tried numerous of combinations and even tried fresh machines.
>
> Any Thoughts would be appreciated
>
-Rashmi
-
Are you closing the ResultSet, Statement and Connection in a finally
block immediately after they're used?
-Rashmi
On 8/12/07, fusion35 <[EMAIL PROTECTED]> wrote:
>
> context.xml :
>
>
>
>driverClassName="com.mysql.jdbc.Driver" maxActive="0&
on it's own virtual host rather than multiple contexts within
the same virtual host.
Maybe can help my java version is:
# /tomcat/java/bin/java -version
java version "1.6.0_01"
Java(TM) SE Runtime Environment (build 1.6.0_01-b06)
Java HotSpot(TM) 64-Bit Server VM (build 1.6.0_01-b06,
On 6/22/07, Nikola Milutinovic <[EMAIL PROTECTED]> wrote:
Hi all.
This is not really TC related, but more JSP and EL question, but I thought I'd
ask.
I ask JSP, EL and JSTL questions here
http://jakarta.apache.org/taglibs/
or
http://forum.java.sun.com/forum.jspa?forumID=45
---
I haven't tested this though, so
can't tell for sure.
The 2nd option requires more disk space of course.
-Rashmi
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For a
cat 6. Are there any better ways than I am not aware of.? I don't
think increasing the timeout length in Mysql is a much better solution.
Best Regards,
Jacob
Rashmi
-
To start a new topic, e-mail: users@tomcat.apache.org
T
t;%=URLEncoder.encode("造字", "Big5")%>
URL Decode:
<%=URLDecoder.decode("%B3y%A6r", "Big5")%>
The above shows garbage characters.
---
web.xml
---
PARAMETER_ENCODING
Big5
---
Tomcat 6.x server.xml
-Rashmi
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
;/errors/error.jsp" , this way error.jsp
will be visible to any page in your app when you use that path.
2) Is the web.xml configured correctly, is the path of error.jsp in
web.xml correct? Again, it should be context relative.
-Rashmi
-
t doing the URL decoding in a different way than Java's built-in URL
decoder?
-Rashmi
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
a I/O API you will be able to access any file , even if it is
outside the web application's context.
I don't know if there's a way to access any file outside the web app's
context using Servlet API , others may know.
thanks
-Rashmi
--
(Java classes and JDBC)
3) Define the Servlet mapping in web.xml
4) Submit the form from the JSP to the Servlet (URL pattern from web.xml)
Take a look at this clickable diagram.
http://java.sun.com/blueprints/corej2eepatterns/Patterns/index.html
-
in
the manager app.
(See attached picture if it works). I think it
Attachments are automatically filtered. You could upload it somewhere
and post the link to it.
might be a bug.
-j
Rashmi
-
To start a new topic, e-mail:
s of Tomcat, but it
should work on Tomcat 5.5.x or higher. Next time please mention the
version of Tomcat and other relevant details.
-Rashmi
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL
tomcat-6.0-doc/config/engine.html#Lifecycle%20L
isteners
http://tomcat.apache.org/tomcat-5.5-doc/config/engine.html#Lifecycle%20L
isteners
- Chuck
-Rashmi
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubs
.
I don't have experience with shared Tomcat, but there are a few other
Tomcat reasonable cost , and even free hosting providers who don't put
such restrictions, they allow you to have your own Tomcat instance.
Lookup this up on your fav search engine.
T
ceed... Can you help me as soon
It works because the HttpRequest object is available to all Servlet's
inside their doPost and doGet methods.
as possible..
Best,
ilker
I recommend you read about Servlets, it's all covered in the basics.
-Rashmi
--
hive there haven't been any problems on
Windows XP, JDK 1.5 and 1.6.x
Just unzip it to a directory that doesn't contain spaces , and set
JAVA_HOME or JRE_HOME , CATALINA_HOME system environment variables.
Hope this helps.
-Rashmi
On 5/30/07, Len Popp <[EMAIL PROTECTED]> wrote:
So
s a lot for providing the modified script. It worked flawlessly,
I request only one change to it - if you think it's right.
I would make the hostname (localhost) a variable, as it allows one to
substitute a virtual host.
-Regards
Rashmi
our script needs those package rename hacks. Feels
like precompiling into Tomcat's work area should be built in,
bin/precompileJsps.bat|.sh.
Thanks,
Anthony
Regards
Rashmi
-
To start a new topic, e-mail: users
l project to see how it works and what works for you.
The less it changes, the more my development (pre-deployment) would be as
close to production as possible, I'm guessing...
Thanks.
-Regards
Rashmi
-
To start a new
false?
relevant sections of server.xml , Context xml files will be useful.
Regards,
Dejan
-Regards
Rashmi
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands,
On 5/26/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote:
> From: Rashmi Rubdi [mailto:[EMAIL PROTECTED]
> Subject: Re: subdomain name redirect to different context path
>
> I think he wants to redirect or forward all requests from
> 'forums.mysite.com' to
On 5/26/07, Pid <[EMAIL PROTECTED]> wrote:
Rashmi Rubdi wrote:
> On 5/26/07, Ran <[EMAIL PROTECTED]> wrote:
>> Hi all,
>> I would like to point 'forums.mysite.com' to 'www.mysite.com:8080/forums'
>> How could I do that with tomcat conf ? or
You could write a redirect javax.servlet.Filter
Thanks,
ran
Regards
Rashmi
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
up.
While debugging you could always print the session id of the user and
see if user B's session id is the same as user A's session id.
-Rashmi
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail:
r higher there's no need to explicitly
define the TLDs within web.xml , as they're already defined in JSTL's
jar file. You just need the correct jstl and standard jar files.
In your JSPs make sure the taglib URIs are correct, (refer to the JSTL
Taglib API for your version of JSTL
ke HttpUnit or Apache Cactus, as the
tools test each JSP page they acces the JSP pages for the ~first time~
, this essentially compiles all JSP pages , then move the war file to
production.
Many recommend the 2nd option as it makes your pre-compiled code
portable aross containers.
Tha
n a software vendor says that a product is "intuitive" he
means the exact opposite.
Regards
Rashmi
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
ly.
It's a simple way to switch off apps, or switch between apps whenever you want.
Thanks,
Roger Tismeer
-Regards
Rashmi
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROT
-60.cgi
for example:
Admin App 6.0.x (Under Development)
so people looking for it would know that it isn't available yet,
unless they're supposed to be looking in the mail archives.
-Regards
Rashmi
On 5/23/07, Venkat Venkataramanan <[EMAIL PROTECTED]> wrote:
Rashmi:
I posted a simi
tml ,
after defining a user and a role for that user in tomcat-users.xml
Look for tomcat-users.xml under apache-tomcat-6.0.x\conf\ folder and
add something like:
Your help on this will be really helpful to us. Thanks in advance.
With Regards,
Alagar Raja
t posting
the link in case you didn't.
Thanks,
Teresa
-Regards
Rashmi
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Sorry p I didn't see your reply before hitting the Send button.
-Rashmi
On 5/21/07, Pid <[EMAIL PROTECTED]> wrote:
Pierluigi Fabbris wrote:
> Hi
> I use saxon b, java and php how can I configure the last one? In Tomcat 5
> and php 5.0 is possible. Is possible in Tomcat
he.org/
http://httpd.apache.org/lists.html#http-users
Hoping in a reply.
Sincerally yours,
Fabbris Pierluigi
-Regards
Rashmi
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For addi
All attachments are filtered out automatically.
Please post the URL of the screen shot and/or other relevant
information such as log file contents etc.
The Context-Entry looks like
Thanks for suggestions,
Thomas
-Regards
service it doesn't start. I attach the
log-files generated by tomcat.
Attachments are filtered out, please paste the relevant contents of
the log file.
Please give me an answer.
Thanks in advance,
Lluis
-Regards
Rashmi
-
On 5/19/07, Rashmi Rubdi <[EMAIL PROTECTED]> wrote:
> This is what's configured as a global resource in server.xml:
> min="1"
> max="1"
> auth="Container"
> t
e same
as in Tomcat 5.5 with no luck. Any help would be greatly appreciated.
Thanks!
-- Teresa
Regards
Rashmi
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
On 5/19/07, Christopher Schultz <[EMAIL PROTECTED]> wrote:
Rashmi,
Rashmi Rubdi wrote:
> Thank you both for clarifying, I understand what you're saying.
[snip]
> And the definition of ETag :
> http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.19
>
> ment
On 5/19/07, Christopher Schultz <[EMAIL PROTECTED]> wrote:
Rashmi,
Rashmi Rubdi wrote:
>> 1. Spec says:
>> "The response MUST include the following header fields: ... - ETag
>> and/or Content-Location, if the header would have been sent in a 200
>> respons
On 5/19/07, Rashmi Rubdi <[EMAIL PROTECTED]> wrote:
> 1. Spec says:
> "The response MUST include the following header fields: ... - ETag
> and/or Content-Location, if the header would have been sent in a 200
> response to the same request"
Just to test thi
header *was* sent in a 200 response to the same request. (See
the header logs I posted earlier.)
3. Therefore, the 304 response must include the ETag.
(I'm pretty sure that's right, it seems straightforward to me.)
--
Len
-Regards
Rashmi
or Http Status code.
If they status code is 200 , then they should look for Etag header, if
the status code is 304 then they should look for If-None-Match header.
thanks.
-Rashmi
-
To start a new topic, e-mail: users@tomcat.apa
oogle.com/search?sitesearch=tomcat.apache.org&q=JAVA_OPTS&Search=Search+Site
-Rashmi
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
rg/faq/memory.html
The solution may not depend on the version of Tomcat, JDK etc you're
using, but it helps for us to know just in case it does.
Cordially
Aurelien Allienne
-Regards
Rashmi
-
To start a new topic, e-
I agree, there's no need to place .java files, the .class files under
/WEB-INF/ are sufficient.
Unless you're writing an Applet, which has to exist outside /WEB-INF/
, all other classes are protected from browser/ client access when
they're under /WEB-INF/
-Rashmi
On 5/19/
email with something like "good bye"
in the subject.
-Rashmi
On 5/17/07, Keith Adams <[EMAIL PROTECTED]> wrote:
No matter how many times I send a blank email to: [EMAIL PROTECTED], like the
one I sent at 11.19 Eastern this morning, nothing happens. I use a rule to
delete them pe
cat.
Is there a reason that the Etag is not being included? Is there a way to
configure Tomcat to include this? My company is working with a caching
solution provider, and they are complaining about the missing ETag.
thanks.
Regards
Rashmi
---
On 5/14/07, Christopher Schultz <[EMAIL PROTECTED]> wrote:
Rashmi Rubdi wrote:
> One way to use Xalan is with JSTL XML tags inside a JSP.
A much better way is to use Cocoon (http://cocoon.apache.org).
I've not tried Cocoon yet, so I really cant compare JSTL XML tags with
Coc
e, the Javascript wont work as expected.
The solutions are not to use open style comments // and to close all
Javascript statements with a semi colon.
Anyway, your situation may be different but I just thought I'll let you know.
-Regards
Rashmi
On 5/14/07, Milanez, Marcus <[EMAIL PROTECT
ared folder
(your choice).
I use Tomcat 5.5.23 and I'm newbie
How do you plan to use Xalan on Tomcat?
One way to use Xalan is with JSTL XML tags inside a JSP.
many thanks
-Regards
Rashmi
-
To start a new topi
On 5/12/07, Zdeněk Vráblík <[EMAIL PROTECTED]> wrote:
Hi Rashmi,
thans for reply.
Configuration that is described in link you sent me works fine.
Problem is when I change
the datasource factory to Oracle datasource factory. Than is not
possible to find this datasource through JNDI look
my test application.
Thanks.
Regards,
Zdenek Vrablik
Regards
Rashmi
ve the blank lines left behind
by JSP directives (as described here
http://java.sun.com/developer/technicalArticles/J2EE/jsp_21/ ) when
the HTML is rendered.
If you want to trim all white spaces one option is Ant RegEx (see
bottom: http://ant.apache.org/manual/OptionalTasks/rep
On 5/10/07, Tim Alberts <[EMAIL PROTECTED]> wrote:
I'm running FC6 with Tomcat 5.5.17 (standard rpm packages from the FC6
distribution).
The default rpm packages seem to have some problem, they seem to
depend on each other and often stall Linux.
It's best to install Linux Fedora minus the RPMs
html1-strict.dtd";>
NVAC Polling Controller
Your browser does not support the applet tag.
<%
//Service.init();
%>
<%
//out.print(Service.showString());
%>
Thanks,
Dan
Regards
Rashmi
-
To start a new topic
n for doing this on tomcat
5.5.x by modifying context.xml ..
Thanks,
Mélanie
-Rashmi
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
On 5/9/07, Rashmi Rubdi <[EMAIL PROTECTED]> wrote:
I agree, from my experience IE times out when the connection is taking
too long to send a response back, I haven't experienced a timeout with
FF.
You may want to consider a paging algorithm, if your data set is too
large, it
gards
Rashmi
On 5/9/07, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote:
have you considered that the client might be aborting the connection
because you are taking too long to respond?
Filip
-
To start a new topic, e-
On 5/7/07, Scott Dunbar <[EMAIL PROTECTED]> wrote:
I've been using the same code for years since the Tomcat 3.x days and an
upgrade to 5.5.23 has now broken my site.
I would safely assume there have been significant changes between 3.x
and 5.5.23, if I were you I would start fresh, also the ins
er
/:running:0:
- how can I restart my application at that point ? I
don't have the control over tomcat so cannot
stop/start the server.
May be the host provider can help.
Any help/ideas would be greatly appreciated
om the browser by invoking
http://localhost:8080/jspbook/
-Regards
Rashmi
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
s to behave like startup.bat regardless
of changes to the environment, Tomcat, server.xml etc.
(I won't always be there to sort things out)
Paul Singleton
-Regards
Rashmi
-
To start a new topic, e-mail: users@tomcat.apache.or
le while, but in
terms of functionality much has been achieved in the recent versions.
Once the concepts are clear, it is easier to find your way around. But
it's useful to keep in mind that the docs can be a little outdated
when it comes to any softw
ith just
the WAR file name minus the timestamp as Chuck mentioned.
However, build scripts are out of the scope of this list, but each
build tool has their own mailing list - I know Ant has one, probably
Maven and others have their own.
Shawn
I
know as of now.
Thanks in advance
Ashok
-Regards
Rashmi
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
t
know if it makes a difference in case of locking log files.
Also there are few tail -f utilities for Windows that simulate the
Unix tail -f command, helpful to view recent changes to the log file
or see it running. I don't know if Textpad does that, you my have to
scroll to the bottom to see
You probably might have locate the files, but just in case not the
startup.sh and shutdown.sh shell script files are under Tomcat's bin
folder.
-Regards
Rashmi
On 5/2/07, William Biggs <[EMAIL PROTECTED]> wrote:
I runing linux where is
Also, if the OS is Unix/Linux based, you most likely should grant
execute permissions for startup.sh and shutdown.sh - before trying to
execute them the first time.
-Regards
Rashmi
-
To start a new topic, e-mail: users
n the icon that appears on the bottom right task bar.
-Rashmi
On 5/1/07, William Biggs <[EMAIL PROTECTED]> wrote:
I'm a newbie. After I upload my war file how do I shutdown and restart
tomcat 5.5 ?
-
To start a n
that's where I picked up the solution from.
Now that you've made a good point on the best approach, next time this
question arises I will know better :-)
--David
-Regards
Rashmi
-
To start a new topic, e-mail: users@t
-doc/manager-howto.html
but can't find a reference to the TC 5.5 deployed app "host-manager".
Can someone shed some light?
Hope this helps.
-Regards
Rashmi
-
To start a new topic, e-mail: users@tomcat.apache.org
ine doesn't know it and all sorts of quirky problems show up.
--David
-Regards
Rashmi
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
there's no possibility of freezing, because
you would simply
unzip it to a particular directory, then set JAVA_HOME and CATALINA_HOME
system environment variables.
"Using Jvm: C:\Arquivos de
programas\Java\jre1.6.0_01\bin\client\jvm.dll"
What ca
//String planet = (String) props.getObject("planet");
//System.out.println("Planet: " + planet);
}
}
TIA
- Mike
-Regards
Rashmi
-
To start a new topic, e-mail: users@tomcat.apache.org
L
c:redirect tag
within a Servlet:
response.sendRedirect("/cruisecontrol/");
The above redirects with HTTP 302
I guess thats what you're looking for.
Regards
-Rashmi
-
To start a new topic, e-mail: users@tomcat.ap
this? Any help is greatly appreciated.
Robert Segal
Hope this helps.
-Regards
Rashmi
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
.
2) some have suggested creating a Filter for this, I don't know about
Filters yet but it seems like a possible solution.
Thanks,
Martin
-Regards
Rashmi
-
To start a new topic, e-mail: users@tomcat.apache.org
To u
Hi Chuck,
On 5/1/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote:
> From: Rashmi Rubdi [mailto:[EMAIL PROTECTED]
> Subject: Re: setup
>
> > and aloso I would like to know where the webapps/ROOT/index.jsp
> > is ?
> >
>
> By default, it is under Tomcat&
et response. Thanks again.
-Cheers
Rashmi
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
ined in the docBase of ROOT.xml
file , which may be located at Tomcat's conf/Catalina/[Host]/ROOT.xml
-Regards
Rashmi
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For addition
Hi Monica,
We are unable to see your message, instead we see a set of pipes |
It could be that your e-mail client is using Rich Text , please change
it to Plain Text and try again.
-Regards
Rashmi
On 4/27/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
On 4/30/07, orn amental <[EMAIL PROTECTED]> wrote:
How do I limit the amount of messages I receive?
Please create a new thread instead of hijacking this one
I'd like to be able to "turn on and off" the reception of messages of the
mailing list without having to unsubscribe. Unfortunately the
s,
John
Tomcat 6.10
windows 2000
Java 1.6
-Regards
Rashmi
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Perform Http Forward
Session ID : 55FD6EF762C1AFC549F2EBBFB7CC5208
Session was created at : Mon Apr 30 12:54:09 EDT 2007
^^^^^^
-Regards
Rashmi
-
To start a new topic,
#x27;t know about other parameters, but they can be easily tested.
The Servlet 2.4 specification shows all web.xml nodes on page 136.
and can we disable this through server.xml ?
So far there doesn't seem to be a setting in server.xml to disable
this, so I guess not.
Thanks
re the domain etc in a constant and prefix it to the
rest of the URL.
Also, there might be better ways to accomplish this.
I don't know much about JNDI but it comes to mind, is it possible to
store images as a global JNDI resource.
Thanks,
Martin
-Regards
Rashmi
---
appears in
more than one Servlet that may be visible to the current installation
of Tomcat.
-Regards
Rashmi
On 4/30/07, Rashmi Rubdi <[EMAIL PROTECTED]> wrote:
On 4/30/07, sc <[EMAIL PROTECTED]> wrote:
>
> As you suggested, I started from scratch. I downloaded tomcat 6 from
> ap
estServlet -
TestServlet destroy
2007-04-30 12:35:40,046 [main] INFO com.cutetrip.view.TestServlet -
TestServlet destroy
Since I just downloaded Tomcat, it is likely the double init is caused by my
application or local environment setting. Any
ery rarely), I
normally start with a fresh install of the zip version of Tomcat after
backing up the existing version. This process normally fixes my
problems quickly with little effort.
-Regards
Rashmi
On 4/29/07, sc <[EMAIL PROTECTED]> wrote:
I tried as you suggested. But didn't wo
Sent from the Tomcat - User mailing list archive at Nabble.com.
-Rashmi
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
The above test was conducted on the Tomcat version I have which is not 5.0.
If you check your code throughly and the problem still occurs in 5.0,
you may want to file a bug --- only if you're sure it's a bug ---
otherwise it will not be resolved , if it's not a bug :-)
lse);
System.out.println("In 3rd servlet --- Is session new? " +
session.isNew());
String city = (String)session.getAttribute("city");
System.out.println("3rd Servlet --- Session attribute city: " + city);
}
}
Second, why does the config
d time because,
all that is required to see changes in JSP/Html is a browser refresh.
Thanks,
Josh
-Regards
Rashmi
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
1 - 100 of 374 matches
Mail list logo