Re: Virtual Hosting and SSL

2005-10-11 Thread Justin Jaynes
Strike that--I just found that documentation after looking the hundredth time. I guess we overlook what we didn't know before, assuming it isn't what we wanted to find--or something strange like that. But I found it. Thanks everyone. Justin --- Justin Jaynes <[EMAIL PROTECTED]>

Re: Virtual Hosting and SSL

2005-10-11 Thread Justin Jaynes
I'll try... thanks so much for such a fast reply. Is there any document about that feature on the tomcat apache site? Justin --- David Smith <[EMAIL PROTECTED]> wrote: > Try address="192.168.56.32" or whatever IP you want > tomcat to bind to. > The port attrib

Re: JSP Newbie seeking guidance

2005-10-11 Thread Justin Jaynes
building of software packages from source like PostgreSQL, but if you haven't, that alone can feel like a daunting task--really, its quite simple. Just email me directly and I'll fill you in as much as I can. Justin --- John Geiger <[EMAIL PROTECTED]> wrote: > Not at all

Re: Virtual Hosting and SSL

2005-10-11 Thread Justin Jaynes
I DID try, but there is no IP address attribute for connector elements. .. at least not in the documentation listed on the 5.5 documentation / configuration setup. How would I do it? Can you please indicate the syntax? Thanks, Justin --- Hassan Schroeder <[EMAIL PROTECTED]> wrote: &g

Virtual Hosting and SSL

2005-10-10 Thread Justin Jaynes
to different IP's (which would mean two servers running on my machine, and NOT the scenario I would prefer)? I hope some very seasoned pserson can help me. This list has never failed me yet and I have been asking questions for over a year. Mad-Props to all of you!

Re: JSP Newbie seeking guidance

2005-10-10 Thread Justin Jaynes
eat and runs with no problem just by typing xine in KDE). Justin --with more to say than you probably wanted to here --- John Geiger <[EMAIL PROTECTED]> wrote: > Hello: > > This is a little intimidating, but I am eager. I > hope I am in the right > place. > > I am

Resizing JPEG Images

2005-09-19 Thread Justin Jaynes
nd it any longer. Does anyone know how or where I should start? If writing my own bean would be easy using some part of the Enterprise Java SDK, please point me in the right direction and I'll do the work. I am using the lates version of the JDK. Thank

JNDI DBCP Resources: Pool Leak

2005-09-07 Thread Justin Jaynes
Concerning JNDI Database Connection Pooling Sources, I have read that if you fail to explicitely close Result Sets, Statements, or Connections to the DataSource from WITHIN the web application, a connection in the pool will be "lost." (I read this at: http://jakarta.apache.org/tomcat/tomcat-5.5-do

Re: Using more than one SSL cert in keystore?

2005-08-08 Thread Justin Jaynes
Paul, Thanks. I am doing as you have instructed. I hope to set up client-side redirects. Can you please tell me how? Does it require javascript, or just HTML? Where can I learn about client side re-directs? Justin Jaynes --- Paul Singleton <[EMAIL PROTECTED]> wrote: > Justin Jay

Re: How bind Tomcat to an IP address?

2005-08-04 Thread Justin Jaynes
If this does not answer your question, either I misunderstood it altogether and you need to be more specific about what you are trying to do, or you might try a brief chapter on basic networking in any good "internet,how it works" type reference book. Or a good linux reference book, sa

RE: 1 jakarta server + multiple ip's

2005-08-03 Thread Justin Jaynes
My host is not very busy. The loads on the sites are minimal. I want to use two services so that each virtual host I run can have individual SSL certificates to match. SSL prevents Virtual Hosting using domain name distinguishing. It must be IP based. Justin --- MC Moisei <[EMAIL PROTEC

Question for Bruno Re: Forwarding Domains

2005-08-03 Thread Justin Jaynes
the discussion thread titled something like [one tomcat + multiple ip's] I tried the proposed solution and have asked if it is suitable/safe for production environment. Do you have any input on the question? Justin --- Bruno Georges <[EMAIL PROTECTED]> wrote: > Hi justin > Yo

RE: 1 jakarta server + multiple ip's

2005-08-03 Thread Justin Jaynes
to say NOT from the documentation? And if it is untested, but it is working, are there any reasons not to use it in a production server? Is it safe? Justin --- Peter Crowther <[EMAIL PROTECTED]> wrote: > > From: [EMAIL PROTECTED] > > I'm configuring a tomcat-server and t

Re: Using more than one SSL cert in keystore?

2005-08-02 Thread Justin Jaynes
I am not sure if this scenario is achieveable. Tomcat may not even be set up for IP virtual hosting. One other thought--Is this more easily achieved by setting up a second instance of tomcat on my machine? Justin --- Bruno Georges <[EMAIL PROTECTED]> wrote: > Justin > > In thi

Re: Using more than one SSL cert in keystore?

2005-08-01 Thread Justin Jaynes
be this: How do I cofigure virtual hosting of more than one SSL enabled host over ONE interface using multiple IP addresses? Sorry for the confusion. --- Justin Jaynes <[EMAIL PROTECTED]> wrote: > If I host more than one domain on my tomcat > installation (standalone, not with ap

Forwarding Domains

2005-08-01 Thread Justin Jaynes
other words, I want to move all my users from the domain they enter to a domain I prefer USING my tomcat setup. I imagine there is some way to set up my server.xml to do it. Justin Thanks in advance. I have never had an issue unresolved after submitting to this list. Bravo

Using more than one SSL cert in keystore?

2005-08-01 Thread Justin Jaynes
If I host more than one domain on my tomcat installation (standalone, not with apache), can I imort an SSL certificate for each domain and will tomcat just know which to use for which hosts? Justin Jaynes - To unsubscribe, e

Re: Apache-like Deny/Allow directives

2005-07-15 Thread Justin Crabtree
is, but since all the dynamic content is > relayed to tomcat (jsp's), it is still accessible to the internet. > > Luc Boudreau > Université du Québec > Canada Is there a reason you can't use Apache directives on the areas you wish to restrict? -- Justin Crabtree Java

Re: Apache + Tomcat with Mod_jk

2005-07-08 Thread Justin Crabtree
+ Tomcat 5.0 using mod_jk.so ? > > Thanks in advance ... > > Shailendra > Try here. http://www.apache.org/dist/jakarta/tomcat-connectors/jk/binaries/win32/ And here for docs. http://jakarta.apache.org/tomcat/connectors-doc/ -- Justin Crabtree Java Programmer Ozarks Technical Commu

Re: choice of JVM

2005-03-16 Thread Justin Crabtree
ld be installed under "C:\Program Files\Java". HTH. -- Justin Crabtree Java Programmer Ozarks Technical Community College 447-7533 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

JNDI LDAP Resource

2005-03-08 Thread Justin Crabtree
? If not, any suggestions on how to get the connection stuff out of the Java code and into some sort of config file? Thanks in advance for any help. -- Justin Crabtree Java Programmer Ozarks Technical Community College 447-7533 - To

Re: Being lost in the mailing list

2005-03-08 Thread Justin Crabtree
hy you have chosen mod_jk2? It is no longer being developed by Apache. I would recommend using mod_jk. There is an excellent tutorial on configuration for Apache on Apache's website. http://jakarta.apache.org/tomcat/connectors-doc/howto/apache.html -- Justin Crabtree Java

Re: display my index.jsp as default

2005-03-03 Thread Justin Crabtree
of your choice. Not very elegant, but it would work. -- Justin Crabtree Java Programmer Ozarks Technical Community College 447-7533 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: newbie having problems with MySQL JDBC/JNDI Datasource example

2005-03-01 Thread Justin Crabtree
e(JspServlet.java:245) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) Sounds like it can't find the driver. Do you have the Connector/J jar installed in the correct place? Should be in common/lib. -- Justin Crabtree Java Programmer Ozarks Technical Community College 447-75

Re: Test

2005-01-15 Thread Justin Stanczak
Yes, someone hit the plug. Justin Stanczak 812-888-5813 "All that is necessary for the triumph of evil is that good men do nothing." Edmund Burke - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

Recommendations for connector from Apache to Tomcat

2005-01-12 Thread Justin Crabtree
. Windows Server 2003 Apache 2.0.50 Tomcat 5.5.4 Java 1.5.0 Update 1 I am a newbie so I need something relatively easy to setup. Thanks. -- Justin Crabtree Java Programmer Ozarks Technical Community College 447-7533 - To unsubscribe, e

Re: [OT] Java developer friendly Linux distro

2004-12-21 Thread Justin Crabtree
that the most friendly distro will be the one that you are comfortable with. If you are using mainstream tools such as Eclipse, the support on most distros will at least be adequate if not friendly. The best advice is to try a couple and see what works. -- Justin Crabtree Java Programmer Oza

Re: [OT] HTTP Sniffers

2004-12-15 Thread Justin Ruthenbeck
gable group is there a good free HTTP Sniffer application I can use, I need to see what the HTTP headers are returning on my site. __ Justin Ruthenbeck Lead Software Engineer, NextEngine Inc. justinr - AT - nextengine DOT com Confidential. See:

Re: [OT] Re: Tomcat mailing list is full of non tomcat topics

2004-12-08 Thread Justin Ruthenbeck
y don't belong here and should either be relocated or (more likely), marked OT. justin At 06:56 PM 12/8/2004, you wrote: On Wed, 2004-12-08 at 17:41, Roberto Cosenza wrote: > I'm not talking about moderating but about informing the users that this is > not the right place. > Many

Re: Delivering JSPs without source

2004-12-01 Thread Justin Ruthenbeck
undle your container service implementation classes (custom realms, valves, anything the main classloader needs) into /common/lib/app-container.jar. Will this not work in your case? justin ______ Justin Ruthenbeck Lead Software Engineer, NextEngine Inc. justi

Re: Fedora Core 3

2004-12-01 Thread Justin Crabtree
-- Try asking on the fedora mailing list. They are usually pretty good about answering these type of questions. http://www.redhat.com/mailman/listinfo/fedora-list -- Justin Crabtree Java Programmer Ozarks Techn

Re: Delivering JSPs without source

2004-11-30 Thread Justin Ruthenbeck
into a separate jar and keep your compiled JSPs in a separate jar in WEB-INF/lib. ... and if you find that your realm is being somehow implemented in the JSP, you know you're really screwed. :) justin At 03:32 PM 11/29/2004, you wrote: We have a web application that uses jsps. We

Re: Virtual Hosting Questions

2004-11-17 Thread Justin Jaynes
visible only on the box that runs tomcat? > --- Just put the entry for the desired domain in the hosts file of only the local machine (the server) and not in the hosts files on the other machines on the network. It's that easy. If I can give any other pointers, just ask anothe

RE: Counting Page Hits

2004-11-11 Thread Justin Jaynes
Thanks! Justin Jaynes --- "Shapira, Yoav" <[EMAIL PROTECTED]> wrote: > > Hi, > > >Could you give me a quick pointer in > >the right direction for a good, popular log > analyzer? > >Then I can study up. I would appreciate the help > so >

Re: Counting Page Hits

2004-11-10 Thread Justin Jaynes
my production server. Do I have to wait until 5.5 comes out stable to use COMMONS-LOGGING? Justin Jaynes __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://

Counting Page Hits

2004-11-09 Thread Justin Jaynes
never used any of the pre-installed software, and have actually been disabling it. A book recommended it not be installed for security purposes on a production server-- they could be wrong, I know). Any suggestions? Justin Jaynes __ Do You Yahoo

RE: Response and file downloads

2004-11-01 Thread Justin Ruthenbeck
ou with whatever the previous page's options were ... there's really no contradiction in doing so. justin -----Original Message- From: Justin Ruthenbeck [mailto:[EMAIL PROTECTED] Sent: Monday, November 01, 2004 2:56 PM To: Tomcat Users List Subject: Re: Response and file downloads L

Re: Response and file downloads

2004-11-01 Thread Justin Ruthenbeck
"main" browser window. This will, of course, subject you to any headaches associated with javascipt window opening. justin ______ Justin Ruthenbeck Lead Software Engineer, NextEngine Inc. justinr - AT - nextengine DOT com Confidential. See:

Re: how to deny .jsp execution within an upload directory

2004-10-29 Thread Justin Ruthenbeck
For robust installations, this problem is a non-issue due to JSP precompilation. Everyone's situation is different, of course, but it is generally much more secure to precompile your JSPs and disable the dynamic compilation of new ones. justin At 03:25 PM 10/29/2004, you wrote: The ea

Re: request.getSession(false) randomly returns null in servlet

2004-10-12 Thread Justin Ruthenbeck
et (presumably one type of use case) makes it even more likely. justin At 09:14 AM 10/12/2004, you wrote: Hi David, Thanks for reply but I guess I need something else. All answers to your suggested situation are negative. Answers included in your message. --- David Wall <[EMAIL PROTECTED]&g

Re: [OT] Webapp upgrades and browser caching

2004-10-07 Thread Justin Ruthenbeck
e this? Thanks, justin For static web pages you can use a tag like this: If the browsers still have a problem you might be able to configure Apache to output a header will all content called EXPIRES. I think you can if I remember right from some docs I read. You will have to look at Apache for

[OT] Webapp upgrades and browser caching

2004-10-07 Thread Justin Ruthenbeck
from disabling static content caching, are there any other options out there? Much thanks for the help! justin __ Justin Ruthenbeck Lead Software Engineer, NextEngine Inc. justinr - AT - nextengine DOT com Confidential. See: http://www.nextengin

Re: Cluster Pure Tomcat with Hardware Load Balancer

2004-10-04 Thread Justin Ruthenbeck
Mitchell, Pur Tomcat clustering is most robustly supported in the 5.x branch (a backport to 4.1.x was done, but you'll have a harder time getting help with that). Info can be found off of the 5.0.x docs page: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/cluster-howto.html justin At 03:

RE: Tomcat Question - HELP

2004-10-01 Thread Justin Jaynes
O USE THE RESOURSE he has offered to you FREE OF CHARGE as a common human courtesy. Listen to him. He knows how to help you help yourself. Justin Jaynes --- [EMAIL PROTECTED] wrote: > I really don't care what your personal views are. I > am not a decision > maker here. We use apach

Re: Allowing users of web app to upload files

2004-09-23 Thread Justin Jaynes
No, in fact I didn't see it. Thank you. If I have any specific questions after reading it, I will ask. Thank you so much. Justin Jaynes --- QM <[EMAIL PROTECTED]> wrote: > On Thu, Sep 23, 2004 at 12:14:18PM -0700, Justin > Jaynes wrote: > : So my question: How do

Re: Allowing users of web app to upload files

2004-09-23 Thread Justin Jaynes
e in other work with my own. If someone could answer my fileupload Commons question directly, that would be nice. Pointing me in the proper direction to LEARN how to use it would be useful as well. Justin Jaynes --- Tim Funk <[EMAIL PROTECTED]> wrote: > See http://jakarta.apache.org/

Allowing users of web app to upload files

2004-09-21 Thread Justin Jaynes
Well, As Yaov said this list was ok for JSP development, here I go. I am having a great time using Tomcat on SuSE 9.1 with SSL and all is working fine. I would like users of my web applications to be able to upload image files to directories that Tomcat is serving files out of. This must happen

Know of a group for JSP development?

2004-09-20 Thread Justin Jaynes
I realize this group is NOT for JSP development questions. Does anyone know of such a group? I have exhausted my books in looking for answers and would like to chat with other JSP developers. My appreciation for all this list has already done for me. Justin Jaynes

RE: Question about creating new HttpSessions

2004-09-16 Thread Justin Ruthenbeck
g your app to do something it's not "supposed" to do. justin __ Justin Ruthenbeck Lead Software Engineer, NextEngine Inc. justinr - AT - nextengine DOT com Con

RE: porting to tomcat 5

2004-09-14 Thread Justin Kennedy
l the people who > know the answer don't have time today. That happens occasionally... > > Yoav Shapira > Millennium Research Informatics > > > > > >-Original Message- > >From: Justin Kennedy [mailto:[EMAIL PROTECTED] > >Sent: Tuesday, Septemb

RE: porting to tomcat 5

2004-09-14 Thread Justin Kennedy
Hi, I'm new to this mailing list, so I'm thinking I didn't ask this question properly or did something wrong because I never had a response. Maybe I posted too much code? Thanks, -Justin -Original Message----- From: Justin Kennedy [mailto:[EMAIL PROTECTED] Sent: Tuesday, Sep

porting to tomcat 5

2004-09-13 Thread Justin Kennedy
ute("tmpEmail"); if (_jspx_th_trans_storeValue_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) return; tmpEmail = (java.lang.String) _jspx_page_context.findAttribute("tmpEmail"); } Thanks for the help!! -Justin

RE: tag reuse, setParent and findAncestorWithClass

2004-09-07 Thread Justin Kennedy
Thanks Tim, I got it working! -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 07, 2004 10:07 AM To: Tomcat Users List Subject: Re: tag reuse, setParent and findAncestorWithClass Turn off tag pooling. -Tim Justin Kennedy wrote: > Hi Tim, >

RE: tag reuse, setParent and findAncestorWithClass

2004-09-07 Thread Justin Kennedy
webapp... I tried putting it there too but no luck. Thanks -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 07, 2004 10:07 AM To: Tomcat Users List Subject: Re: tag reuse, setParent and findAncestorWithClass Turn off tag pooling. -Tim Justin Kennedy

RE: tag reuse, setParent and findAncestorWithClass

2004-09-07 Thread Justin Kennedy
mcat Users List Subject: Re: tag reuse, setParent and findAncestorWithClass http://jakarta.apache.org/tomcat/faq/misc.html#tagbroken -tim Justin Kennedy wrote: > Hi, > > > > I'm upgrading our tag library to Tomcat 5 and having problems. Note that > they were written back in

tag reuse, setParent and findAncestorWithClass

2004-09-06 Thread Justin Kennedy
ause the enclosed iterateTag specifies the proper transactId, but this value is not output because it's parent is set to the first IterateTag and not the second, hence the different transactIds. #2 works only because I'm explicitly setting the transactId. The WriteValueTag extends the TagSupport class and everything is done in the doStartTag event. Please advise, -Justin

Re: Configuring Tomcat 5 to not display null value as word null

2004-08-20 Thread Justin Ruthenbeck
n no such parameter value exists. If you're unfamiliar with the above concepts, check Google, so see: http://www.javaworld.com/javaworld/jw-06-2001/jw-0622-filters-p4.html Good luck, justin At 04:54 PM 8/20/2004, you wrote: Hi, I have the following JSP fragment: case 1 = <%=request

Re: How to keep a single user session from having multiple threads?

2004-08-19 Thread Justin Ruthenbeck
ake that happen. If you want help with that, feel free to reply with more info to the list. Good luck! justin At 06:04 PM 8/19/2004, you wrote: Hello folks, I have a situation in which 2 threads are being started in the same user session. Now, that in itelf is not necessarily a problem - the proble

Re: How can I display number of requests over the past n seconds?

2004-08-02 Thread Justin Ruthenbeck
ter if your range is 5 seconds to 60 minutes, for example. justin At 07:10 AM 7/29/2004, you wrote: I need to display on a .jsp page the number of requests for Tomcat in the past 5 / 10 / 15/ 30 / 45 / 60 seconds. I've already implement a Filter will count the total number of requests. I di

RE: Is there such a beast ? (virtual directories)

2004-07-13 Thread Justin Ruthenbeck
ervlet can give you additional flexibility at deployment time. The assertion that this diminishes robustness and/or security must be taken in context -- in many situations, this can be preferable to running with Apache in front. As always, YMMV. justin Otherwise (as in Carl's suggestio

RE: will ROOT (/) context, folder "hello" interfere with context (hello) ?

2004-07-09 Thread Justin Ruthenbeck
ect, depending on what you need to accomplish) to your "real" default web application. It will eliminate problems like this -- naming and implementation/function should be independent. As for your question, you can't practically get to ROOT/hello in the case you're descr

Re: Limit time for Database connection

2004-07-08 Thread Justin Ruthenbeck
See my previous post on the thread. Combined with "testOnBorrow" and/or "testWhileIdle", it could certainly help. justin At 05:56 PM 7/8/2004, you wrote: Could be, anyone know for sure? Eric Noel wrote: I thought it would be just as simple as setting the parameter in the DBC

Re: Limit time for Database connection

2004-07-08 Thread Justin Ruthenbeck
reason, after all). That's going to be highly dependent on your pool impl and/or your database driver, depending on what you're using. Change your timeout settings there. Either way I'd advise only going as low at the DB driver and not messing with OS networking settings if possi

RE: jspc

2004-06-24 Thread Justin Ruthenbeck
't spend the 30 minutes it takes to figure it out. :) justin At 06:38 PM 6/24/2004, you wrote: Hi, Yes..that is what I thought, but I learned from a 'reliable' source I could accomplish this on saving overhead. So rather than looking into the whys and whats, I looked into h

Re: Design question ..

2004-06-21 Thread Justin Ruthenbeck
stion and a good model to follow. but in the end Justin, you would do well, I think, to do this in the database, i.e., have a "locked" field as write to it. The complication there is you'll need some method to unlock "abandoned" items periodically. I suppose my objecti

Re: Design question ..

2004-06-21 Thread Justin Ruthenbeck
(This isn't my idea, BTW ... take a look at TicketMaster when a hot concert goes on sale to see this in action) justin At 12:37 PM 6/21/2004, you wrote: Hi, I am in the process of writing a webapp that allows users to make a payment and register for a course. Using Apache -- Tomcat --- My

Re: Reading the servlet input stream twice

2004-06-18 Thread Justin Ruthenbeck
The cleanest, most standards-compliant way of doing what you're asking is through the HttpServletRequestWrapper. Make sure you've duely considered QM's comments about the getParameter() methods. justin At 01:41 PM 6/18/2004, you wrote: Dear All, I use Tomcat 4.1.xx I am im

RE: three problems

2004-06-17 Thread Justin Ruthenbeck
27;re access it remotely with http://www.x.com/myapp, can you access it locally with http://www.x.com/myapp? Try accessing it remotely with http:// In any case, this should be a networking issue... justin - To unsubscribe, e-mail: [

Re: Is tomcat a suitable server for our application ?

2004-06-15 Thread Justin Ruthenbeck
ATION, Tomcat and the hardware specs you gave support 'X' simultaneous requests with a minimum/average request processing time of 'Y' milliseconds? No one here will have the answer to that, of course. justin At 10:43 PM 6/14/2004, you wrote: > Hi, > We are planning to

Re: Failing due to Multiple browser windows sharing the same session

2004-06-03 Thread Justin Ruthenbeck
onize data access) or change the way your're storing data to make it immune to this situation. justin ______ Justin Ruthenbeck Software Engineer, NextEngine Inc. justinr - AT - nextengine DOT com Confidential.

Re: Maintaining Sessions

2004-06-02 Thread Justin Ruthenbeck
(Servlet2.3). It's basically something like this in your web.xml (no guarantees for code correctness here, but it should get you started): /secure/* CONFIDENTIAL Thanks for the help thus far, Justin Jaynes No problem. Good luck. justin --- Justin Ruthenbeck <[EMAIL PROTECTED

Re: Maintaining Sessions

2004-06-02 Thread Justin Jaynes
vague examples that secure entire applications. Thanks for the help thus far, Justin Jaynes --- Justin Ruthenbeck <[EMAIL PROTECTED]> wrote: > > Hi, > > Square peg, round hole. > > It seems like the only reason you've split these > into multiple hosts is > to dif

Re: Maintaining Sessions

2004-06-02 Thread Justin Ruthenbeck
webapp, but set s for those resources (C) that require https. See: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/ssl-howto.html What you're describing here is a deployment-time problem -- it shouldn't impact your code in a major way like distributed sessions would cause. justin At 02:

Maintaining Sessions

2004-06-02 Thread Justin Jaynes
HAVE to have a WEB-INF directory for both hosts, or could they somehow share a WEB-INF directory so I only have to maintain ONE set of classes? I tried using symbolic-link WEB-INF's to one big WEB-INF directory, but it did NOT work. Justin Jaynes _

Re: JSVC to run tomcat?

2004-05-28 Thread Justin Jaynes
JSVC work and does it affect performance? Justin --- Bob White <[EMAIL PROTECTED]> wrote: > My guess is that jsvc is failing. Is there an error > in your output file or > error file? (ie. ../logs/catalina.out & > ../logs/catalina.err). > > As for why it was failing, I

JSVC to run tomcat?

2004-05-27 Thread Justin Jaynes
would be greatly apreciated. Justin __ Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger. http://messenger.yahoo.com/ - To unsubscribe, e-mail: [EMAIL

RE: API for authenticating user

2004-05-27 Thread Justin Ruthenbeck
_HOME/common/classes or $TOMCAT_HOME/common/lib directory. It will be accessible to both Tomcat and your webapps in this case. Repeat (1). justin At 08:15 PM 5/27/2004, you wrote: Hi again, I found org.apache.coyote.tomcat5.CoyoteRequest class has a method setUserPrincipal which seems to be us

RE: standalone production?

2004-05-27 Thread Justin Jaynes
I am intending to run in a fully internet exposed environment and I only have ONE physical machine to use for deployment. It will be directly connected to the internet at co-location service provider. So ... In a conversation from yesterday, it appears another user had a similar question. How t

standalone production?

2004-05-26 Thread Justin Jaynes
Is it considered safe to run tomcat as a stand-alone production server on ports 80 and 443? This requires tomcat to run as root (or so I have read) and it is therefore "not recommended". Using apache forks child processes that run as nobody. But I don' want to use apache. Again, is it safe to r

Verifying signatures

2004-05-26 Thread Justin Jaynes
I recently downloaded TOMCAT 5 and I read that I am responsible to verify the integrity of the download from the mirror using some key or signature. How do I do that? I am running SuSE linux 9.1. Please be specific. What key's or signatures or checksums do I download? Where do I place them? W

RE: forwarding across contexts?

2004-05-11 Thread Justin Ruthenbeck
At 01:04 PM 5/11/2004, you wrote: Justin, Thanks again for taking the time to think about this with me. Alas, my customer's deployment platform is windows. So no symlinks. No Apache (they use IIS). Complicated security model for everything on the site except for decorative gifs. So Tomcat

RE: forwarding across contexts?

2004-05-11 Thread Justin Ruthenbeck
arate contexts can be made to work. Perhaps others have additional ideas. Fred Good luck, justin At 10:08 AM 5/11/2004, you wrote: Hi, >Is there a way, within a single context, to separate out >the static content to some other file system location. Of course, there are many ways, none of them a

Re: forwarding across contexts?

2004-05-10 Thread Justin Ruthenbeck
the idea of separate and distinct web applications and let the container do this URL parsing and forwarding for you. Many thanks, Fred Toth Good luck, justin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

startupw.exe & classpath

2004-05-03 Thread Justin McReynolds
w to add that directory to the classpath. I can edit setclasspath.bat to include that directory, and then start Tomcat with either "startup.bat" or "catalina.bat" and it works fine; is there an analogous file for tomcatw.exe? Thank you, Justin McReynolds Advanced Product Su

Re: FW: Tomcat stops loading when I run my servlet with

2004-04-23 Thread Justin Ruthenbeck
At 05:21 PM 4/23/2004, you wrote: Justin, I followed your advice immediately, but the exact same thing happens. My response was tongue-in-cheek, but that's ok. :) Just to restate the issue, my servlet hangs because it needs to obtain an XML Schema from localhost:8080. But it can

Re: Tomcat stops loading when I run my servlet with

2004-04-23 Thread Justin Ruthenbeck
Yes. Rip out the load-on-startup. Now. Don't wait till Monday. Replace with a context listener (see: javax.servlet.ServletContextListener). Relax and have a stress-free weekend. justin At 01:55 PM 4/23/2004, you wrote: Look at listeners. I think there was a similar thread a while

RE: Tomcat and restricting the size of HttpServletRequest

2004-04-23 Thread Justin Ruthenbeck
tolerant to have the above behavior than to truly stream data over the network. Any authoritative input would be appreciated. Thanks, justin ______ Justin Ruthenbeck Software Engineer, NextEngine Inc. justinr - AT - nextengine DOT com Con

Re: How to limit concurrent requests by same user

2004-04-21 Thread Justin Ruthenbeck
r seen other places. Depending on your situation, the simplest way I've seen to (mostly) handle this is to disable the submission button with Javascript once it's been tapped once. It's a point solution that's not perfect, but it'll catch 98% of egregious offenders.

Re: [OT] how to save a form field to client

2004-04-07 Thread Justin Ruthenbeck
Yes, that can work. A small applet with proper permissions granted would do the trick as well. justin At 06:45 AM 4/7/2004, you wrote: Hi all, Not really a Tomcat question but I'm hoping someone has a good suggestion. I have a Tomcat app with a chat client talking to a jabber chat serve

Re: How can I maintain state with Axis webservice in Tomcat?

2004-04-06 Thread Justin Ruthenbeck
This is more of an Axis question, but... Have you looked at SimpleSessionHandler? I had to extend it to make it work nicer with HttpSessions, but that's really up to how you need it to function. Yoav's reply is a good way to go as well. justin At 08:32 AM 4/6/2004, you wrote

RE: tomcat5/tomcat4 comparison

2004-03-30 Thread Justin Ruthenbeck
ve migrated to Tomcat5, so there's less of an audience anxious to work on Tomcat4 problems. justin -Original Message- From: QM [mailto:[EMAIL PROTECTED] Sent: Tue 3/30/2004 11:55 AM To: Tomcat Users List Cc: Subject:Re: tomcat5/tomcat4 comparison On Tue, Mar 30, 2004 at 09

Re: Tomcat 4.1.27 fails to start

2004-03-26 Thread Justin Ruthenbeck
e, I get the following error message: [Stack Trace]. I couldn't figure out what was causing this, so I bumped up the debug level, but didn't see anything. [Debug output]. I googled for "is not permitted within comments" but didn't find anything useful. I'm offeri

Re: Automatic authentication when accessing a servlet ?????????

2004-03-18 Thread Justin Ruthenbeck
Why not just have your custom client hit /pages/login.jsp first and pass the j_username and j_password params to it? After this, your session will be active and you can go about hitting whatever you need. justin At 03:25 PM 3/18/2004, you wrote: It's for administration stuff. Then the

Re: Port-per-webapp?

2004-03-17 Thread Justin Ruthenbeck
be escaped really depends on who's reading the value. I've never used the IIS plugin, so I have no idea what the behavior is -- an IIS user would have to chime in. justin At 07:24 AM 3/17/2004, you wrote: Hi Justin, Thank you very much for your help, but I finally got it to work!! I r

Re: Port-per-webapp?

2004-03-16 Thread Justin Ruthenbeck
IS no longer serves the Tomcat examples. If there's something wrong with your config files, we should catch it pretty easily. justin At 01:20 PM 3/16/2004, you wrote: Hi Justin, Thank you very much for your input (and it's nice to know that my email is actually getting distributed

Re: Port-per-webapp?

2004-03-16 Thread Justin Ruthenbeck
ndicate whether it's coming from IIS or Tomcat). Look at the connector docs -- I'm sure the specific files/steps are in there... Or perhaps an IIS user will respond here. justin At 01:04 PM 3/16/2004, you wrote: Does anyone not know anything about this? I'm wondering whether th

Re: Releasing JK 2.0.4

2004-03-16 Thread Justin Ruthenbeck
The binaries aren't available yet because it hasn't been released yet. Just wait for the official release (with the official release notice posted here) and get the binaries then. justin At 09:41 AM 3/16/2004, you wrote: i managed the cvs checkout, but i am not able to build the

Re: delaying context reload

2004-03-16 Thread Justin Ruthenbeck
ble the average wait for a reload). In short, use the manager. :) justin At 09:23 AM 3/16/2004, you wrote: At 08:00 PM 3/15/04 -0500, Christopher Schultz wrote: >Run Plugin:"c:\eudora\attach\Re delaying context reload.ems <0880.0002>" > Hi Chris, No, I'm not using

Strange cross-context bean/session behaviour

2004-03-11 Thread Justin Johnson
, per se, just a strange behaviour that I would like to understand. Any insight is appreciated. Justin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: java.library.path question???

2004-03-10 Thread Justin Ruthenbeck
is will be straight-forward. If you're running with an IDE, it'll be a tad more complicated (like everything else). justin At 05:29 PM 3/10/2004, you wrote: When I run a servlet in Tomcat that executes some JNI code that calls a DLL, it fails with an 'unsatisfiedlinkerror'. T

  1   2   3   4   5   6   >