help about the delete items on mysql

2009-03-11 Thread Roy Chang
In mysql , i created to tables called platform & machine. - platform ( id int auto_increment, name varchar(20) ); - machine (id int auto_increment, name varchar(20), m_platform references platform.id ); in mysql command line , i delete a platform item which was referenced by items in ta

Re: Sending an Array to a stored procedure:pls help

2006-06-28 Thread [Kiran Kumar Vedula]
thaks for the update !!! From: A mailing list about Java Server Pages specification and reference on behalf of Emmanuel Eze Sent: Wed 6/28/2006 4:18 PM To: JSP-INTEREST@JAVA.SUN.COM Subject: Re: Sending an Array to a stored procedure:pls help Check out http

Re: Sending an Array to a stored procedure:pls help

2006-06-28 Thread Emmanuel Eze
Check out http://asktom.oracle.com/pls/ask/f?p=4950:8:F4950_P8_DISPLAYID:3696816290928 Good luck, Emmanuel Eze http://emma.ukrosoft.com [Kiran Kumar Vedula] wrote: hi I need help on how to send a Array as an input to a stored procedure.Please let me know. I am stuck with that for

Sending an Array to a stored procedure:pls help

2006-06-21 Thread [Kiran Kumar Vedula]
hi I need help on how to send a Array as an input to a stored procedure.Please let me know. I am stuck with that for last one day... sample stored procedure is here: create or replace package test_long_bulk_in_pack_bo as TYPE tab_type_items IS TABLE OF TEST_LOG_BULK_INSERT%ROWTYPE

Re: help nead in implementing datasource in tomcat5.5.

2006-05-31 Thread Paul Copeland
t; <[EMAIL PROTECTED]> Subject: help nead in implementing datasource in tomcat5.5. Hi All, Good morning, could help me in implementing Datasource using jndi in tomcat. my requriment: basic steps in implementing datasource and requried jar = files=20 I am using :tomcat5.5 and mysql5.0. Th

help nead in implementing datasource tomcat5.5

2006-05-30 Thread Upendra Nath Reddy K.
Hi All, Good morning, could help me in implementing Datasource using jndi in tomcat. my requriment: basic steps in implementing datasource and requried jar files I am using :tomcat5.5 and mysql5.0. Thanks and Regards, Upendra Nath Reddy.K

help nead in implementing datasource in tomcat5.5.

2006-05-30 Thread Upendra Nath Reddy K.
Hi All, Good morning, could help me in implementing Datasource using jndi in tomcat. my requriment: basic steps in implementing datasource and requried jar files I am using :tomcat5.5 and mysql5.0. Thanks and Regards, Upendra Nath Reddy.K -Original Message- From: A mailing list

Re: Help Needed: Http Get in java

2006-05-09 Thread Chakravarthy, Sai
t: Tuesday, May 09, 2006 6:33 AM To: JSP-INTEREST@JAVA.SUN.COM Subject: Help Needed: Http Get in java I have a requirment to read a csv file which is passed from a property file , and pass the string to a JSP page. I am stuck as to how to pass the string from to JSP page from a standalone co

Re: Help Needed: Http Get in java

2006-05-09 Thread Chakravarthy, Sai
AM To: JSP-INTEREST@JAVA.SUN.COM Subject: Help Needed: Http Get in java I have a requirment to read a csv file which is passed from a property file , and pass the string to a JSP page. I am stuck as to how to pass the string from to JSP page from a standalone code. The way I coded is here: Stand

Help Needed: Http Get in java

2006-05-09 Thread [Kiran Kumar Vedula]
pw.println(strVar) ; } } and in the jsp page I have added a code as below" InputStream is = req.getInputStream(); int c=0; String strVal = new StringBuffer(); while ((c = is.read()) != -1) {strVal.append((char) c);} But still it is not working, please help me out in this.

Re: Help Needed: Http Get in java

2006-05-09 Thread ACITO GIUSEPPE
> Dear sir, > Thanks for the immediate response.From your response, how to > pass the a particular string to a JSP page, I am not clear on this.I > have read a csv file ,got the string now I am stuck with how > to pass it > as a parameter to a JSP page.Please help me i

Re: Help Needed: Http Get in java

2006-05-08 Thread ACITO GIUSEPPE
> hi , > I have to know how do we get a HTTP Get in a > standalone code.The > requirement is like get a string from csv file and pass the > particular That "string" is a parameter for the JSP ? For parameter I mean something like: http://host:port/whatever/page.jsp?= > string to a JS

Re: Help Needed: Http Get in java

2006-05-08 Thread Richard Yee
Kiran, Look at the java.net.HttpURLConnection class. -Richard [Kiran Kumar Vedula] wrote: hi , I have to know how do we get a HTTP Get in a standalone code.The requirement is like get a string from csv file and pass the particular string to a JSP page using HTTP GET from a property fil

Help Needed: Http Get in java

2006-05-08 Thread [Kiran Kumar Vedula]
hi , I have to know how do we get a HTTP Get in a standalone code.The requirement is like get a string from csv file and pass the particular string to a JSP page using HTTP GET from a property file.Please let me know how to do this, any code would be helpful to me regards kiran

Re: please help

2006-04-21 Thread alexa song
I think log4j has not been installed properly. Please, try to reinstall it - ^^ --Alexa From: lee hwaying <[EMAIL PROTECTED]> Reply-To: A mailing list about Java Server Pages specification and reference To: JSP-INTEREST@JAVA.SUN.COM Subject: please help Date: Fri, 21 Apr 2006 23:45:37

please help

2006-04-21 Thread lee hwaying
I have the following error message while starting up my application in Tomcat. I am using log4j.xml in my custom application. can someone help thanks. INFO: XML validation disabled log4j:WARN No appenders could be found for logger (org.apache.catalina.startup.TldConfig). log4j:WARN Please

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

2006-02-07 Thread lee hwaying
AVA.SUN.COM Subject: Re: deploy war file to linux apache ..Please help Date: Sat, 4 Feb 2006 08:29:51 -0500 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 ma

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

2006-02-04 Thread Mark Galbreath
re my responsibility. Bottom line: don't put up with any crap from these guys. Find another hosting company (preferably, one that uses JBoss or Resin, since people using these usually know what they are doing) or, like me, do it yourself. mark lee hwaying wrote: thanks for all your help.

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

2006-02-03 Thread lee hwaying
thanks for all your help. my problem now is, i am subscribing to http://www.visionwebhosting.net/ and to deploy war I am to copy it to my /var/www/html/ directory. they are taking care of tomcat. the support team fail to response to questions and setup of the war file. Thus leaving me

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

2006-02-03 Thread ACITO GIUSEPPE
> But when copy over the war file to linux apache server under > /var/www/html/ directory, i get the following message > 2006-02-02 03:30:40 HostConfig[jidien.com] Exception while expanding web > application archive gallery.war > java.io.FileNotFoundException: > /home/virtual/site247/fst/var/www

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

2006-02-02 Thread Edward Barrow
ileOutputStream.java:131) at org.apache.catalina.startup.ExpandWar.expand(ExpandWar.java:224) can someone shed some light Please help the lost me Thanks _ Find love online with MSN Personals. http://match.msn.com.my/mat

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

2006-02-02 Thread alexa song
g the truth. From: lee hwaying <[EMAIL PROTECTED]> Reply-To: A mailing list about Java Server Pages specification and reference To: JSP-INTEREST@JAVA.SUN.COM Subject: deploy war file to linux apache ..Please help Date: Thu, 2 Feb 2006 20:03:50 +0800 when running war file under windows

deploy war file to linux apache ..Please help

2006-02-02 Thread lee hwaying
org.apache.catalina.startup.ExpandWar.expand(ExpandWar.java:224) can someone shed some light Please help the lost me Thanks _ Find love online with MSN Personals. http://match.msn.com.my/match/mt.cfm?pg=channel

Need help to find Tomcat + JBOSS web hosting service

2005-10-28 Thread ED KIDEYS
application that works and I would be able to handle from there. They couldn't even do this!! I found out that the knowledgable people there specialize in Pearl and PHP. To get to the crux of the matter, I need help in finding a more suitable web hosting company that offers private Tomcat and

Re: Seeking help......Some Karma Stuff.

2004-09-23 Thread IslandClassic
I am so glad to see the overwhelming and supportive responses of all the wonderful folks out there in the JSP-INTEREST group with regards to "Seeking Help". I think we all must remember that each of us all had to start somewhere once, so we have all been there at one point or another in

Re: Seeking help......Some Karma Stuff.

2004-09-23 Thread Narayanan Ravi [EMAIL PROTECTED]
ication and > reference [mailto:[EMAIL PROTECTED] Behalf Of Ayers, Sam > Sent: Thursday, September 23, 2004 11:38 PM > To: [EMAIL PROTECTED] > Subject: Re: Seeking help..Some Karma Stuff. > > > I would like to add that we should be ambassadors, enthusiasts > and "eva

Re: Seeking help......Some Karma Stuff.

2004-09-23 Thread Ayers, Sam
I would like to add that we should be ambassadors, enthusiasts and "evangelists" of J2EE technology, as well as technical experts. Bashing new people on the head for asking simple questions, regardless of how simple, does not help our cause at all. It's like those terrorist

Re: Seeking help......Some Karma Stuff.

2004-09-23 Thread Raj
I was surprised today to see that there are 29 mails in my inbox. I thought some useful stuff is going on at the JSP-Forum. Oh Boy, Its not true, 15 out of Those 29 Mails were part of the harsh reply given by Mark. Well this kind of discussion has occured in the past and is happening now and it

Re: Seeking help

2004-09-22 Thread Thakur Vishwesh Singh
I do agree that the answers should not be offending. -Original Message- From: Adrian Rivers [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 10:38 PM To: [EMAIL PROTECTED] Subject: Re: Seeking help Is a response like this necessary..? Simply click the delete message

Re: Seeking help

2004-09-22 Thread Francisco Manuel Martínez Suárez
Galbreath [mailto:[EMAIL PROTECTED] Sent: Monday, September 20, 2004 8:08 PM To: [EMAIL PROTECTED] Subject: Re: Seeking help 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

Re: Seeking help

2004-09-21 Thread Cunningham, Steven
But silence is golden. =) -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED] On Behalf Of Stan Ou Sent: Tuesday, September 21, 2004 1:30 PM To: [EMAIL PROTECTED] Subject: Re: Seeking help I agree. Courtesy is free

Re: Seeking help

2004-09-21 Thread Stan Ou
TED] > Sent: Monday, September 20, 2004 8:08 PM > To: [EMAIL PROTECTED] > Subject: Re: Seeking help > > > 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 > extensiv

Re: Seeking help

2004-09-21 Thread Adrian Rivers
Is a response like this necessary..? Simply click the delete messagehow difficult is that? -Original Message- From: Mark Galbreath [mailto:[EMAIL PROTECTED] Sent: Monday, September 20, 2004 8:08 PM To: [EMAIL PROTECTED] Subject: Re: Seeking help And you should probably keep

Re: Seeking help

2004-09-20 Thread Mark Galbreath
you, and many others here, a boat-load of insight. But then, maybe not. Mark Kholofelo Makau wrote: Hi everyone I am new to JSP can you please help me on getting started because I have been trying , ut with no success kholo -- This message has been scanned for viruses and dangerous content by

Re: Seeking help

2004-09-20 Thread Jay K
http://JavaRSS.com Java News, Java Articles and Java Blogs, Just one Bookmark. Kholofelo Makau wrote: >Hi everyone > >I am new to JSP can you please help me on getting started because I >have been trying , ut with no success > >kholo > >-- >This message has been sc

Seeking help

2004-09-19 Thread Kholofelo Makau
Hi everyone I am new to JSP can you please help me on getting started because I have been trying , ut with no success kholo -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support

Re: Please help regarding passing special characters

2004-07-12 Thread Ananthalakshmi Subramaniyam
;vtr&joshi > >To: <[EMAIL PROTECTED]> >Sent: Thursday, October 02, 2003 7:37 AM >Subject: Re: Please help regarding passing special characters > > >> How are you passing the parameter? Is it as part of a URL? >> >> vtr wrote: >> >> >Hi >&

reverse characters problem - need help!!!

2004-06-03 Thread guy katz
regarding this)? i really need some help here cause my application is in its critical deployment stage. thanks in advance. === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mai

Re: Help needed

2004-03-19 Thread Paul Copeland
Applications http://www.jotobjects.com > Date:Thu, 18 Mar 2004 13:36:47 -0800 From:Maya menon > <[EMAIL PROTECTED]> Subject: Help needed > > All, All suggestions welcome for designing this: 1. Have a web page > with tabs [4 tabs] in the body and 2 menu links on the left side.

Re: Help needed

2004-03-18 Thread Balamurugan Krishnababu ,Tidel Park - Chennai
function and call that on "onMouseUp" event of body or form. 5) menu link page,now write your auto submit code in a function and call that on "OnMouseUp" event of body or form I hope this will help u to some extent. Thanks, Bala -Original Message- From: Maya menon [mai

Help needed

2004-03-18 Thread Maya menon
All, All suggestions welcome for designing this: 1. Have a web page with tabs [4 tabs] in the body and 2 menu links on the left side. The requirement is if I modify anything in my page and click on the tabs, I should prompt the user to do a form submit before proceeding. But on the same time, if

Need help to send email with servlet

2004-01-05 Thread Lambok Sianturi
Hi all, i try to copy the servlet for sending email from Tomcat 4.0.4 example and use it in our company technical support web application. I have also add the mail/Session javax.mail.Session Container portion into the web.xml file. But when trying to running the send mail

Re: Please help me

2003-11-19 Thread K R Viju
om: Snehal Pandya To: [EMAIL PROTECTED] Sent: Thursday, November 20, 2003 11:15 AM Subject: Please help me Hi Friends I am suffering from this error since long back .. I don't understand where is the error .. Please help me to solve this problem .. name=s

Please help me

2003-11-19 Thread Snehal Pandya
Hi Friends I am suffering from this error since long back .. I don't understand where is the error .. Please help me to solve this problem .. name=sanominee1 value="<%//=sanominee1%>" tabindex="<%=tabidx++%>" onBlur="myblur(this.value)&q

Re: JSP TAGLIB HELP

2003-10-31 Thread vtr
Rule: People would rather live with a problem they cannot solve rather than accept a solution they cannot understand. - Original Message - From: "Dmitry Namiot" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 31, 2003 8:34 PM Subject: Re: JSP TAGLIB H

Re: JSP TAGLIB HELP

2003-10-31 Thread Dmitry Namiot
it must be Best regards, Dmitry Namiot -- Coldbeans Software - server-side Java (tm) components http://www.servletsuite.com __ McAfee VirusScan Online from the Netscape Network. Comprehensive protection for your entire computer

JSP TAGLIB HELP

2003-10-30 Thread vtr
not connect to database Error is: " borderWidth="1"/> I get the following error C:\jo\work\host_\root_\jsp_\test_jsp.java:264: Invalid cast from java.lang.String to java.util.Iterator. _tagtraum_tag_grid9.setSource((java.util.Iterator)("B"));

Re: HELP

2003-10-29 Thread Velmurugan (Java Team)
IL PROTECTED]> Sent: Thursday, October 30, 2003 11:13 AM Subject: Re: HELP > Hi, I dont want to use applet. I know this . But I want to use Swing > components without using Applet. > > Shekhar > > > --- > Outgoing mail is certified Virus Free. > Checked by AVG ant

Re: HELP

2003-10-29 Thread Shekhar Suman
Hi, I dont want to use applet. I know this . But I want to use Swing components without using Applet. Shekhar --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.529 / Virus Database: 324 - Release Date: 10/16/2003 =

Re: HELP

2003-10-29 Thread Ramanathan K
Hi you have to write a swing applet and show it in the jsp page. The below link will explain you about running swing applets in the browser. http://www.cat.cc.md.us/~abeiderm/run_swing_applet.html HTH ramanathank Shekhar Suman wrote: Hi folks, I am new to JSP. I have one Class name Login.cla

HELP

2003-10-29 Thread Shekhar Suman
Hi folks, I am new to JSP. I have one Class name Login.class developed in Swing containing one Field for user name and Another field for Password with two buttons.Ok and Cancel. I want to display this Jframe in Internet Explorer using JSP. is this possible that JSP calls Swings apllicationa nd d

How to force overwrite on read only access file---help

2003-10-09 Thread lee hwaying
How to force an overwrite on read only access file in the java i have tried the below without success FilePermission b = new FilePermission(dest.getPath(),"read, write"); OutputStream ostream = new FileOutputStream(dest); i am getting access denied error st

Re: Please help regarding passing special characters

2003-10-02 Thread vtr
yes I pass it through url it is in a Link and there are many such links with different values for the same parameter like vtr&joshi To: <[EMAIL PROTECTED]> Sent: Thursday, October 02, 2003 7:37 AM Subject: Re: Please help regarding passing special characters > How are yo

Re: Please help regarding passing special characters

2003-10-01 Thread Eric Noriega
How are you passing the parameter? Is it as part of a URL? vtr wrote: Hi in one of my forms i am sending '&' something as in ' joe & Sam' but when i do the getParameter for the above i get only till joe the rest gets truncated. I will be thankful A

Re: Please help regarding passing special characters

2003-10-01 Thread Manish Grewal
ECTED] : Subject: Re: Please help regarding passing special characters : : : yes URL Encode and decode will do.. : other work around is there with the hlp of : hidden variables and javascript.. when you pass a hidden : variable between : forms spaces in string wont create trouble . because we all :

Re: Please help regarding passing special characters

2003-10-01 Thread Peter
would like to know.. regards peter - Original Message - From: "Vijayanand" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 01, 2003 2:59 PM Subject: Re: Please help regarding passing special characters > hi, > > you need to encode t

Re: Please help regarding passing special characters

2003-10-01 Thread Erik Beijnoff
> in one of my forms i am sending '&' something as in ' joe & Sam' > > but when i do the getParameter for the above i get only till joe > the rest gets truncated. > I will be thankful Any to help in this direction > http://java.sun.com/j2se/1.4.2/doc

Re: Please help regarding passing special characters

2003-10-01 Thread Vijayanand
; To: <[EMAIL PROTECTED]> Sent: Wednesday, October 01, 2003 2:36 PM Subject: Please help regarding passing special characters > Hi > > in one of my forms i am sending '&' something as in ' joe & Sam' > > but when i do the getParameter for the above i g

Please help regarding passing special characters

2003-10-01 Thread vtr
Hi in one of my forms i am sending '&' something as in ' joe & Sam' but when i do the getParameter for the above i get only till joe the rest gets truncated. I will be thankful Any to help in this direction V.T.R.Ravi Kumar, Engg.(CCX), BHEL

Re: Form bean issue- not in master configure file ( need help!!!)

2003-08-14 Thread Christian Bollmeyer
Am Mittwoch, 13. August 2003 20:58 schrieb Yan Gong: > Hi Struts experts. Hi Yan, > I have a problem with formbean. I created a search form by extending > org.apache.struts.action.DynaActionForm, The strange things happend > was when I filled the search options in the search page from > differnce

Struts FormBean(emergent need help !!!)

2003-08-14 Thread Yan Gong
Hi Struts experts. I have a problem with formbean. I created a search form by extending org.apache.struts.action.DynaActionForm, The strange things happend was when I filled the search options in the search page from differnce machine,It shared the same search options. It seems server only create

Form bean issue- not in master configure file ( need help!!!)

2003-08-14 Thread Yan Gong
Hi Struts experts. I have a problem with formbean. I created a search form by extending org.apache.struts.action.DynaActionForm, The strange things happend was when I filled the search options in the search page from differnce machine(differet IE ),It shared the same search options. It seems serv

jsse help

2003-08-06 Thread rachit mathur
edition v1.3, this error does not come. now my problem is that i want only jdk 1.2 in my project and want this jsse with rsa algorithm to work also. please help me! if you need some more details of my problem please ask me. thanking you in advance. yours sincerely rachit mathur

Re: jsse help

2003-08-04 Thread Yee, Richard K,,DMDCWEST
onday, August 04, 2003 11:32 AM To: [EMAIL PROTECTED] Subject: Re: jsse help hello sir, i am very thankful to you for taking so much pains for me and providing me with such valuable help. i am not getting any problem with keytool now and my .keystore file is now created. now i made changes i

Re: jsse help

2003-08-04 Thread rachit mathur
hello sir, i am very thankful to you for taking so much pains for me and providing me with such valuable help. i am not getting any problem with keytool now and my .keystore file is now created. now i made changes in the server.xml file as mentioned in the ssl how-to page of documentation

Re: Need Help: Gathering Form Data in the middle of an execution Path.

2003-08-03 Thread vtr
1 Mobile 01332-323570 - Original Message - From: "Minnie H" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, August 03, 2003 9:42 PM Subject: Need Help: Gathering Form Data in the middle of an execution Path. > I am trying to find a solution to a feature t

Re: jsse help

2003-08-03 Thread Richard Yee
Rachit, I think this link will help you. http://forum.java.sun.com/thread.jsp?thread=165302&forum=17&message=509390 I think you have to edit the java.security file and either add this line: security.provider.2=com.sun.rsajca.Provider or these two lines security.pr

jsse help

2003-08-03 Thread rachit mathur
hello, i have downloaded the jsse1.0.3_02. i wanted to use the keytool to provide the facility of https on my apache tomcat server. but when i write this on my command line, i get a error. C:\>keytool -genkey -alias tomcat -keyalg RSA Enter keystore password: changeit keytool error: KeyPairGener

Need Help: Gathering Form Data in the middle of an execution Path.

2003-08-03 Thread Minnie H
I am trying to find a solution to a feature that seems to be common in the industry. In in JSP Application, I have central place that controls the "CRUD"(Create,Read,Update & Delete) operations on a database. When the user wants to Create a record, I want to be able to take them to a data entry f

Re: Urgent JSP Help Needed!

2003-07-31 Thread Dharmendra Sharan
Hope this helps, Regards, Dharmendra ps: have a nice day! -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED] Behalf Of Michael Rogan Sent: Tuesday, July 29, 2003 4:27 PM To: [EMAIL PROTECTED] Subject: Re: Urgent JSP H

Re: Urgent JSP Help Needed!

2003-07-29 Thread Michael Rogan
The listing is below. Thanks to anyone that can help! > > Show us the exact listing of the first 2-3 compile errors. The > > properties file is not necessary. 62. String search(HttpServletRequest req) { <> *** Syntax: ; expected instead of this token 62. String search(

Urgent JSP Help Needed!

2003-07-29 Thread Michael Rogan
xperienced woth JSP could help, I would greatly appreciate it! This is an urgent problem and is frustrating me a great deal. Thanks in advance! -Mike File #1: breadcrumb.jsp <[EMAIL PROTECTED] import="java.util.Properties, java.io.InputStream, java.io.IOException"%> <%--

Re: Help me

2003-07-17 Thread Amit Ghaste
andya Sent: Wednesday, July 16, 2003 9:56 PM To: [EMAIL PROTECTED] Subject: Help me Friends, I am in a problem. I want to write message log . For that I am using Random access file. I want outout on the JSP. My JSP file is <%@ page import="java.io.*,java.lang.*" %>

Help me

2003-07-16 Thread Snehal Pandya
or "); } rs.close(); return(str); } }catch(IOException ie){ System.out.println("Can't open the File "); }

Anybody willing to help out?

2003-07-09 Thread [EMAIL PROTECTED]
Hello list, I decided to send this, to a random snapshot of people who might be interested in testing out a bit of new technology. Hopefully reaching a decent mix of technically minded techno ''phobic'' people ;). It may be a bit out of left-field, but I''m sure it''ll be of interest to some! Basi

Re: Help Needed on SMS Banking.

2003-06-19 Thread Chris Ocello
Firsthop message gateway is easy to use and should give you all that you need. I had firsthop in production in three weeks! You will also require a popular SMSC operator. e.g. Telstra Velmurugan (Java Team) wrote: Hi We have planned to do "SMS Banking" software for our customer. For this we need

Help Needed on SMS Banking.

2003-06-19 Thread Velmurugan (Java Team)
Hi We have planned to do "SMS Banking" software for our customer. For this we need the architecture/software/hardware/network for above said requirement. Kindly advice us how to proceed in this regard. Thannks Regards, Velmurugan P Java Team. =

Re: Help With Servlet.jar

2003-06-13 Thread Yee, Richard K,,DMDCWEST
3 3:39 PM > To: [EMAIL PROTECTED] > Subject: Re: Help With Servlet.jar > > Thanks for you help Kenny. Yes, I have servlet.jar in my classpath in > autoexec.bat. This is the way that I've always done it with no probs, > till now... > > -Original Message- > From:

Re: Help With Servlet.jar

2003-06-13 Thread David Mitchell
Thanks for you help Kenny. Yes, I have servlet.jar in my classpath in autoexec.bat. This is the way that I've always done it with no probs, till now... -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED] On Behalf O

Re: Help With Servlet.jar

2003-06-13 Thread Lai, Kenny
thats one way of doing it.. another is to just refix your classpath in your environment so that the compiler can see the servlet.jar file -Original Message- From: David Mitchell [mailto:[EMAIL PROTECTED] Sent: Friday, June 13, 2003 6:32 PM To: [EMAIL PROTECTED] Subject: Re: Help With

Re: Help With Servlet.jar

2003-06-13 Thread David Mitchell
Really? I never had to do that before when everything was working... -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED] On Behalf Of Lai, Kenny Sent: Friday, June 13, 2003 6:32 PM To: [EMAIL PROTECTED] Subject: Re: Help

Re: Help With Servlet.jar

2003-06-13 Thread Lai, Kenny
] Subject: Help With Servlet.jar Hey Everyone, I recently blew away my development environment and had to reinstall Tomcat. Now when I try to compile classes that we're previously working I get "cannot resolve symbol" errors anywhere I reference javax.serlvet.* or javax.servlet

Help With Servlet.jar

2003-06-13 Thread David Mitchell
Hey Everyone, I recently blew away my development environment and had to reinstall Tomcat. Now when I try to compile classes that we're previously working I get "cannot resolve symbol" errors anywhere I reference javax.serlvet.* or javax.servlet.jsp.*; I have servlet.jar in the lib directory in m

Re: web server crashes . Please help !!!

2003-06-03 Thread Leviaguirre Queral José Luis
If the web server is crashing by itself, it will be fixed up by itself if nobody changed a thing. :) -Mensaje original- De: Eric Noriega [mailto:[EMAIL PROTECTED] Enviado el: Jueves, 29 de Mayo de 2003 07:10 p.m. Para: [EMAIL PROTECTED] Asunto: Re: web server crashes . Please help

Re: web server crashes . Please help !!!

2003-05-30 Thread V.T.R.Ravi Kumar
Subject: Re: web server crashes . Please help !!! > give me the detailed information about webserver crash that would help us to > find the solution. > for example, . Web Server name - JO1.0b.06, OS name- Windows-98, jdk version- JSK1.4.1, what type of application were running -

Re: web server crashes . Please help !!!

2003-05-30 Thread Eric Noriega
Hmmm, looks like your Windows is breaking Java. I'd replace the OS. ;-) V.T.R.Ravi Kumar wrote: I get the following error message and the web server crashes this problem has been arising suddenly with out any changes made by me... JAVA caused an invalid page fault in module KERNEL32.DLL at 017

Re: web server crashes . Please help !!!

2003-05-29 Thread Velmurugan (Java Team)
give me the detailed information about webserver crash that would help us to find the solution. for example, .Web Server name, OS name, jdk version, what type of application were running, etc, -Velmurugan. - Original Message - From: "V.T.R.Ravi Kumar" <[EMAIL PROTECTED]

web server crashes . Please help !!!

2003-05-29 Thread V.T.R.Ravi Kumar
I get the following error message and the web server crashes this problem has been arising suddenly with out any changes made by me... JAVA caused an invalid page fault in module KERNEL32.DLL at 017f:bff87ede. Registers: EAX=c00309c4 CS=017f EIP=bff87ede EFLGS=00010216 EBX=0b64ff88 SS=0187 ESP=0

[ANN] Java web app development help through the ICanHelp service

2003-03-23 Thread Hans Bergsten
I'm happy to announce that my new ICanHelp (SM) service is now available. Through this service, I give you personal guidance, answering all your questions about servlets, JSP, JSTL and related technologies, such as JDBC and JNDI, from high-level design and architecture advice through nitty-gritty i

j2ee.jar conflicts with Tomcat - HELP

2003-02-03 Thread Stephan Fowler
Guys, I am attempting to write my first JSP using EJBs and have ran into a problem I can not solve. I am runing Tomcat 4.1.18, j2sdkee1.4,j2sdk1.4.0_01. The output from Tomcat when it starts is: Feb 3, 2003 1:29:36 PM org.apache.commons.modeler.Registry loadRegistry INFO: Loading registry infor

Re: JSP will not compile - HELP

2003-01-27 Thread Greg Dunn
ephan Fowler Sent: Monday, January 27, 2003 1:06 PM To: [EMAIL PROTECTED] Subject: JSP will not compile - HELP I am getting the following 2 errors when Tomcat tries to render a simple JSP: org.apache.jasper.JasperException: Unable to compile class for JSPerror: Invalid class file format

JSP will not compile - HELP

2003-01-27 Thread Stephan Fowler
I am getting the following 2 errors when Tomcat tries to render a simple JSP: org.apache.jasper.JasperException: Unable to compile class for JSPerror: Invalid class file format in C:\j2sdk1.4.0_01\jre\lib\rt.jar(java/lang/Object.class). The major.minor version '48.0' is too recent for this tool

Re: please help...

2003-01-20 Thread Haseltine, Celeste
TECTED] Subject: please help... How do I make symantec visual cafe enterprise edition (version 3) use java's 1.4 api and swing components rather than those shipped with the ide (com.sun.java.swing.JFrame)?? The copy of visual cafe i am using is installed in my university computers. Is it legal

please help...

2003-01-17 Thread Ravi Kumar
How do I make symantec visual cafe enterprise edition (version 3) use java's 1.4 api and swing components rather than those shipped with the ide (com.sun.java.swing.JFrame)?? The copy of visual cafe i am using is installed in my university computers. Is it legal for me to use it to develop sof

Re: Can anyone help.......?? - use oracle 8i

2002-11-16 Thread Amit Wadhwa
, November 15, 2002 9:56 PM To: [EMAIL PROTECTED] Subject: Re: Can anyone help...?? No Tomcat does not support EJB's. A free version of an EJB container is JBoss. Or you can purchase an application server that supports all three, EJB's, Servlets, JSP's. Examples are Macromedia&

Re: Can anyone help.......??

2002-11-15 Thread Robert S. Sfeir
/deploy and you're up. R Thanks. Adrian Janssen wrote: Use JBoss for EJB, Tomcat for Servlet and JSP. -Original Message- From: Emmanuel Eze [SMTP:[EMAIL PROTECTED]] Sent: 15 November 2002 12:49 To: [EMAIL PROTECTED] Subject: Re: Can anyone help...?? Does Apache Tomca

Re: Can anyone help.......??

2002-11-15 Thread Suzette Stoutenburg
Will JBoss work with an Oracle db? Thanks. Adrian Janssen wrote: > Use JBoss for EJB, Tomcat for Servlet and JSP. > > > -Original Message- > > From: Emmanuel Eze [SMTP:[EMAIL PROTECTED]] > > Sent: 15 November 2002 12:49 > > To: [EMAIL PROTECTED] > &g

Re: Can anyone help.......??

2002-11-15 Thread Haseltine, Celeste
- From: Emmanuel Eze [mailto:eze@;SYSTEMSPECS.COM.NG] Sent: Friday, November 15, 2002 4:49 AM To: [EMAIL PROTECTED] Subject: Re: Can anyone help...?? Does Apache Tomcat has support EJB? Can anyone please tell an application server supports JSP, Servlet, EJB. Thanks Emma -Original Mes

Re: Can anyone help.......??

2002-11-15 Thread Adrian Janssen
Use JBoss for EJB, Tomcat for Servlet and JSP. > -Original Message- > From: Emmanuel Eze [SMTP:[EMAIL PROTECTED]] > Sent: 15 November 2002 12:49 > To: [EMAIL PROTECTED] > Subject: Re: Can anyone help...?? > > Does Apache Tomcat has support EJB? Can

Re: Can anyone help.......??

2002-11-15 Thread Emmanuel Eze
Does Apache Tomcat has support EJB? Can anyone please tell an application server supports JSP, Servlet, EJB. Thanks Emma -Original Message- From: Karr, David [mailto:david.karr@;ATTWS.COM] Sent: Friday, November 15, 2002 12:39 AM To: [EMAIL PROTECTED] Subject: Re: Can anyone help

  1   2   3   4   5   6   7   8   9   10   >