Re: deploy war file to linux apache ..Please help

2006-02-04 Thread Mark Galbreath
It should not make any difference where Tomcat is. By default, it installs at /usr/local/jakarta-tomcat-5.5.1x, but you can put it in /opt or /home or anywhere else. The only thing that matters is if Tomcat is connected by proxy throough Apache httpd, in which case it will be accessed with some

Re: How to find the JSP file name!

2004-09-22 Thread Mark Galbreath
Pass the name of the calling JSP in the Request object; dynamically set a hidden field in the calling page with the origination URL. Mark Rajamani M wrote: Hai, I am using the jsp files for the flow of execution. In one jsp, I want to know the called jsp file. Is it possible? Because, I am using

Re: Accessing Excel Files

2004-09-20 Thread Mark Galbreath
What do you mean, access excel files? Do you mean having a Java app go into the file system? Do you mean displaying an Excel spreadsheet in a browser? A little more information about what you are trying to accomplish would go a long way to helping you resolve your issue. Mark Cesar Garcia

Re: define an object

2004-09-20 Thread Mark Galbreath
Put the object into application scope (JSP) or servlet.context (servlet) and you can access its interface through the container for either. Mark RimZim Sinha wrote: Can someone tell me where do I define an object in jsp i need for the entire application? Thanks Rimzim

Re: Seeking help

2004-09-20 Thread Mark Galbreath
And you should probably keep programming in VB if you have to get on a mailing list to ask. Ever hear of the java.sun.com website? There are extensive tutorials for every aspect of the Java programming language. And while you are at it, http://www.catb.org/~esr/faqs/smart-questions.html would do

Re: checking the size of an arraylist into a jsp with jstl tags

2004-06-04 Thread Mark Galbreath
*| c:if test=${empty sessionScope.myBean.myProperty} do something /c:if Which could have been easily found in a number of places, including: http://jakarta.apache.org/struts/userGuide/struts-logic.html#empty |* Mark Peter Bosmans wrote: Hi, The api don't help me very much. The problem is how to

Re: security with JSP's

2004-06-04 Thread Mark Galbreath
see that cable plugged into the jack with the blinking light on the backplane of the server? unplug it. mark (couldn't resist) Lykins Don H Contr AFSAC/ITS wrote: What are the secrets to security JSP's? I am running netscape web server with JRUN app server, both on solaris.. How can I make my

Re: Running Tomcat 4.1.27 UNder IIS on Windows Server 2003

2004-05-09 Thread Mark Galbreath
I've successfully done it many times, though I gave up all things M$ a year ago...what is your problem? Mark Ricardo Douglas wrote: Go to www.Johntuner.com this site might be able to help you with your config issues. - Original Message - From: Robert Burdick [EMAIL PROTECTED] To: [EMAIL

Re: Running Tomcat 4.1.27 UNder IIS on Windows Server 2003

2004-05-09 Thread Mark Galbreath
Screw ASP It's just a matter of putting the connector in the lib and configuring the xml. Read the docs that came with your download...there are specific instructions on how to connect IIS with Tomcat. The bitch is at the IIS end, not the Tomcat end. Which is just one of the reasons I switched

Re: I Want to entree in More Java-Maillists

2004-04-17 Thread Mark Galbreath
have no idea, ThomasI'm registered on about a dozen lists with no problems at all...even though most people hate me on those lists. ;-) Thomas Coopmeiners wrote: Hi freinds, I'm registered in JSP-Interest. But I want to suscribe me in some more maillists of Java. Once I try to subscribe in

Re: how does servlet and applet communicate

2004-04-01 Thread Mark Galbreath
lo, this is mark. First, http://www.catb.org/~esr/faqs/smart-questions.html Second, http://www.google.com Finally, http://www.amazon.com/exec/obidos/tg/detail/-/0596000405/qid=1080834184/sr=1-1/ref=sr_1_1/002-6691532-9414406?v=glances=books Mark vinod kumar wrote: hi, this is vinod.. can u

Re: how does servlet and applet communicate

2004-04-01 Thread Mark Galbreath
good riddance, lamer DIGEST Paul Knox wrote: hear hear, well said that man -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED] On Behalf Of Troy Brown Sent: 01 April 2004 17:18 To: [EMAIL PROTECTED] Subject: Re: how does

Re: unsubscribe

2004-04-01 Thread Mark Galbreath
nice try, lamer Troy Brown wrote: === To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST. For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST. Some relevant archives, FAQs and

Re: unsubscribe

2004-04-01 Thread Mark Galbreath
] Behalf Of Mark Galbreath Sent: Thursday, April 01, 2004 12:34 PM To: [EMAIL PROTECTED] Subject: Re: unsubscribe nice try, lamer Troy Brown wrote: === To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST

Re: unsubscribe

2004-04-01 Thread Mark Galbreath
- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED] Behalf Of Mark Galbreath Sent: Thursday, April 01, 2004 12:34 PM To: [EMAIL PROTECTED] Subject: Re: unsubscribe nice try, lamer Troy Brown wrote

Re: unsubscribe

2004-04-01 Thread Mark Galbreath
- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED] Behalf Of Mark Galbreath Sent: Thursday, April 01, 2004 12:34 PM To: [EMAIL PROTECTED] Subject: Re: unsubscribe nice try, lamer Troy Brown wrote

Re: unsubscribe

2004-04-01 Thread Mark Galbreath
into the closet instead of the front door! -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED] Behalf Of Mark Galbreath Sent: Thursday, April 01, 2004 12:34 PM To: [EMAIL PROTECTED] Subject: Re: unsubscribe nice try, lamer Troy Brown

Re: Asking list questions - apologies to those offended

2004-04-01 Thread Mark Galbreath
well said, Sir Erik Mark Erik Beijnoff wrote: Although I still believe that badly formulated posts does not belong in a mailing list, I also find in retrospective that my response was a bit harsh. Unfortunately everything that's written has a tendency to affect people ten times as much as

Re: JavaMail 1.3.1

2004-03-09 Thread Mark Galbreath
you do use pointers in Java...they are called references. Mark vinod kumar wrote: hi friends, anybody knows why do we not use pointers in java.. this is what iam unable to answer myself.. anybody please reply it.. bye vinod.. From: Martin Gainty [EMAIL PROTECTED] Reply-To: A mailing list

Re: Deploying Servlet file(s) in Sun One Application Server 7

2004-02-29 Thread Mark Galbreath
have you declared your sevlet in web.xml? Mark S Senthil Raja wrote: sir/madam I'm new to Sun one Application server 7,I would like to know where to keep my servlets files(I don't want to make jar),. I have created a directory C:\Sun\AppServer7\domains\domain1\server1\docroot\SBS Under this

Re: Directive

2003-12-01 Thread Mark Galbreath
Hey Einstein, try this: http://www.google.com and type JSP directives in the little text box and click on the search button. If that is too much effort, try reading: http://www.catb.org/~esr/faqs/smart-questions.html. Mark -Original Message- From: Kumar.K.R Sent: Sunday, November 30,

Re: [Shameless Plug] Servlets and JavaServer Pages; the J2EE Web Tier

2003-11-16 Thread Mark Galbreath
Are there any reviews or comments from Marty Hall, Jason Hunter, Hans Bergsten, David Geary, David Flannigan, or any other recognized authority in the field? AFAIK, nobody is using 2.4/2.0 in production yet so how valuable is the info? Is this yet another rush to publish to get sales at the

[no subject]

2003-11-15 Thread Mark Galbreath
Sure! Just following the instructions at http://ru.sun.com/win/java/. Mark -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED] Behalf Of Peter Sent: Saturday, November 15, 2003 5:51 AM To: [EMAIL PROTECTED] Subject: hi