Urgent

2001-07-19 Thread srinivas tadikonda
Hi,
 
    I want to store large amount of data into sql server6.5 database.  For this I am using text datatype.  But Its takeing 255 to 270 characters only.  Is there any other datatypes for storeing large amount of data.  Please tell me.  
 
Thanking U
Regards
Srinivas
 Get your FREE download of MSN Explorer at http://explorer.msn.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets


URGENT

2001-07-19 Thread lalit gulhane

Hi all,
from where can I get more information about the Stored Procedure for
Oracle ?  
Regards,
Lalit

==To 
unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



urgent

2001-07-20 Thread Sreenath Venkatramanappa

I have frames inwhich first frame gonna write to second frome in the
clientside.
If a user clicks a button in 1st frame again it will write it to frame.
My problem is IN Netscape 6.0 scroll bars are not comming if the content of
the second frame is jst more than wat a scro;bars is required.
But in IE scroll bars automatically comes but not in Netscape 6.0.


Plz any one knows how to bring a srollbars in send frame will be gret help.


Regards
Sreenath.V



The Information contained and transmitted by this E-MAIL is proprietary to
Wipro Limited and is intended for  use only by the individual or entity to which
it is addressed, and may contain information that is privileged, confidential or
exempt from disclosure under applicable law. If this is a forwarded message,
the content of this E-MAIL may not have been sent with the authority of the
Company. If you are not the intended recipient, an agent of the intended
recipient or a  person responsible for delivering the information to the named
recipient,  you are notified that any use, distribution, transmission, printing,
copying or dissemination of this information in any way or in any manner is
strictly prohibited. If you have received this communication in error, please
delete this mail & notify us immediately at [EMAIL PROTECTED]




urgent

2001-04-24 Thread sandarbh

Hi all,

Can anyone give me a clue to this error which raised when 13469 records were
inserted through a program in java.



java.sql.SQLException: ORA-01631: max # extents (121) reached in table
CAS_USER.
MODULE_LOG

at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:181)
at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:631)
at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1225)
at
oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:661
)
at
oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.jav
a:780)
at
oracle.jdbc.driver.OracleStatement.doExecuteWithBatch(OracleStatement
.java:822)
at
oracle.jdbc.driver.OracleStatement.doExecute(OracleStatement.java:116
4)
at
oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStateme
nt.java:1210)
at
oracle.jdbc.driver.OracleStatement.executeUpdate(OracleStatement.java
:1227)
at ConnectionManager.insertRecords(ConnectionManager.java:25)
at DbHandlerFeeder.updatedata(DbHandlerFeeder.java:239)
at DbHandlerFeeder.sendToDatabase(DbHandlerFeeder.java:391)
at
LogHandlerCaller.feederdetaillogmanipulation(LogHandlerCaller.java:11
7)
at LogHandlerMain.pathForFeeder(LogHandlerMain.java:122)
at LogHandlerMain.main(LogHandlerMain.java:164)
The time is :2317

**

Regards,

Sandarbh

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Urgent !!!!

2001-04-26 Thread sharma Sumeet

hi All
 i wna open IE from java Application  it works on My machine NT SERVER 4.0
IE Version 4.0


This code goes on to open IE for me ..on my machine but ir does not work
on
NT WS and with Version 5.0
try{
Runtime.getRuntime().exec("explorer.exe C:\\Program
Files\\iNetBilling\\sisl\\inetbill\\Help\\Help1.htm");
}catch(java.io.IOException io){
io.printStackTrace();
}


This code nither works on my machine NT Server nor on NT WS
try{
Runtime.getRuntime().exec("iexplore.exe C:\\Program
Files\\iNetBilling\\sisl\\inetbill\\Help\\Help1.htm");
}catch(java.io.IOException io){
io.printStackTrace();
}

gives me IOException



regards
sumeet

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Urgent

2000-01-24 Thread Rao Dadi

Hi All,

I am New to JSP. I want to Know how to use Anchor, Including a file,
Including an img file,Running an Ordinary JavaBean from JSP. Any help is
Highly Appriciated.
Satya

> -Original Message-
> From: Craig R. McClanahan [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, January 24, 2000 8:26 AM
> To:   [EMAIL PROTECTED]
> Subject:  Re: Model 1/Model 2?
>
> "Hines, Bill" wrote:
>
> > I've seen references to "Model 1" and "Model 2" applications. Where are
> > these described so that I can find out what the pros/cons of each are?
> >
>
> The terms were originally used in the JSP 0.92 specification to describe
> two
> overall strategies for architecting a JSP-based application.  Grossly
> simplifying,
> Model 1 is essentially "do the entire application in JSP pages", while
> Model 2 is
> "do business logic in servlets, and use JSP pages for the user interface".
> In
> either scenario, you use beans -- usually stored in the user's session --
> to
> communicate information between pages and servlets.  In Model 1, for
> example, you
> would submit your forms to a JSP page which would have the processing
> logic
> embedded in it, while in Model 2 you would submit forms to a servlet.
>
> There are people who strongly favor one approach over the other (I'm in
> the "Model
> 2" camp because I strongly believe in separating business logic from
> presentation,
> and I think it scales to big applications better :-), and others who don't
> see the
> world quite that black and white.
>
> The current versions of the JSP specification (1.0 and 1.1) describe a few
> more
> variations on overall applicatoin architecture
> ().  In addition, the Java2 Enterprise
> Edition
> pages (http://java.sun.com/j2ee) have a "best practices" document called
> "Developing Enterprise Applications" that describes application
> architecture in
> detail -- the example application that they discuss is basically "Model 2"
> in
> design, although they still use a JSP page to receive incoming form
> submits.
>
> There are also other JSP tutorials around, that I don't keep current URLs
> for.
>
> Craig McClanahan
>
> ==
> =
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> FAQs on JSP can be found at:
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html



urgent

2000-05-25 Thread Komaravolu Vasudha

hi all
can any one suggest me how to give security to the web based
application using EJB's

Komaravolu Vasudha
Associate Software Engineer
Vanenburg Business - IT Solutions
Bldg. C&D, Plot No. 17,
Software Units Layout, Madhapur,
Hyderabad - 500 033, India.

* Off: 91-040-6561227
  Res: 91-040-4030549
*<[EMAIL PROTECTED] >

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Urgent

2000-06-01 Thread Munish Talwar

Any body knows how to trap session expiration in JSP so that we can display
proper message??


thanks
munish

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Urgent

2000-06-02 Thread Aggarwal, Pawan
Title:  Urgent





        
Hi All,


I am using thin JDBC to connect with Oracle 8I version 8.1.5.0.0
I am getting error "network adapter could not establish connection"


Here is the code..
Class.forName ("oracle.jdbc.driver.OracleDriver");


    String url = "jdbc:oracle:thin:@Serv:1521:ora1";


    Connection conn = DriverManager.getConnection(url,"user","password");


I have placed classes111.zip & nls_charset11.zip in classpath
And oracle home\oracle\jdbc\lib in path


Machine name is Serv
Ora1 is database
HostString is Oraspa



Please advice me as this is urgent/


Thanks.







Ýo unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name

Urgent

2000-06-02 Thread Aggarwal, Pawan
Title: Urgent





       
Hi All, 


I am using thin JDBC to connect with Oracle 8I version 8.1.5.0.0 the bean..
I am getting error "network adapter could not establish connection" 


Here is the code..
Class.forName ("oracle.jdbc.driver.OracleDriver"); 


    String url = "jdbc:oracle:thin:@Serv:1521:ora1"; 


    Connection conn = DriverManager.getConnection(url,"user","password"); 


I have placed classes111.zip & nls_charset11.zip in classpath
And oracle home\oracle\jdbc\lib in path 


Machine name is Serv
Ora1 is database
HostString is Oraspa 



Please advice me as this is urgent/ 


Thanks. 





Ýo unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name

urgent....

2000-06-19 Thread manu mehrotra

Hi all,
Can anyone please tell me how to go about for learning JSP
because i am totally new to it...

Thanks

Waiting for ur response
Manu

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



**URGENT***

2000-07-21 Thread Manish Shah

Hye all

I am kinda new to Java Programming as such and so to
Jsp and servlet. I have a couple of questions

[1] I get exceptions when i try to run unix command
from my servlet To be precise about the error, this is
what I get on the JSWDK1.0.1 startserver screen:

java.io.IOException: CreateProcess: rlpq
-H101.20.35.78 error=0 at
java.lang.Win32Process.create(Native Method) at
java.lang.Win32Process.(Unknown Source) at
java.lang.Runtime.execInternal(Native Method) at
java.lang.Runtime.exec(Unknown Source) at
java.lang.Runtime.exec(Unknown Source) at
java.lang.Runtime.exec(Unknown Source)

I am performing the following command: rlpq
-H101.20.35.78 which will query the printer
101.20.35.78 and check the status of the printer.
However it works perfectly when I execute in a
stand-alone application and I get the above mentioned
IOException when I execute the same command from the
Servlet.

The code which I try to carry out is..

String[] tokenizedCom = new String[4]; String s;
tokenizedCom[0] = "rlpq"; tokenizedCom[1] =
"-H101.20.35.78"; try { Process myProcess =
Runtime.getRuntime().exec(tokenizedCom);
//DataInputStream in = new DataInputStream(new
//BufferedInputStream(myProcess.getInputStream())); }
catch (IOException e) { e.printStackTrace(); }

I kinda am not sure as to what the problem might be.

If possible, do send in a sample code alias to the
above code.

[2] I want to upload file from the JSP page to my
servlet. One solution I found was to use the oreilley
servlet package. I downloaded that. But I dont know
how to use it. I tried to put that in the import
statement, but not of much help. I even tried to
modify my startserver.bat file on JSWDK1.0.1 by
setting the class path.

Please advice on it.

Thanks a lot

Manish



__
Do You Yahoo!?
Get Yahoo! Mail – Free email you can access from anywhere!
http://mail.yahoo.com/

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Urgent !!!

2000-08-21 Thread amit

Hi ALL,

I'm  interested to test a E-Com Site.
Currently ,I'm interested to test it's performance
and overall deployment concerned issues.

With this regard please try to provide answer of  my
following query  :

*
Is it possible to run two servers (Server Softwares) on a single
machine on single hard disk ,with same IP address but with
DIFFERENT  port  numbers ?
*
e.g.
Say  IIS (Internet Information Server From Microsoft) and Apache
Server (for Win NT) from Apache Foundation) are running , without
interference , on the same machine with same IP address but  with
different  port numbers(say 80 for IIS and 8080 for Apache).

With This Regard Please Provide the needful info and co-operate
with me.Thanking You.

Any  Resources / URLs / Book Names With  This Regard
Are  WEL-COME  !!!

With Luv,
-Amit
[EMAIL PROTECTED]
Sansui Software Pvt. Ltd.,Pune

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



URGENT!!!!!!!!

2003-02-04 Thread Ruchi Agarwal
Can some one help me .. how to download images from an HTML page and
save to to the hard disk.//

My program shd be able to give a URL and I shd be able to copy the
images from that URL to my Hard disk.




*--
This message and any attachment(s) is intended only for the use of the addressee(s) 
and may contain information that is PRIVILEGED and CONFIDENTIAL. If you are not the 
intended addressee(s), you are hereby notified that any use, distribution, disclosure 
or copying of this communication is strictly prohibited. If you have received this 
communication in error, please erase all copies of the message and its attachment(s) 
and notify the sender or Kanbay postmaster immediately.

Any views expressed in this message are those of the individual sender and not of 
Kanbay.

Although we have taken steps to ensure that this e-mail and any attachment(s) are free 
from any virus, we advise that in keeping with good computing practice the recipient 
should ensure they are actually virus free.

==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 Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com



Re: urgent

2001-04-24 Thread Gavin Meehan

Hi

I think you need to increase the tablespace that is assigned to this user.
To view the different table spaces do a select over the USER_TS_QUOTAS table
(you will need DBA permissions), using an alter command you can and setting
MAX_BYTES and MAX_BLOCKS to 0 will allow any amount of space.

Damien


>From: sandarbh <[EMAIL PROTECTED]>
>Reply-To: A mailing list about Java Server Pages specification and
> reference <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: urgent
>Date: Tue, 24 Apr 2001 10:02:24 +0100
>
>Hi all,
>
>Can anyone give me a clue to this error which raised when 13469 records
>were
>inserted through a program in java.
>
>
>
>java.sql.SQLException: ORA-01631: max # extents (121) reached in table
>CAS_USER.
>MODULE_LOG
>
> at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:181)
> at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:631)
> at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1225)
> at
>oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:661
>)
> at
>oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.jav
>a:780)
> at
>oracle.jdbc.driver.OracleStatement.doExecuteWithBatch(OracleStatement
>.java:822)
> at
>oracle.jdbc.driver.OracleStatement.doExecute(OracleStatement.java:116
>4)
> at
>oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStateme
>nt.java:1210)
> at
>oracle.jdbc.driver.OracleStatement.executeUpdate(OracleStatement.java
>:1227)
> at ConnectionManager.insertRecords(ConnectionManager.java:25)
> at DbHandlerFeeder.updatedata(DbHandlerFeeder.java:239)
> at DbHandlerFeeder.sendToDatabase(DbHandlerFeeder.java:391)
> at
>LogHandlerCaller.feederdetaillogmanipulation(LogHandlerCaller.java:11
>7)
> at LogHandlerMain.pathForFeeder(LogHandlerMain.java:122)
> at LogHandlerMain.main(LogHandlerMain.java:164)
>The time is :2317
>
>**
>
>Regards,
>
>Sandarbh
>
>===
>To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
>JSP-INTEREST".
>For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
>DIGEST".
>Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



urgent problem

2001-06-15 Thread xin_kang

Hi, all
  i want to install tomcat with apache in BSDi 4.2. now i can install tomcat 
standalone to run jsp and servlet, and the BSDi 4.2 has a contrib version of apache.
  BUT when i modify httpd.conf to include mod_jserv.o or mod_jk.o file use LoadModule, 
the apache return error message "File not found".
I check the file path. It's correct!
  It's CRAZY!!
  is here any body know why? or is there any one has done this thing?
PLEASE give me a sample.

  Thanks alot!

_
[×ã²»³ö»§ ÇáËÉÉÏÍø] ÉÏÍøרÓúţº95963£¬Óû§Ãû/ÃÜÂ룺263
Ìػݾ«Æ·¿Õµ÷ÂòÓÖËÍ  http://shopping.263.net/hotsale/aircondition/index.asp

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Urgent

2001-07-19 Thread Atilio Ranzuglia

Srinivas:

I haven't used SQL Server, but this is not the list to
post this message, and I don't think that we can help
you in a good way. You should do some research about
SQL Server (it's everywhere on the Internet) and learn
what you need. I'm sure that you will find hundreds of
tutorial, examples, manuals.

Atilio



--- srinivas tadikonda <[EMAIL PROTECTED]> wrote:


Hi,
 
    I want to store large amount
of data into sql server6.5 database.  For this I
am using text datatype.  But Its takeing 255 to
270 characters only.  Is there any other
datatypes for storeing large amount of data. 
Please tell me.  
 
Thanking U
Regards
Srinivas
 Get your FREE
download of MSN Explorer at http://explorer.msn.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with
body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body:
"set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP

http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets


__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: urgent

2001-07-21 Thread Pulat Yunusov

Not only does your question have nothing to do with JSP but also putting only
"urgent" in the subject is a bad tone. Your message is sent to a lot people,
don't forget that.
Pulat

On Thursday 20 July 1995 23:21, you wrote:
> I have frames inwhich first frame gonna write to second frome in the
> clientside.
> If a user clicks a button in 1st frame again it will write it to frame.
> My problem is IN Netscape 6.0 scroll bars are not comming if the content of
> the second frame is jst more than wat a scro;bars is required.
> But in IE scroll bars automatically comes but not in Netscape 6.0.
>
>
> Plz any one knows how to bring a srollbars in send frame will be gret help.
>
>
> Regards
> Sreenath.V


Content-Type: text/plain; charset="iso-8859-1"; name="Wipro_Disclaimer.txt"
Content-Transfer-Encoding: 7bit
Content-Description:


===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



response.setStatus()----URGENT

2001-07-31 Thread Abhijeet Surve

Hello...

Can response.setStatus be directly used in a JSP?

Answers with small examples will be highly appreciated...

thanx
Abhi






_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Urgent Help!

2001-08-13 Thread Othmar Stehlik

Hi,

I´ve Tomcat installed on C:\ and I´ve the jdk1.3 standard edition AND the
EnterpriseEdition on C:\
(One is called jdk1.3, the other jdk1.3.1)
When I set JAVA_HOME with the Standart Edit. everything works  fine, not so
with the Enterprise Edit.
When I create a simple servlet I cant compile it with javac -d
%TOMCAT_HOME%\WEB-INF\myProject\*.java

I guess that there are 2 errors, first that I cant set the J2EE Edition as
the Java_home and the syntax in javac -d.
(Althought I followed the instructions in Prof.Java Server Programming J2EE
Edit)

Please help me out!

Othmar

--
Aufgepasst - jetzt viele 1&1 New WebHosting Pakete ohne
Einrichtungsgebuehr + 1 Monat Grundgebuehrbefreiung!
http://puretec.de/index.html?ac=OM.PU.PU003K00736T0492a

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Urgent

2001-08-23 Thread Conyers, Dwayne



You
have a number of data types in SQL, including BLOB (Binary Large Object) for say
a word document or RTF formatted text.
 
Hope
that helps.
 
dwacon
www.dwacon.com
 


Re: URGENT

2001-08-24 Thread Conyers, Dwayne

The recent edition of the Java Report magazine has a great article about
Oracle Stored Procedures for JSP.  You may want to buy a copy, or perhaps
there is an on-line version?  Also, go to sites like technet.oracle.com and,
of course, DevX and do a search.  You will find tons of great info that way.

d.c.
www.dwacon.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



urgent help

2001-08-30 Thread Surender Rana

Hi There,
  I am trying to run a applet in internet explorer. In this applet i am
instantiating a class which is extending JFrame but it is but it is not
running and showing security exception. Though by appletviewer it is
running. can anyone help me in this.
thanks
rana

- Original Message -
From: SriHari <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, August 30, 2001 2:36 PM
Subject: encryption and decryption


> Hi There
>
> Can  any One Point me to the information  avaliable on net to encrypt and
> decrypt using java
> Actually i need two seperate methods forl encryption and decryption
>
>
> Cheers
> SriHari
>
>
===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



URGENT(PRINT)

2001-11-14 Thread srinivas tadikonda
Hi,
 
 How can I print horizontally in browser(IE5).  For example Balance Sheet I want to print.  If i gave print command in browser its printing first page. After that its not printnng.  Please tell me what can I do for this.
 
Regards
SrinivasGet your FREE download of MSN Explorer at http://explorer.msn.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com


Help : Urgent

2001-03-04 Thread kuttappan

Dear all,

  I am having trouble debugging this bean code which is in my =
c:\tomcat\webapps\scjd\ShoppingCart  folder:

package ShoppingCart;

import java.sql.*;

public class PersistentConnection11 {
  private static Connection cn;
  private static String url;
  private static boolean valid = false;

  public void setUrl(String url) {
try {
  Class.forName("org.gjt.mm.mysql.Driver").newInstance();
   cn = DriverManager.getConnection(url);
} catch (Exception e) {
  System.err.println("Error loading class");
  e.printStackTrace(System.err);
}
  }

  public void shutDown() {
try {
  cn.close();
} catch (Exception e) {}
  }

  public static void reset() {
try {
  cn.close();
  cn   = DriverManager.getConnection(url);
  valid = true;
} catch (Exception e) {
  System.err.println("Unable to reset connection");
  e.printStackTrace();
}
  }

  public boolean isValid() {return valid;}
}

When I run this bean through this .jsp file:

<%-- Create the connection, if it does not yet exist --%>



 <%-- If we are creating this bean now, initialize it --%>

 



I encouter the following error. Please help me. What am I doing =
wrong here???
Error: 500
Location: /scjd/ShoppingCart/dbConnect.jsp
Internal Servlet Error:

javax.servlet.ServletException: ShoppingCart.PersistentConnection11at
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContext
Impl.java:386)
at =
ShoppingCart._0002fShoppingCart_0002fdbConnect_0002ejspdbConnect_jsp_2._j=
spService(_0002fShoppingCart_0002fdbConnect_0002ejspdbConnect_jsp_2.java:=
99)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:126)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at =
org.apache.jasper.runtime.JspServlet$JspServletWrapper.service(JspServlet=
.java:174)
at =
org.apache.jasper.runtime.JspServlet.serviceJspFile(JspServlet.java:261)
at org.apache.jasper.runtime.JspServlet.service(JspServlet.java:369)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at =
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:5=
03)
at =
org.apache.tomcat.core.ContextManager.service(ContextManager.java:559)
at =
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(Ht=
tpConnectionHandler.java:160)
at =
org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java:=
338)
at java.lang.Thread.run(Unknown Source)

Root cause:=20
java.lang.ClassCastException: ShoppingCart.PersistentConnection11
at =
ShoppingCart._0002fShoppingCart_0002fdbConnect_0002ejspdbConnect_jsp_2._j=
spService(_0002fShoppingCart_0002fdbConnect_0002ejspdbConnect_jsp_2.java:=
66)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:126)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at =
org.apache.jasper.runtime.JspServlet$JspServletWrapper.service(JspServlet=
.java:174)
at =
org.apache.jasper.runtime.JspServlet.serviceJspFile(JspServlet.java:261)
at org.apache.jasper.runtime.JspServlet.service(JspServlet.java:369)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at =
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:5=
03)
at =
org.apache.tomcat.core.ContextManager.service(ContextManager.java:559)
at =
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(Ht=
tpConnectionHandler.java:160)
at =
org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java:=
338)
at java.lang.Thread.run(Unknown Source)


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.231 / Virus Database: 112 - Release Date: 12/02/2001

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



problem----------> urgent

2001-04-17 Thread sandarbh

Hi all,
I have to read a log file which is flat in nature and extract information
out of it. The data keeps adding at end of file, i have currently used
buffered reader and writer, it works fine, as i am comparing data from a
previous copy line by line and then copying changes to a third file. Then i
make copy of the log file to compare again. This process continues..

I am looking for a better solution to this apart from buffer reader/writer
which would compare contents and give the added information..

Thanks
sandarbh

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: urgent

2001-04-24 Thread Paul McGlynn

Looking at the top-level error, it looks like one of two things has
happened. Your table has reached its maximum size within your schema
(limited by the number of max extents for that table - a unit of Oracle
storage, 2k default I think), or your schema itself has reached its maximum
size for its tablespace.

If you can add data to other tables in the same schema it probably means
that your table has grown outwith its own limits, if you can't it probably
means you've ran out of space for your whole schema.

Either way, get your DBA to look at it but you'll probably have to add
another datafile to the tablespace for your schema.

Paul.



-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of sandarbh
Sent: Tuesday, April 24, 2001 10:02 AM
To: [EMAIL PROTECTED]
Subject: urgent

Hi all,

Can anyone give me a clue to this error which raised when 13469 records were
inserted through a program in java.



java.sql.SQLException: ORA-01631: max # extents (121) reached in table
CAS_USER.
MODULE_LOG

at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:181)
at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:631)
at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1225)
at
oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:661
)
at
oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.jav
a:780)
at
oracle.jdbc.driver.OracleStatement.doExecuteWithBatch(OracleStatement
.java:822)
at
oracle.jdbc.driver.OracleStatement.doExecute(OracleStatement.java:116
4)
at
oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStateme
nt.java:1210)
at
oracle.jdbc.driver.OracleStatement.executeUpdate(OracleStatement.java
:1227)
at ConnectionManager.insertRecords(ConnectionManager.java:25)
at DbHandlerFeeder.updatedata(DbHandlerFeeder.java:239)
at DbHandlerFeeder.sendToDatabase(DbHandlerFeeder.java:391)
at
LogHandlerCaller.feederdetaillogmanipulation(LogHandlerCaller.java:11
7)
at LogHandlerMain.pathForFeeder(LogHandlerMain.java:122)
at LogHandlerMain.main(LogHandlerMain.java:164)
The time is :2317

**

Regards,

Sandarbh

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets


__
Graham Technology plc,
Registered in Scotland No: 143434
Registered Office, Torr Hall, Torr Road, Bridge of Weir, PA11 3RU, UK
Telephone: +44 (0) 1418914000
Fax:   +44 (0) 1418822114
Website:   http://www.gtnet.com/
__

This email (and any attachment) is private and confidential.  If you were
not meant to receive it, please delete it and tell us by phone or email.
Although we scan all email and attachments we do not accept responsibility
for viruses.

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: urgent

2001-04-24 Thread sandarbh

Thanks to you Gavin and Paul

Ragards
Sandarbh

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: urgent

2001-04-24 Thread Gregory Dobkins

You have an Oracle error.  The max extents for table CAS_USER.MODULE_LOG have
been reached.  If the table name is an accurate indication of the use of the
table, it may only be used for logging and the solution is to remove unnecessary
rows.   I have found that it is best to install the on-line documentation for
Oracle and use the search facility to locate Oracle errors ie. ORA-01631.   It
has helped me to get a handle on Oracle problems.





sandarbh <[EMAIL PROTECTED]> on 04/24/2001 05:02:24 AM

Please respond to A mailing list about Java Server Pages specification and
  reference <[EMAIL PROTECTED]>

To:   [EMAIL PROTECTED]
cc:(bcc: Gregory Dobkins/BCSD/ISHSG/DIVADMIN/DOH)
Subject:  urgent



Hi all,

Can anyone give me a clue to this error which raised when 13469 records were
inserted through a program in java.



java.sql.SQLException: ORA-01631: max # extents (121) reached in table
CAS_USER.
MODULE_LOG

at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:181)
at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:631)
at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1225)
at
oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:661
)
at
oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.jav
a:780)
at
oracle.jdbc.driver.OracleStatement.doExecuteWithBatch(OracleStatement
.java:822)
at
oracle.jdbc.driver.OracleStatement.doExecute(OracleStatement.java:116
4)
at
oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStateme
nt.java:1210)
at
oracle.jdbc.driver.OracleStatement.executeUpdate(OracleStatement.java
:1227)
at ConnectionManager.insertRecords(ConnectionManager.java:25)
at DbHandlerFeeder.updatedata(DbHandlerFeeder.java:239)
at DbHandlerFeeder.sendToDatabase(DbHandlerFeeder.java:391)
at
LogHandlerCaller.feederdetaillogmanipulation(LogHandlerCaller.java:11
7)
at LogHandlerMain.pathForFeeder(LogHandlerMain.java:122)
at LogHandlerMain.main(LogHandlerMain.java:164)
The time is :2317

**

Regards,

Sandarbh

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Urgent !!!!

2001-04-26 Thread G.Nagarajan

try
"start iexplorer.exe c:\\help.htm"

-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of sharma Sumeet
Sent: Thursday, April 26, 2001 2:13 PM
To: [EMAIL PROTECTED]
Subject: Urgent 


hi All
 i wna open IE from java Application  it works on My machine NT SERVER 4.0
IE Version 4.0


This code goes on to open IE for me ..on my machine but ir does not work
on
NT WS and with Version 5.0
try{
Runtime.getRuntime().exec("explorer.exe C:\\Program
Files\\iNetBilling\\sisl\\inetbill\\Help\\Help1.htm");
}catch(java.io.IOException io){
io.printStackTrace();
}


This code nither works on my machine NT Server nor on NT WS
try{
Runtime.getRuntime().exec("iexplore.exe C:\\Program
Files\\iNetBilling\\sisl\\inetbill\\Help\\Help1.htm");
}catch(java.io.IOException io){
io.printStackTrace();
}

gives me IOException



regards
sumeet

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Urgent

2000-01-25 Thread Jari Worsley

Please, please, please read the faq referenced at the bottom of every list message
before posting. It really does provide answers, and that's what it's there for
"Frequently Asked Questions"... It gives you lots of answers on what jsp is, and
how to sue, with references to other good sites.

Sorry to all for ranting, but this list is getting very busy - with off-topic
postings, "unsubscribe" messages ;) and simple questions answered in the faq (not
quite so heinous a crime), and I must have got out of the wrong side of bed this
morning (the grumpy side).

Jari

Rao Dadi wrote:

> Hi All,
>
> I am New to JSP. I want to Know how to use Anchor, Including a file,
> Including an img file,Running an Ordinary JavaBean from JSP. Any help is
> Highly Appriciated.
> Satya
>
> ===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> FAQs on JSP can be found at:
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html



HELP URGENT!!!!

2000-02-15 Thread Mistroni Marco

hi all,
is it possible to 'combine' javascript and JSP??
i mean, i have a Selectable list..and i want that, once selected an item,
calls a method of the Javabean of the JSP..
is it possible?? how??
regards
marco

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html



Websphere - Urgent

2000-03-08 Thread dps




Hello,
 
I am new to websphere. I need your help. I have 
installed the Apllication Server. But I am not able to start the server. Can any 
one assist me to start and run the application in the web sphere.
 
Thanks in Advance
 
Regards
DP


Very urgent

2000-05-12 Thread Mukka, Srikanth (GEA, 097902)

Hi All,

Can any one of you tell me how to set the width of the list item.





Is there any way to specify the width for the list item, in my case it is
dynamically changing depending on the strings in the options given in the
tag.

I want it be static, I don't want it to change dynamically as it is
disturbing my interface.

expecting an early reply/

Bye
Srikanth

-Original Message-
From: Garcia, Cristina [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 12, 2000 9:32 AM
To: [EMAIL PROTECTED]
Subject: AW: Event from button


I am not very experienced in JSP (I began to programm an own prototype 2
days before) but what I did, was calling a Bean
(<%jsp:use Bean...%>), which is responsible of saving the data into the
database (using JDBC).

Hopefully can this help you :-)

> -Ursprüngliche Nachricht-
> Von:  kavitha ramasamy [SMTP:[EMAIL PROTECTED]]
> Gesendet am:  Freitag, 12. Mai 2000 15:03
> An:   [EMAIL PROTECTED]
> Betreff:  Event from button
>
> Hello,
>
>  I want to the following things when I click the save button in
> JSP page
> 1) All front end validations- This I achieved through  JavaScript.
> 2) I need to insert the data in database, This I want to be done through
> JSP page, because all my datas are from session object.
>
>
> I have the following code to call javascript and I dont know how to
> insert the data through JSP page.
>
> By cllicking the button the validation and insertion of data has to be
> done.
>
> 
>
> validation() is a javascript function.
>
>
> If anyone has any idea regarding this, that would be helpful to me.
> Thanks,
> Kavitha
> 
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
>
> ==
> =
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Very urgent

2000-05-13 Thread Dmitri Namiot

you can use some like


But it works for IE only (I am not sure about Netscape 6).


ServletShop: java server side programming
http://coldjava.hypermart.net


Get your own FREE, personal Netscape WebMail account today at 
http://webmail.netscape.com.

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Urgent

2000-06-01 Thread Anil Dhyani

hi
1) you can use expilcitly,call the servlets to control the session, as
2) you can use the getValue and PutValue functions in JSP, when you haev
specified
in JSP tag that session="true"
anil

>From: Munish Talwar <[EMAIL PROTECTED]>
>Reply-To: A mailing list about Java Server Pages specification and
> reference <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Urgent
>Date: Thu, 1 Jun 2000 13:34:52 -0400
>
>Any body knows how to trap session expiration in JSP so that we can display
>proper message??
>
>
>thanks
>munish
>
>===
>To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
>JSP-INTEREST".
>Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets


Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Urgent

2000-06-01 Thread Watson, Dean

This is how we do it:

HttpSession session = request.getSession(false);
if (session == null) {
// Redirect to timeout
WebLogic.redirect(request, response, "Timeout.html");
}
Make sure you set page sessio to false as in below:
<%@ page session="false" %>

Dean

-Original Message-
From: Munish Talwar [mailto:[EMAIL PROTECTED]]
Sent: June 01, 2000 10:35 AM
To: [EMAIL PROTECTED]
Subject: Urgent


Any body knows how to trap session expiration in JSP so that we can display
proper message??


thanks
munish

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Urgent

2000-06-02 Thread Eugene Martin

Check TCPIP settings all round.
Are there any ports blocked on the server machine.

Can you connect via Oracle Net8 easy config utility.
If not what is the error.

Eugene Martin



-Original Message-
From: Aggarwal, Pawan [mailto:[EMAIL PROTECTED]]
Sent: 02 June 2000 08:52
To: [EMAIL PROTECTED]
Subject: Urgent







 Urgent



   
   
Hi All,


I am using thin JDBC to connect with Oracle
8I version 8.1.5.0.0
I am getting error "network adapter could
not establish connection"


Here is the code..
Class.forName
("oracle.jdbc.driver.OracleDriver");


    String url =
"jdbc:oracle:thin:@Serv:1521:ora1";


    Connection conn =
DriverManager.getConnection(url,"user","password");


I have placed classes111.zip &
nls_charset11.zip in classpath
And oracle home\oracle\jdbc\lib in
path


Machine name is Serv
Ora1 is database
HostString is Oraspa



Please advice me as this is urgent/


Thanks.








==To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Urgent

2000-06-02 Thread Aggarwal, Pawan
Title: RE: Urgent






Easy config is easily connecting to the database...successfully..thru port 1521..


I installed Oracle 8I giving path like e:\oracle\ora81\jdbc\lib\classes111.zip


I have placed this whole thing in the class path
Should I declare ORACLE_HOME as some system variable
And then use ORACLE_HOME\jdbc\lib as classpath..


I tried connecting with scott / tiger thru easy config and it works.


-Original Message-
From:   Eugene Martin [SMTP:[EMAIL PROTECTED]]
Sent:   02 June 2000 14:07
To: [EMAIL PROTECTED]
Subject:    Re: Urgent


Check TCPIP settings all round.
Are there any ports blocked on the server machine.


Can you connect via Oracle Net8 easy config utility.
If not what is the error.


Eugene Martin








===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets


Re: Urgent

2000-06-02 Thread Aggarwal, Pawan
Title: RE: Urgent





The exact error is 


  establish the connection

    at oracle.jdbc.dbaccess.DBError.check_error(DBError.java:407)
    at oracle.jdbc.driver.OracleConnection.(OracleConnection.java:152)


    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.ja
va:214)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:193)
    at java.sql.DriverManager.getConnection(DriverManager.java:457)
    at java.sql.DriverManager.getConnection(DriverManager.java:137)
    at Data1.main(Data1.java:17)


-Original Message-
From:   Aggarwal, Pawan [SMTP:[EMAIL PROTECTED]]
Sent:   02 June 2000 15:16
To: [EMAIL PROTECTED]
Subject:    Re: Urgent



Easy config is easily connecting to the database...successfully..thru port 1521.. 


I installed Oracle 8I giving path like e:\oracle\ora81\jdbc\lib\classes111.zip 


I have placed this whole thing in the class path
Should I declare ORACLE_HOME as some system variable
And then use ORACLE_HOME\jdbc\lib as classpath.. 


I tried connecting with scott / tiger thru easy config and it works. 


-Original Message-
From:   Eugene Martin [SMTP:[EMAIL PROTECTED]]
Sent:   02 June 2000 14:07
To: [EMAIL PROTECTED]
Subject:    Re: Urgent 


Check TCPIP settings all round.
Are there any ports blocked on the server machine. 


Can you connect via Oracle Net8 easy config utility.
If not what is the error. 


Eugene Martin 




=== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets




Ýo unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name

Urgent HELP!!!

2000-06-06 Thread Tarun Dewan

Hi,

I'm using Java Web Server but when I try to execute my JSP following errors
occured :

D:\JavaWebServer2.0\tmpdir\default\pagecompile\jsp\_alps\_Hello.java:22: '}'
expected.
static char[][] _jspx_html_data = null;
   ^
D:\JavaWebServer2.0\tmpdir\default\pagecompile\jsp\_alps\_Hello.java:20:
Public class pagecompile.jsp._alps._hello must be defined in a file called
"_hello.java".
public class _hello extends HttpJspBase {
 ^

Any ideas?




Tarun Dewan
Software Engineer
Nucleus Software Exports Ltd.
33-35, Thyagraj Nagar Market,
New Delhi - 110003.
Tel.: 4627552 Ext. 342
E-Mail : [EMAIL PROTECTED]


===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: urgent....

2000-06-19 Thread Pratik

please go thru the sites at the end of message.
or
java.sun.com/products/jsp
or
search the mail archive for this topic you will find lots of information

- Original Message -
From: manu mehrotra <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, June 19, 2000 3:49 PM
Subject: urgent


> Hi all,
> Can anyone please tell me how to go about for learning JSP
> because i am totally new to it...
>
> Thanks
>
> Waiting for ur response
> Manu
>
>
===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: urgent....

2000-06-19 Thread Kumail Rizvi

Plz go to the links below (at the end of the page)or visit the site
http://java.sun.com/products/jsp


manu mehrotra wrote:

> Hi all,
> Can anyone please tell me how to go about for learning JSP
> because i am totally new to it...
>
> Thanks
>
> Waiting for ur response
> Manu
>
> ===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



URGENT: Upload

2000-07-18 Thread Shashwati Panigrahi

Hi All,
From where can I get the upload functionality. My problem is that I have
stored the Upload Rights and the directory path for each user in the
database and now want the user to upload in a directory on that path only.

Suppose a user ABC logs on. The upload rights value = "Y" and the directory
path is \\ServerName\Directory1\
Now suppose there is a list of Subdirectories in Directory 1.
Directory1
sd1
sd1ssd1
sd1ssd2
sd2
sd2ssd1
sd2ssd2
sd3
I want these subdirectories to be displayed. How do I do that ?

Now the user can select one directory from the list of directories and
subdirectories available to him navigate to that directory and upload the
file.
Say the user wants to upload a file to sd2ssd2 directory. Then on the first
page the list
sd1
sd2
sd3
should be displayed.

On clicking sd2, the user will be displayed
sd2ssd1
sd2ssd2
 On clicking sd2ssd2, the user will be shown the existing contents of the
directory and can now upload a file here.

How do I do this ?

If any of you have worked on the above problems in servlets/JSP or come
across the source code for this, please let me know ASAP.

Thanks in Advance
Shashwati

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: **URGENT***

2000-07-21 Thread Nagraj

Manish,

My first advise to you is to Isolate the problem .
Try to write a Simple Java program which runs the unix command..and Make it
to work..
And then try integrating it in to the SErvlet.
I have been doing the same with out any problem ..although it was in
Weblogic App Server
native

Secondly,
Try Studying the servlet demostrated at :
http://www.frontiernet.net/~imaging/FileUploadServlet.html

Thirdly ,
I guess you would have to learn Java programming first before you speed ypur
way in to App Servers..:) J/king


Cheers,
Nagraj





-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Manish Shah
Sent: Friday, July 21, 2000 8:02 AM
To: [EMAIL PROTECTED]
Subject: **URGENT***


Hye all

I am kinda new to Java Programming as such and so to
Jsp and servlet. I have a couple of questions

[1] I get exceptions when i try to run unix command
from my servlet To be precise about the error, this is
what I get on the JSWDK1.0.1 startserver screen:

java.io.IOException: CreateProcess: rlpq
-H101.20.35.78 error=0 at
java.lang.Win32Process.create(Native Method) at
java.lang.Win32Process.(Unknown Source) at
java.lang.Runtime.execInternal(Native Method) at
java.lang.Runtime.exec(Unknown Source) at
java.lang.Runtime.exec(Unknown Source) at
java.lang.Runtime.exec(Unknown Source)

I am performing the following command: rlpq
-H101.20.35.78 which will query the printer
101.20.35.78 and check the status of the printer.
However it works perfectly when I execute in a
stand-alone application and I get the above mentioned
IOException when I execute the same command from the
Servlet.

The code which I try to carry out is..

String[] tokenizedCom = new String[4]; String s;
tokenizedCom[0] = "rlpq"; tokenizedCom[1] =
"-H101.20.35.78"; try { Process myProcess =
Runtime.getRuntime().exec(tokenizedCom);
//DataInputStream in = new DataInputStream(new
//BufferedInputStream(myProcess.getInputStream())); }
catch (IOException e) { e.printStackTrace(); }

I kinda am not sure as to what the problem might be.

If possible, do send in a sample code alias to the
above code.

[2] I want to upload file from the JSP page to my
servlet. One solution I found was to use the oreilley
servlet package. I downloaded that. But I dont know
how to use it. I tried to put that in the import
statement, but not of much help. I even tried to
modify my startserver.bat file on JSWDK1.0.1 by
setting the class path.

Please advice on it.

Thanks a lot

Manish



__
Do You Yahoo!?
Get Yahoo! Mail – Free email you can access from anywhere!
http://mail.yahoo.com/

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: **URGENT***

2000-07-21 Thread Nathan Revo

Is your server on a windows machine?

-Original Message-
From: Manish Shah [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 21, 2000 9:02 AM
To: [EMAIL PROTECTED]
Subject: **URGENT***


Hye all

I am kinda new to Java Programming as such and so to
Jsp and servlet. I have a couple of questions

[1] I get exceptions when i try to run unix command
from my servlet To be precise about the error, this is
what I get on the JSWDK1.0.1 startserver screen:

java.io.IOException: CreateProcess: rlpq
-H101.20.35.78 error=0 at
java.lang.Win32Process.create(Native Method) at
java.lang.Win32Process.(Unknown Source) at
java.lang.Runtime.execInternal(Native Method) at
java.lang.Runtime.exec(Unknown Source) at
java.lang.Runtime.exec(Unknown Source) at
java.lang.Runtime.exec(Unknown Source)

I am performing the following command: rlpq
-H101.20.35.78 which will query the printer
101.20.35.78 and check the status of the printer.
However it works perfectly when I execute in a
stand-alone application and I get the above mentioned
IOException when I execute the same command from the
Servlet.

The code which I try to carry out is..

String[] tokenizedCom = new String[4]; String s;
tokenizedCom[0] = "rlpq"; tokenizedCom[1] =
"-H101.20.35.78"; try { Process myProcess =
Runtime.getRuntime().exec(tokenizedCom);
//DataInputStream in = new DataInputStream(new
//BufferedInputStream(myProcess.getInputStream())); }
catch (IOException e) { e.printStackTrace(); }

I kinda am not sure as to what the problem might be.

If possible, do send in a sample code alias to the
above code.

[2] I want to upload file from the JSP page to my
servlet. One solution I found was to use the oreilley
servlet package. I downloaded that. But I dont know
how to use it. I tried to put that in the import
statement, but not of much help. I even tried to
modify my startserver.bat file on JSWDK1.0.1 by
setting the class path.

Please advice on it.

Thanks a lot

Manish



__
Do You Yahoo!?
Get Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: **URGENT***

2000-07-21 Thread Manish Shah

no..its on solaris...
--- Nathan Revo <[EMAIL PROTECTED]> wrote:
> Is your server on a windows machine?
>
> -Original Message-
> From: Manish Shah [mailto:[EMAIL PROTECTED]]
> Sent: Friday, July 21, 2000 9:02 AM
> To: [EMAIL PROTECTED]
> Subject: **URGENT***
>
>
> Hye all
>
> I am kinda new to Java Programming as such and so to
> Jsp and servlet. I have a couple of
> questions
>
> [1] I get exceptions when i try to run unix command
> from my servlet To be precise about the error, this
> is
> what I get on the JSWDK1.0.1 startserver screen:
>
> java.io.IOException: CreateProcess: rlpq
> -H101.20.35.78 error=0 at
> java.lang.Win32Process.create(Native Method) at
> java.lang.Win32Process.(Unknown Source) at
> java.lang.Runtime.execInternal(Native Method) at
> java.lang.Runtime.exec(Unknown Source) at
> java.lang.Runtime.exec(Unknown Source) at
> java.lang.Runtime.exec(Unknown Source)
>
> I am performing the following command: rlpq
> -H101.20.35.78 which will query the printer
> 101.20.35.78 and check the status of the printer.
> However it works perfectly when I execute in a
> stand-alone application and I get the above
> mentioned
> IOException when I execute the same command from the
> Servlet.
>
> The code which I try to carry out is..
>
> String[] tokenizedCom = new String[4]; String s;
> tokenizedCom[0] = "rlpq"; tokenizedCom[1] =
> "-H101.20.35.78"; try { Process myProcess =
> Runtime.getRuntime().exec(tokenizedCom);
> //DataInputStream in = new DataInputStream(new
> //BufferedInputStream(myProcess.getInputStream()));
> }
> catch (IOException e) { e.printStackTrace(); }
>
> I kinda am not sure as to what the problem might be.
>
> If possible, do send in a sample code alias to the
> above code.
>
> [2] I want to upload file from the JSP page to my
> servlet. One solution I found was to use the
> oreilley
> servlet package. I downloaded that. But I dont know
> how to use it. I tried to put that in the import
> statement, but not of much help. I even tried to
> modify my startserver.bat file on JSWDK1.0.1 by
> setting the class path.
>
> Please advice on it.
>
> Thanks a lot
>
> Manish
>
>
>
> __
> Do You Yahoo!?
> Get Yahoo! Mail - Free email you can access from
> anywhere!
> http://mail.yahoo.com/
>
>
===
> To unsubscribe: mailto [EMAIL PROTECTED] with
> body: "signoff
> JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>
>
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
>
===
> To unsubscribe: mailto [EMAIL PROTECTED] with
> body: "signoff JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets


__
Do You Yahoo!?
Get Yahoo! Mail – Free email you can access from anywhere!
http://mail.yahoo.com/

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Very Urgent

2000-07-26 Thread Shyamkumar Reddy

Hi

I have problem in running the java source file.

I have installed a j2sdkee1.2.1 for windows environment. I am using
jdk1.2.2 for running j2ee server.

Server is running fine and i can run any jsp file.

When i add a an java source file in the jsp code

for example

SampleClass.class in sample.jsp

I put this class file in web folder.


When i declare it. It is working fine. When i use the method available =
in the file.

It display an error 500 package/SampleClass

Please tell me how to solve this problem.

It is urgent

With regards

shyam

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



urgent- compilation

2000-08-21 Thread BLAKCORI, Ansar

I am writing jsp page under forte gui application. Once that is done I save
the file under examples/jsp subdir/jspfile
I am trying to access file under:
http://127.0.0.1:8080/examples/jspsubdir/jsp.file but it would not display
the result of the page. However with date.jsp example it does work fine

Here is the source of the page


Access

This is counter example

<%! int i=0; %>

<% i++; %>
Hello World ! <%= "This page has been accessed " +i " times" %>





Ansar Blakqori
System analyst / Developer
Goldenberg,Hehmeyer & Co - London
email: [EMAIL PROTECTED] ( business )
Tel: ++44 (0) 2073903421 - business
Cell:++44 (0) 7730986227
Diverted tel: ++44 (0) 2073903380

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Urgent !!!

2000-08-21 Thread VV SATYA

Yes,
U can use like that.
There is no any problem, except in the dimension of
performance. This is then completely depends on your
server configuration.

--- amit <[EMAIL PROTECTED]> wrote:
> Hi ALL,
>
> I'm  interested to test a E-Com Site.
> Currently ,I'm interested to test it's performance
> and overall deployment concerned issues.
>
> With this regard please try to provide answer of  my
> following query  :
>
>
*
> Is it possible to run two servers (Server Softwares)
> on a single
> machine on single hard disk ,with same IP address
> but with
> DIFFERENT  port  numbers ?
>
*
> e.g.
> Say  IIS (Internet Information Server From
> Microsoft) and Apache
> Server (for Win NT) from Apache Foundation) are
> running , without
> interference , on the same machine with same IP
> address but  with
> different  port numbers(say 80 for IIS and 8080 for
> Apache).
>
> With This Regard Please Provide the needful info and
> co-operate
> with me.Thanking You.
>
> Any  Resources / URLs / Book Names With  This Regard
> Are  WEL-COME  !!!
>
> With Luv,
> -Amit
> [EMAIL PROTECTED]
> Sansui Software Pvt. Ltd.,Pune
>
>
===
> To unsubscribe: mailto [EMAIL PROTECTED] with
> body: "signoff JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets


=
-SaTyA-

__
Do You Yahoo!?
Yahoo! Mail – Free email you can access from anywhere!
http://mail.yahoo.com/

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Urgent !!!

2000-08-21 Thread Mihail Belanov

Yes
- Original Message -
From: amit <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, August 21, 2000 3:47 PM
Subject: Urgent !!!


> Hi ALL,
>
> I'm  interested to test a E-Com Site.
> Currently ,I'm interested to test it's performance
> and overall deployment concerned issues.
>
> With this regard please try to provide answer of  my
> following query  :
>
> *
> Is it possible to run two servers (Server Softwares) on a single
> machine on single hard disk ,with same IP address but with
> DIFFERENT  port  numbers ?
> *
> e.g.
> Say  IIS (Internet Information Server From Microsoft) and Apache
> Server (for Win NT) from Apache Foundation) are running , without
> interference , on the same machine with same IP address but  with
> different  port numbers(say 80 for IIS and 8080 for Apache).
>
> With This Regard Please Provide the needful info and co-operate
> with me.Thanking You.
>
> Any  Resources / URLs / Book Names With  This Regard
> Are  WEL-COME  !!!
>
> With Luv,
> -Amit
> [EMAIL PROTECTED]
> Sansui Software Pvt. Ltd.,Pune
>
>
===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Urgent !!!

2000-08-21 Thread Tripat Kharbanda

yes that possible. for this u need to add a port to listen in the server
configuration file. I have dun that for jswdk but since i dun know for
apache and IIS i'll enclose the code that needs to be added for the addition
for port.


Add this code to webserver.xml file












After this create a  directory "map" in the webserver root folder in my case
it was c:\jswdk\jswdk-1.0.1\


Hope this helps.

Regards
Tripat
- Original Message -
From: amit <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, August 21, 2000 5:17 PM
Subject: Urgent !!!


> Hi ALL,
>
> I'm  interested to test a E-Com Site.
> Currently ,I'm interested to test it's performance
> and overall deployment concerned issues.
>
> With this regard please try to provide answer of  my
> following query  :
>
> *
> Is it possible to run two servers (Server Softwares) on a single
> machine on single hard disk ,with same IP address but with
> DIFFERENT  port  numbers ?
> *
> e.g.
> Say  IIS (Internet Information Server From Microsoft) and Apache
> Server (for Win NT) from Apache Foundation) are running , without
> interference , on the same machine with same IP address but  with
> different  port numbers(say 80 for IIS and 8080 for Apache).
>
> With This Regard Please Provide the needful info and co-operate
> with me.Thanking You.
>
> Any  Resources / URLs / Book Names With  This Regard
> Are  WEL-COME  !!!
>
> With Luv,
> -Amit
> [EMAIL PROTECTED]
> Sansui Software Pvt. Ltd.,Pune
>
>
===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Urgent !!!

2000-08-21 Thread Kumail Rizvi

Hi
 U can do this. And no need to go deep inside.
just define different ports in their respective configuration files.
and use ip:port, where port number is different for different webservers.
try this.

Regards
Kumail Rizvi
-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of amit
Sent: Monday, August 21, 2000 4:48 PM
To: [EMAIL PROTECTED]
Subject: Urgent !!!


Hi ALL,

I'm  interested to test a E-Com Site.
Currently ,I'm interested to test it's performance
and overall deployment concerned issues.

With this regard please try to provide answer of  my
following query  :

*
Is it possible to run two servers (Server Softwares) on a single
machine on single hard disk ,with same IP address but with
DIFFERENT  port  numbers ?
*
e.g.
Say  IIS (Internet Information Server From Microsoft) and Apache
Server (for Win NT) from Apache Foundation) are running , without
interference , on the same machine with same IP address but  with
different  port numbers(say 80 for IIS and 8080 for Apache).

With This Regard Please Provide the needful info and co-operate
with me.Thanking You.

Any  Resources / URLs / Book Names With  This Regard
Are  WEL-COME  !!!

With Luv,
-Amit
[EMAIL PROTECTED]
Sansui Software Pvt. Ltd.,Pune

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



iPlanet- urgent

2002-11-17 Thread vishwa
Could anyone please tell me the maximum number of users supported by iPlanet web 
Server 6.0. Please reply soon its urgent

thanks, 
Vishwa Ranjan

==To 
unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



Re: URGENT!!!!!!!!

2003-02-04 Thread Sreenath V Reddy
Title: RE: URGENT






u can use teh URL class in java and specify teh image name(complete URL) and use teh input stream and read teh bytes and write to the local disk using file system.

-Original Message-
From:   Ruchi Agarwal [mailto:[EMAIL PROTECTED]]
Sent:   Tue 2/4/2003 1:46 PM
To: [EMAIL PROTECTED]
Cc:
Subject:    URGENT
Can some one help me .. how to download images from an HTML page and
save to to the hard disk.//

My program shd be able to give a URL and I shd be able to copy the
images from that URL to my Hard disk.




*--
This message and any attachment(s) is intended only for the use of the addressee(s) and may contain information that is PRIVILEGED and CONFIDENTIAL. If you are not the intended addressee(s), you are hereby notified that any use, distribution, disclosure or copying of this communication is strictly prohibited. If you have received this communication in error, please erase all copies of the message and its attachment(s) and notify the sender or Kanbay postmaster immediately.

Any views expressed in this message are those of the individual sender and not of Kanbay.

Although we have taken steps to ensure that this e-mail and any attachment(s) are free from any virus, we advise that in keeping with good computing practice the recipient should ensure they are actually virus free.

=
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 Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com








==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 Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com


Help really urgent !!!

1999-01-03 Thread Vaibhav Bhanot

This is something really urgent...could anybody please guide me what
should i do...i am sending u what exactly i want and what is
happeninghere is an example below which increments value of variable
count and it is accessible to every thread...now i want count variable
to be different for different threads...could u please guide me what are
the approaches  available
to implement this except for putting "count"  variable in the
session

Thanks in advance !!!

Vaibhav


import java.io.*;
import javax.servlet.*;
import javax.servlet.http.*;

public class RefreshServlet extends HttpServlet
{
  int count=0;
public void init(ServletConfig config) throws ServletException
  {
super.init(config);
  }

  public void doGet(HttpServletRequest req, HttpServletResponse resp)
  throws ServletException, IOException
  {
resp.setContentType("text/html");
PrintWriter out = new PrintWriter(resp.getOutputStream());


out.println("");
out.println("RefreshServlet Output");
out.println("");

count++;

out.println("The count is "+count);

out.println("");
out.println("");
out.close();
  }

}




Could you please suggest me what should i do to counter thiscoz i do

want different variables for different threads...

Thanks in advance

Vaibhav

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html



Urgent Desparate Help

1999-11-15 Thread rowan

To All in the group:
Please Help. I have spent 4 hours but to no success in trying to make a
servlet  call a JSP.
I was able to call the JSP but there was no answer ..

Help

class Foo
{
String s[];
public Foo(String s[])
{
this.s=s;
}
public String [] getList()
{
return s;
}

}




import java.io.*;
import java.text.*;
import java.util.*;
import javax.servlet.*;
import javax.servlet.http.*;
public class Serve extends HttpServlet {


public void doPost(HttpServletRequest request,
  HttpServletResponse response)
throws IOException, ServletException
{
String s[]=new String[]{"blue","red","green"};
Foo f=new Foo(s);

request.setAttribute("foo",f);


getServletContext().getRequestDispatcher("/web-inf/servlets/foo.jsp").forwar
d (request, response);

}
}











My name is 







all these 3 files are in the same directory .


When the servlet calls the JSP , it is succesfull  but nothing is display
why

I have followed everything as the JSP FAQ of esperanto ?




Thanks for all the help.

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html



Urgent : Browser Inconsistencies

1999-11-30 Thread Masaoud

Hi,

I have a very vague problem.

I have a set of JSPs, these are called depending on certain parameters
passed in the Forms Submit. Now these JSPs work fine on IE 5.0 and on
Netscape 4.7

But when I try running these JSP Pages on other machines or on browser
versions other than the ones installed on my machine, they refuse to
work.
A blank page is displayed. After this I have to restart my Java Web
Server, for anything to work properly again.

Could anybody tell me if there are certain features of JSP that are not
supportedon certain browser versions or so. ( I am currently trying IE
4.0, IE 5.0, NC 4.5, NC 4.61, NC 4.7 )

Thanx
Masaoud

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html



FW: Urgent Please

1999-12-30 Thread Raman Ravikumar

Hi all

   I'd like to know if it is possible for an to connect to a Servlet
different from the Webserver that generates html.

Thanks in Advance
ravi

Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Thor HW
Sent: Thursday, December 30, 1999 2:28 PM
To: [EMAIL PROTECTED]
Subject: Re: A Basic doubt !


Yes.
You can download gnujsp or ojsp (from Oracle's technet) and use them today
with JServ.

Thor HW

- Original Message -
From: Arni Raghu <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, December 30, 1999 10:59 AM
Subject: Re: A Basic doubt !


> Does Jserv suopport jsp..?
>
> Thx,
> Arni
>
> - Original Message -
> From: Osvaldo Pinali Doederlein <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, December 30, 1999 10:14 AM
> Subject: Re: A Basic doubt !
>
>
> > Yes, you can get JServ from the Apache group.
> >
> > - Original Message -
> > From: "Parshwanath" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Thursday, December 30, 1999 10:03 AM
> > Subject: A Basic doubt !
> >
> >
> > > Hi,
> > > If I want to use apache [I have been using IIS & JRUN before] do I
need
> > some
> > > jsp/servlet engine [like jrun] to run my jsps  ?
> > > Thankx for all the replies.
> > > :-)Parshwanath
> > >
> > >
> >
>
===
> > > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> > JSP-INTEREST".
> > > FAQs on JSP can be found at:
> > >  http://java.sun.com/products/jsp/faq.html
> > >  http://www.esperanto.org.nz/jsp/jspfaq.html
> > >
> >
> >
>
===
> > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> > FAQs on JSP can be found at:
> >  http://java.sun.com/products/jsp/faq.html
> >  http://www.esperanto.org.nz/jsp/jspfaq.html
> >
>
>
===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> FAQs on JSP can be found at:
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html



Weblogic users- Urgent !!!!!!!

2000-01-05 Thread Ashwani Kalra

Hi all,
Can I deploy my beans sitting at my machine at the remote webserver(weblogic
on NT) and test them. because it will be difficult each time to go to the
server to deploy the beans when ever i change the bean files.
Is there any software to install to do that
Any tip will be helpfull.
Thanx
Ashwani


Visit http://www.niit.com for eCommerce Solutions.

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html



extra urgent problem

2001-05-23 Thread sandarbh

Dear all,

I want to send a xml file in sftp to a ftp server. what port i have to use,
We are using NSFTP as FTP server.

sandarbh

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



URGENT Multiple Forms

2001-05-29 Thread jyothirmai porika

Hi All,

I have a jsp page with 3 forms.
What i want to do is when the 2nd form is submited, fist and third should
not be submited and vice varsa.
I tried to submit by calling each submit based on condition,
But it's not working.
How can i handle multiple forms.

Thank's
-Jyothi


---
FREE! The World's Best Email Address @email.com
Reserve your name now at http://www.email.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Urgent help needed

2001-06-05 Thread M Sankar

Hi all,

I am using Netscape Iplanet Web Server and JSP.I am trying out a
cryptography module. Now my application is made and is working fine
using  Tomcat on a trial basis. But when I put these application on
iPlanet, JSP Compiler is throwing an Classformat error. It is showing
the message for a particular Java class which is used for cryptography.
The specific message is Illegal constant pool type.

Given below is the error message::

 failure ( 4941): Internal error: exception thrown from the servlet
service function (uri=/cryptix/intro.jsp): java.lang.ClassFormatError:
DES (Illegal constant pool type), Stack: java.lang.ClassFormatError: DES
(Illegal constant pool type)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass0(Compiled Code)
at java.lang.ClassLoader.defineClass(Compiled Code)
at java.security.SecureClassLoader.defineClass(Compiled Code)
at java.net.URLClassLoader.defineClass(Compiled Code)
at java.net.URLClassLoader.access$1(Compiled Code)
at java.net.URLClassLoader$1.run(Compiled Code)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessController.doPrivileged(Compiled Code)
at java.net.URLClassLoader.findClass(Compiled Code)
at java.lang.ClassLoader.loadClass(Compiled Code)
at sun.misc.Launcher$AppClassLoader.loadClass(Compiled Code)
at java.lang.ClassLoader.loadClass(Compiled Code)
at java.lang.ClassLoader.loadClassInternal(Compiled Code)
at Profile.(Profile.java:86)
at Profile.getInstance(Profile.java:65)
at Logintry.createRequest(Compiled Code)
at _jsps._cryptix._intro_jsp._jspService(_intro_jsp.java:91)
at
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:126)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:826)
at
com.netscape.server.http.servlet.NSServletRunner.Service(NSServletRunner.java:497)

Any help on this would be great.
Thanks
Sankar

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: urgent problem

2001-06-15 Thread horwat

Make sure you have mod_jk.so built and present in the libexec directory.

http://jakarta.apache.org/tomcat/tomcat-3.2-doc/mod_jk-howto.html

Here is a sample addition to an httpd.conf file:

LoadModulejk_module  libexec/mod_jk.so
AddModule mod_jk.c
JkWorkersFile /usr/local/jakarta-tomcat/conf/workers.properties
JkLogFile /usr/local/apache/logs/mod_jk.log
JkLogLevelwarn


Justy

- Original Message -

> Hi, all
>   i want to install tomcat with apache in BSDi 4.2. now i can install
tomcat standalone to run jsp and servlet, and the BSDi 4.2 has a contrib
version of apache.
>   BUT when i modify httpd.conf to include mod_jserv.o or mod_jk.o file use
LoadModule, the apache return error message "File not found".
> I check the file path. It's correct!
>   It's CRAZY!!
>   is here any body know why? or is there any one has done this thing?
> PLEASE give me a sample.
>
>   Thanks alot!
>
> _
> [×ã²»³ö»§ ÇáËÉÉÏÍø] ÉÏÍøרÓúţº95963£¬Óû§Ãû/ÃÜÂ룺263
> Ìػݾ«Æ·¿Õµ÷ÂòÓÖËÍ  http://shopping.263.net/hotsale/aircondition/index.asp
>
>
===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: urgent problem

2001-06-16 Thread Kang xin

Yes, I have put the mod_jk.so in the libexec directory, and I include mod_jk-auto  
frie in the http.conf. I guess all the syntax and include file is auto include in the 
mod_jk-auto  created by tomcat. Is it true? or I need write directly like you give me?

But when I test the Apache, it report an error "File not found", so I guess here must 
be  file(s) needed for mod_jerv.so or mod_jk.so is not in the system. Do you know 
about it?

- Original Message - 
From: "horwat" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, June 16, 2001 4:37 AM
Subject: Re: urgent problem


> Make sure you have mod_jk.so built and present in the libexec directory.
> 
> http://jakarta.apache.org/tomcat/tomcat-3.2-doc/mod_jk-howto.html
> 
> Here is a sample addition to an httpd.conf file:
> 
> LoadModulejk_module  libexec/mod_jk.so
> AddModule mod_jk.c
> JkWorkersFile /usr/local/jakarta-tomcat/conf/workers.properties
> JkLogFile /usr/local/apache/logs/mod_jk.log
> JkLogLevelwarn
> 
> 
> Justy
> 
> - Original Message -
> 
> > Hi, all
> >   i want to install tomcat with apache in BSDi 4.2. now i can install
> tomcat standalone to run jsp and servlet, and the BSDi 4.2 has a contrib
> version of apache.
> >   BUT when i modify httpd.conf to include mod_jserv.o or mod_jk.o file use
> LoadModule, the apache return error message "File not found".
> > I check the file path. It's correct!
> >   It's CRAZY!!
> >   is here any body know why? or is there any one has done this thing?
> > PLEASE give me a sample.
> >
> >   Thanks alot!
> >
> > _
> > [×ã²»³ö»§ ÇáËÉÉÏÍø] ÉÏÍøרÓúţº95963£¬Óû§Ãû/ÃÜÂ룺263
> > Ìػݾ«Æ·¿Õµ÷ÂòÓÖËÍ  http://shopping.263.net/hotsale/aircondition/index.asp
> >
> >
> ===
> > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> DIGEST".
> > Some relevant FAQs on JSP/Servlets can be found at:
> >
> >  http://java.sun.com/products/jsp/faq.html
> >  http://www.esperanto.org.nz/jsp/jspfaq.html
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
> >
> 
> ===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
> 
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
èº{.nÇ+‰·¦j)m¢X¬¶Ç«¾6¯j˧r‰°ŠØ[¡Ü¬Šè}òR<ƒSLZ+v(²ÙšŠ[h–+-±êڲéÜ¢l"¶èw+´” 
ÔÄDD“„I4¨™êޕëڞÑ@BÊ'%#ÿIêï•ëlq©Ûyú.Ö­†ÛiÿøÚ½«.Ê&þšèvç-³øì§÷Úªf–m§ÿðì¥êڞÚ(®   
  óþ;)þ;)}ª¡¶ia¶Úÿ0Ž«¹Ê&þ8.®ïßj¯ßjªZèì¦v¦x”†Ûiÿü0Â8.®ç(›øົ¿}ª¿}ª©j£²™Ú™äž®ù^¶


Urgent---WebLogic Issue

2001-06-18 Thread Abhijeet Surve

guys,

i am getting the following error on the cosole of WebLogic6.0.

Error  WAE-020: ERROR: No option set for where to go next.
  

Error  WAE-007: Error processing request One of the getParameter family of
metho
ds called after reading from the ServletInputStream(), can't mix these two!
java
.lang.IllegalStateException: One of the getParameter family of methods
called af
ter reading from the ServletInputStream(), can't mix these two!
at
weblogic.servlet.internal.ServletRequestImpl.mergePostParams(ServletR
equestImpl.java:664)
at
weblogic.servlet.internal.ServletRequestImpl.parseQueryParams(Servlet
RequestImpl.java:585)
at
weblogic.servlet.internal.ServletRequestImpl.parseQueryParams(Servlet
RequestImpl.java:578)
at
weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispat
cherImpl.java:124)

Well there is no explicit call to any of the getParameter methods and the
same is working with tomcat3.1

can anyone tell me as to whats going wrong...any suggestions

thanx
abhi
_
Get your FREE download of MSN Explorer at http://explorer.msn.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



VERY VERY URGENT

2001-07-11 Thread paramjit singh

hi!
this is a very urgent so please reply withing 1- 2 days.
I have used java.util.Random.nextInt(upperlimit) function which generates
integer random numbers
form 0 to upperlimit specified. This function i am using inside an applet
which is emmbedded in an html page
when i use that html page with appletviewer then it works fine but when i use
it within internet explorer it gives 
following error:-
error:- java.lang.NoSuchMethod error : java/util/Random: method nextInt(I)I
not found 
in its status area
so my applet doesn't loads .

So which other function can do the same objective or what else i can use ??
I am using internet explorer 5.0

Thanks in advance.
Paramjit singh

==To 
unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: response.setStatus()----URGENT

2001-07-31 Thread Sachin S. Khanna

Try and run the following code :
file name -> setstatus.jsp
code for setstatus.jsp
===

Calling setStatus

Hello Calling response.setStatus() method !
<%
response.setStatus(response.SC_FORBIDDEN);
%>


==
Assume this helps and just a request, next time first try it out at your end
and if you can't get it to work then post to the list.
Also remember the golden rule that "All JSP's are compiled into Servlets !".
Have a nice day.
With regards,
Sachin S. Khanna
http://www.emailanorder.com
- Original Message -
From: Abhijeet Surve <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 01, 2001 6:18 AM
Subject: response.setStatus()URGENT


> Hello...
>
> Can response.setStatus be directly used in a JSP?
>
> Answers with small examples will be highly appreciated...
>
> thanx
> Abhi
>
>
>
>
>
>
> _
> Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
>
>
===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: urgent help

2001-08-30 Thread Sachin S. Khanna

Your browser doesnot support the jdk1.2 version that your applet uses.
Have a nice day.
With regards,
Sachin S. Khanna
http://www.emailanorder.com
- Original Message -
From: Surender Rana <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, August 29, 2000 2:51 PM
Subject: urgent help


> Hi There,
>   I am trying to run a applet in internet explorer. In this applet i am
> instantiating a class which is extending JFrame but it is but it is not
> running and showing security exception. Though by appletviewer it is
> running. can anyone help me in this.
> thanks
> rana
>
> - Original Message -
> From: SriHari <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, August 30, 2001 2:36 PM
> Subject: encryption and decryption
>
>
> > Hi There
> >
> > Can  any One Point me to the information  avaliable on net to encrypt
and
> > decrypt using java
> > Actually i need two seperate methods forl encryption and decryption
> >
> >
> > Cheers
> > SriHari
> >
> >
>
===
> > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> DIGEST".
> > Some relevant FAQs on JSP/Servlets can be found at:
> >
> >  http://java.sun.com/products/jsp/faq.html
> >  http://www.esperanto.org.nz/jsp/jspfaq.html
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
>
===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: urgent help

2001-08-30 Thread Surender Rana

so how should i make it to support that.
thanks
- Original Message -
From: Sachin S. Khanna <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, August 30, 2001 3:40 PM
Subject: Re: urgent help


> Your browser doesnot support the jdk1.2 version that your applet uses.
> Have a nice day.
> With regards,
> Sachin S. Khanna
> http://www.emailanorder.com
> - Original Message -
> From: Surender Rana <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, August 29, 2000 2:51 PM
> Subject: urgent help
>
>
> > Hi There,
> >   I am trying to run a applet in internet explorer. In this applet i am
> > instantiating a class which is extending JFrame but it is but it is not
> > running and showing security exception. Though by appletviewer it is
> > running. can anyone help me in this.
> > thanks
> > rana
> >
> > - Original Message -
> > From: SriHari <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Thursday, August 30, 2001 2:36 PM
> > Subject: encryption and decryption
> >
> >
> > > Hi There
> > >
> > > Can  any One Point me to the information  avaliable on net to encrypt
> and
> > > decrypt using java
> > > Actually i need two seperate methods forl encryption and decryption
> > >
> > >
> > > Cheers
> > > SriHari
> > >
> > >
> >
>
===
> > > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> > JSP-INTEREST".
> > > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> > DIGEST".
> > > Some relevant FAQs on JSP/Servlets can be found at:
> > >
> > >  http://java.sun.com/products/jsp/faq.html
> > >  http://www.esperanto.org.nz/jsp/jspfaq.html
> > >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> > >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
> >
> >
>
===
> > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> DIGEST".
> > Some relevant FAQs on JSP/Servlets can be found at:
> >
> >  http://java.sun.com/products/jsp/faq.html
> >  http://www.esperanto.org.nz/jsp/jspfaq.html
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
> >
>
>
===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: urgent help

2001-08-30 Thread Sachin S. Khanna

Two ways :
a) Either add the java 2 plugin to your browser, then your applet should
load, but this wouldn't be a universal solution as not all browsers that
surfers use to browse your site would have that plugin.
b) Try redesigning your applet with the jdk 1.1 version classes, don't think
you will be able to use the swing classes in that case.
Have a nice day.
With regards,
Sachin S. Khanna
http://www.emailanorder.com
- Original Message -
From: Surender Rana <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, August 29, 2000 4:20 PM
Subject: Re: urgent help


> so how should i make it to support that.
> thanks
> - Original Message -
> From: Sachin S. Khanna <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, August 30, 2001 3:40 PM
> Subject: Re: urgent help
>
>
> > Your browser doesnot support the jdk1.2 version that your applet uses.
> > Have a nice day.
> > With regards,
> > Sachin S. Khanna
> > http://www.emailanorder.com
> > - Original Message -
> > From: Surender Rana <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Tuesday, August 29, 2000 2:51 PM
> > Subject: urgent help
> >
> >
> > > Hi There,
> > >   I am trying to run a applet in internet explorer. In this applet i
am
> > > instantiating a class which is extending JFrame but it is but it is
not
> > > running and showing security exception. Though by appletviewer it is
> > > running. can anyone help me in this.
> > > thanks
> > > rana
> > >
> > > - Original Message -
> > > From: SriHari <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Thursday, August 30, 2001 2:36 PM
> > > Subject: encryption and decryption
> > >
> > >
> > > > Hi There
> > > >
> > > > Can  any One Point me to the information  avaliable on net to
encrypt
> > and
> > > > decrypt using java
> > > > Actually i need two seperate methods forl encryption and decryption
> > > >
> > > >
> > > > Cheers
> > > > SriHari
> > > >
> > > >
> > >
> >
>
===
> > > > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> > > JSP-INTEREST".
> > > > For digest: mailto [EMAIL PROTECTED] with body: "set
JSP-INTEREST
> > > DIGEST".
> > > > Some relevant FAQs on JSP/Servlets can be found at:
> > > >
> > > >  http://java.sun.com/products/jsp/faq.html
> > > >  http://www.esperanto.org.nz/jsp/jspfaq.html
> > > >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> > > >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
> > >
> > >
> >
>
===
> > > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> > JSP-INTEREST".
> > > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> > DIGEST".
> > > Some relevant FAQs on JSP/Servlets can be found at:
> > >
> > >  http://java.sun.com/products/jsp/faq.html
> > >  http://www.esperanto.org.nz/jsp/jspfaq.html
> > >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> > >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
> > >
> >
> >
>
===
> > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> DIGEST".
> > Some relevant FAQs on JSP/Servlets can be found at:
> >
> >  http://java.sun.com/products/jsp/faq.html
> >  http://www.esperanto.org.nz/jsp/jspfaq.html
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
>
===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: urgent help

2001-08-30 Thread SriHari

install  the java 2 jre on u r system and
it will solve the problem i suppose

SriHari


-Original Message-
From: Sachin S. Khanna [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 30, 2001 4:48 PM
To: [EMAIL PROTECTED]
Subject: Re: urgent help


Two ways :
a) Either add the java 2 plugin to your browser, then your applet should
load, but this wouldn't be a universal solution as not all browsers that
surfers use to browse your site would have that plugin.
b) Try redesigning your applet with the jdk 1.1 version classes, don't think
you will be able to use the swing classes in that case.
Have a nice day.
With regards,
Sachin S. Khanna
http://www.emailanorder.com
- Original Message -
From: Surender Rana <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, August 29, 2000 4:20 PM
Subject: Re: urgent help


> so how should i make it to support that.
> thanks
> - Original Message -
> From: Sachin S. Khanna <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, August 30, 2001 3:40 PM
> Subject: Re: urgent help
>
>
> > Your browser doesnot support the jdk1.2 version that your applet uses.
> > Have a nice day.
> > With regards,
> > Sachin S. Khanna
> > http://www.emailanorder.com
> > - Original Message -
> > From: Surender Rana <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Tuesday, August 29, 2000 2:51 PM
> > Subject: urgent help
> >
> >
> > > Hi There,
> > >   I am trying to run a applet in internet explorer. In this applet i
am
> > > instantiating a class which is extending JFrame but it is but it is
not
> > > running and showing security exception. Though by appletviewer it is
> > > running. can anyone help me in this.
> > > thanks
> > > rana
> > >
> > > - Original Message -
> > > From: SriHari <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Thursday, August 30, 2001 2:36 PM
> > > Subject: encryption and decryption
> > >
> > >
> > > > Hi There
> > > >
> > > > Can  any One Point me to the information  avaliable on net to
encrypt
> > and
> > > > decrypt using java
> > > > Actually i need two seperate methods forl encryption and decryption
> > > >
> > > >
> > > > Cheers
> > > > SriHari
> > > >
> > > >
> > >
> >
>
===
> > > > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> > > JSP-INTEREST".
> > > > For digest: mailto [EMAIL PROTECTED] with body: "set
JSP-INTEREST
> > > DIGEST".
> > > > Some relevant FAQs on JSP/Servlets can be found at:
> > > >
> > > >  http://java.sun.com/products/jsp/faq.html
> > > >  http://www.esperanto.org.nz/jsp/jspfaq.html
> > > >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> > > >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
> > >
> > >
> >
>
===
> > > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> > JSP-INTEREST".
> > > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> > DIGEST".
> > > Some relevant FAQs on JSP/Servlets can be found at:
> > >
> > >  http://java.sun.com/products/jsp/faq.html
> > >  http://www.esperanto.org.nz/jsp/jspfaq.html
> > >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> > >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
> > >
> >
> >
>
===
> > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> DIGEST".
> > Some relevant FAQs on JSP/Servlets can be found at:
> >
> >  http://java.sun.com/products/jsp/faq.html
> >  http://www.esperanto.org.nz/jsp/jspfaq.html
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
>
===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
&

Re: urgent help

2001-08-30 Thread Sreenath V

since appletviewer supports swings but not not IE,for IE u should use
plugins
- Original Message -
From: "Surender Rana" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, August 29, 2000 2:51 PM
Subject: urgent help


> Hi There,
>   I am trying to run a applet in internet explorer. In this applet i am
> instantiating a class which is extending JFrame but it is but it is not
> running and showing security exception. Though by appletviewer it is
> running. can anyone help me in this.
> thanks
> rana
>
> - Original Message -
> From: SriHari <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, August 30, 2001 2:36 PM
> Subject: encryption and decryption
>
>
> > Hi There
> >
> > Can  any One Point me to the information  avaliable on net to encrypt
and
> > decrypt using java
> > Actually i need two seperate methods forl encryption and decryption
> >
> >
> > Cheers
> > SriHari
> >
> >
>
===
> > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> DIGEST".
> > Some relevant FAQs on JSP/Servlets can be found at:
> >
> >  http://java.sun.com/products/jsp/faq.html
> >  http://www.esperanto.org.nz/jsp/jspfaq.html
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
>
===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



--
Information transmitted by this E-MAIL is proprietary to Wipro Limited and
is intended for use only by the individual or entity to which it is
addressed, and may contain information that is privileged, confidential or
exempt from disclosure under applicable law. If you are not the intended
recipient or it appears that this mail has been forwarded to you without
proper authority, you are notified that any use or dissemination of this
information in any manner is strictly prohibited. In such cases, please
notify us immediately at mailto:[EMAIL PROTECTED] and delete this mail
from your records.
--




Again urgent Porblem

2001-09-07 Thread Othmar Stehlik

Hi

Again, Win98 sucks, mysql does not work
The Test Programm can load the JDBC Driver, but it cant Connect to the
Database.
This is my url for Connecting: "jdbc:mysql:localost:3360//MovieCatalog"
On Win2k everything worked fine!
I also tried it with jdbc:mysql:127.0.0.1:3360//MovieCatalog"
And insted of the localhost, I used the name of the machine.

As anybody an idea?
Thanx in advance!
Othmar

--
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net

--
GMX Tipp:

Machen Sie Ihr Hobby zu Geld bei unserem Partner 1&1!
http://profiseller.de/info/index.php3?ac=OM.PS.PS003K00596T0409a

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: jsp:forward(Urgent)

2001-09-12 Thread M Sankar

Hi

Still I am stuck with the jsp:forward problem. I am sure that some one using
iPlanet Webserver 4.1 SP5 must have faced the same situation. Can some one help me
out???

Regards
Sankar

M Sankar wrote:

> Hi
>
> What sort of bug can happen in the web container. What do I have to do
> to rectify
> that?? I am sure that the request object will be passed to the second
> JSP..
>
> REGARDS
> Sankar
>
> Hans Bergsten wrote:
>
> > BMS Robot Email wrote:
> > >
> > > Hi Sankar,
> > > Parameters of the previous HTML or a prior JSP, are not forwarded
> from
> > > the current JSP1 to the next JSP2 unless you set them again in JSP1.
>
> > > supposing the required parameters are p1, p2 and values are v1, v2
> > > Set the parameters in JSP1 using something like
> > > 
> > > 
> > > 
> > > 
> >
> > Actually, the web container is supposed to pass on all parameters
> > to the target of a  or  according to the
> > spec.. You only need to use  if you need to *add* new
> > parameters to the request for the target page. If the original
> > parameters are not available in the target page, it's due to a bug
> > in the web container.
> >
> > Hans
> >
> > > [...]
> > > -Original Message-
> > > From: M Sankar [mailto:[EMAIL PROTECTED]]
> > > Sent: Sunday, September 09, 2001 10:20 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: jsp:forward page
> > >
> > > Hi,
> > >
> > > I am posting a request from an HTML to a jsp page(call it jsp1). Now
>
> > > jsp1 checks for some parameters using request.getParameter and pass
> this
> > > request using jsp:forward to jsp2. But from the jsp2 when I do
> > > request.getParameter, I am getting null values.
> > >
> > > Is it that the new jsp page does not understand the request object.
> But
> > > some documentation says that jsp: forward just forwards the request
> to a
> > > new page for processing.
> > >
> > > Replies from gurus would be helpful
> > > Thx
> > > sankar
>
> ===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: jsp:forward(Urgent)

2001-09-12 Thread Joel Carklin

If there is a bug in the web container then there is not much you can do, 
except
change to a different container. And email iPlanet, informing them of the 
bug. If the problem is
a bug then I would use the solution offered below (ie reset the 
parameters in JSP2)


> Hi

> Still I am stuck with the jsp:forward problem. I am sure that some one 
using
> iPlanet Webserver 4.1 SP5 must have faced the same situation. Can some 
one help me
> out???


> > > BMS Robot Email wrote:
> > > >
> > > > Hi Sankar,
> > > > Parameters of the previous HTML or a prior JSP, are not forwarded
> > from
> > > > the current JSP1 to the next JSP2 unless you set them again in JSP1.
> >
> > > > supposing the required parameters are p1, p2 and values are v1, v2
> > > > Set the parameters in JSP1 using something like
> > > > 
> > > > 
> > > > 
> > > > 
> > >

==To 
unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: jsp:forward(Urgent)

2001-09-12 Thread M Sankar

Hi ,

Got the problem solved. Upgraded to a later version. Working fine now
Thx for the support
Regards
Sankar

Joel Carklin wrote:

> If there is a bug in the web container then there is not much you can do,
> except
> change to a different container. And email iPlanet, informing them of the
> bug. If the problem is
> a bug then I would use the solution offered below (ie reset the
> parameters in JSP2)
>
> > Hi
>
> > Still I am stuck with the jsp:forward problem. I am sure that some one
> using
> > iPlanet Webserver 4.1 SP5 must have faced the same situation. Can some
> one help me
> > out???
>
> > > > BMS Robot Email wrote:
> > > > >
> > > > > Hi Sankar,
> > > > > Parameters of the previous HTML or a prior JSP, are not forwarded
> > > from
> > > > > the current JSP1 to the next JSP2 unless you set them again in JSP1.
> > >
> > > > > supposing the required parameters are p1, p2 and values are v1, v2
> > > > > Set the parameters in JSP1 using something like
> > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > >
>
> ===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Tomcat configuration (urgent !!!)

2001-11-02 Thread Juan Carlos Alvarez

I have some classes and some jsp pages that worked with another server.

What should I do to run the classes and jsp's pages to work with tomcat ??

Thanks Juan.

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



Security Issue - Urgent

2001-12-10 Thread Vibha Jindal

Hi,

I am using the Post method to submit my form to a Servlet. I am also using
hidden variables to set certain values that I get and interpret in my
servlet.

e.g.,

function undoData()
{
document.Form.hdFlagAction.value = "0";
document.Form.hdAuditId = "1234
document.Form.method = 'POST';
document.Form.action = "/NASApp/wisper/AuAuditorsSrv";
document.Form.submit();
}

Now, all that is displayed in the URL is,
http://157.227.15.228/NASApp/wisper/AuAuditorsSrv

But, if the user just changes teh URL, e.g., makes it
http://157.227.15.228/NASApp/wisper/AuAuditorsSrv?hdAuditId=1007, he can
see
the details of the AuditId 1007, though, since this wasn't his audit, he
shouldn't have been able to see these details.

Can anyone please help me and let me know, if I can do something in my
servlet to ignore all that the user enters in the URL ?

Regards,
Vibha

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



Urgent: Clear cache

2000-11-16 Thread Mutahar Qayum

I am using following code to clear cache in HTML, but it seems not to be
working

What i need is to refresh the page whenever user goes to some other page and
hit back button.

response.setHeader("Cache-Control","no-store"); //HTTP 1.1
response.setHeader("Pragma","no-cache"); //HTTP 1.0
response.setDateHeader ("Expires", 0); //prevents caching at the proxy

thanks

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



com.oreilly.servlet problem URGENT

2000-12-21 Thread fau k

Hi,


I am  com.oreilly.servlet package  for upload a document.  When I unzip it
unziping into local drive with classes directory..


I am setting the classpath to c:\classes\com\oreilly\servlet  but it is not
working .. I am trying in different ways.. but there is no luck..


I put the jar file cos.jar file in the C:\jdk1.3\jre\lib\ext this is also
not working..


so  I move all classes files to c:\com\oreilly\servlet and I put this in
classpath also it is not working .. it is giving same bellow error..

where I am doing mistake..  Please any one worked in oreilly package please
help, I will appricate u..

Please help me..

I am using JSWDK-1.0.1 FOR SERVLETS..

java.lang.NoClassDefFoundError: com/oreilly/servlet/MultipartRequest
at java.lang.Class.newInstance0(Native Method)
at java.lang.Class.newInstance(Unknown Source)
at com.sun.web.core.ServletWrapper.loadServlet(ServletWrapper.java:100)
at com.sun.web.core.ServletWrapper.handleRequest(ServletWrapper.java:119)
at com.sun.web.core.InvokerServlet.service(InvokerServlet.java:168)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:840)
at com.sun.web.core.ServletWrapper.handleRequest(ServletWrapper.java:155)
at com.sun.web.core.Context.handleRequest(Context.java:414)
at com.sun.web.server.ConnectionHandler.run(ConnectionHandler.java:139


Thanks & Regards,
Malla Reddy Choodi


_
Get your FREE download of MSN Explorer at http://explorer.msn.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



URGENT HELP ME!!!!!

2001-02-18 Thread christian hamann

Hi All
I have Problems...
First i have to send an array since my servlet to my DB.. my dtabase is
Oracle.. but i dont now how can one store procedure receive an array.
Does anybody know about it?..
Could you give me some advices to solve this problem... can i use SQLJ?.. or
another thing please
thanks for all

PDTA: PLEASE IS VERY URGENT .. PLEASE PLEASE
Christian Hamann Linares
Area de Desarrollo de Aplicaciones
FICS-DATA USMP
e-mail: [EMAIL PROTECTED]
- Original Message -
From: Sunil Kumar Roy <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, October 15, 2000 3:01 PM
Subject: Re: Too many webservers ...Apache/Tomcat/Inprise Apps Server

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



off topic -- urgent

2001-03-20 Thread sandarbh

hi all,
please tell what will be the format of string to be inserted into oracle so
that time is also stored

example 17-mar-2001 12:34:01

insert into date1 values('')

sandarbh

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Urgent help --JSP

2000-02-20 Thread Arnab Acharya

Dear friend(s),

Our project is a portal site, where the pages are in JSP and server used for
testing is Tomcat 3.00. JDK1.2.2 is used for compilation of JSP (i.e.,
tools.jar and javac.exe).  The first (default) page is the "New Cars" page
in which we're trying to initialise the relevant parameters.,i.e. "CAR" and
"APD00_01", within the page.  The code for session variable is:

<%  HttpSession ses = null;
ses = request.getSession(true);
if (ses==null)
{
%>

<%
}
else
{
ses.putValue("vehicle_code","CAR");
ses.putValue("page_id","APD00_01");
}
String vehicle = (String) ses.getValue("vehicle_code");
String pageID = (String) ses.getValue("page_id");
%>

and for  each of the top, left, right bottom parts of the page (below is
given for top only):








However, things are not working. On adding
"vehicle_code=CAR&page_id=APD00_01" in the URL, the desired result is
obtained. Here again, the history has to be cleared from  time to time  or
else, old cache seems to be accessed, at the whims of heaven-knows-what!
Incidentally, the first page contains static html, although beans and
database access  are used elsewhere.

As a deadline is there, you can imagine the tremendous pressure that we're
under and any help would be appreciated.

Regards,

Arnab

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html



URGENT: SESSION TRACKING

2000-03-07 Thread Manish Bijay Kumar

Hi all,
First of all I will tell you what exactly I want to do. Actually We have a
logon screen from where we enter into our site. When we enter into the site
a new frame pops up and we retain the logon screen as it is. Now suppose i
want to login with different user id. In this case i need to start a
different session. There shouldn't be any conflict with the existing
session.
So the idea is to have two different & concurrent sessions.
Is it possible ? if yes, then please reply back with the solution.

Thanks
Manish

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Websphere - Urgent

2000-03-09 Thread K.L Ooi

what version of websphere and what platform?

provide detail please.

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Urgent help: AccessControlException

2000-04-15 Thread Joseba Egia

Hello everybody.
I need to solve this problem... please help me!!!

I have a bean on the server side and needs to execute the following:

System.setSecurityManager( new RMISecurityManager() );

but when it gets to the point to execute that, it throws the following
exception:

java.security.AccessControlException: access denied.

I am using the jsp web server that comes with jswdk-1.0.1 and when running
it I have added the following:

start java
com.sun.web.shell.Startup -Djava.security.policy=policy.all -Djava.rmi.serve
r.codebase=http://localhost:8080/

where policy.all file contains:

grant {
permission java.security.AllPermission;
};

but still it doesn't work and I still get the exception:
java.security.AccessControlException: access denied.

What can I do? I need to solve it as soon as possible. PLEASE HELP ME.

Joseba.

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Very urgent

2000-05-12 Thread Jeff Sahol

Only from the browser itself, I did it once on IE using DHTML but I forget
the syntax, and it's of course browser-specific. As a hack, I suppose you
could make one "dummy" option that's longer than the longest string you
expect to stuff in there. That would determine the new "default" size, since
I think HTML goes by the length of the longest option in the list to render
the list.

Jeff Sahol
[EMAIL PROTECTED]


> Can any one of you tell me how to set the width of the list item.
>
> 
> 
> 
>
> Is there any way to specify the width for the list item, in my case it is
> dynamically changing depending on the strings in the options given in the
> tag.
>
> I want it be static, I don't want it to change dynamically as it is
> disturbing my interface.
>
> expecting an early reply/

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Very urgent

2000-05-12 Thread Panesar, Vishal

Try the following two options:
1. If you are targetting audience of MSIE 4.0 + mainly, then this should
work:
  
  But may not be supported by Netscape.
  Netscape 6 supports it.
2. More recommended solution is
  try to fit it in a table cell of your desired dimensions

-Original Message-
From: Mukka, Srikanth (GEA, 097902)
[mailto:[EMAIL PROTECTED]]
Sent: Friday, May 12, 2000 11:40 AM
To: [EMAIL PROTECTED]
Subject: Very urgent


Hi All,

Can any one of you tell me how to set the width of the list item.





Is there any way to specify the width for the list item, in my case it is
dynamically changing depending on the strings in the options given in the
tag.

I want it be static, I don't want it to change dynamically as it is
disturbing my interface.

expecting an early reply/

Bye
Srikanth

-Original Message-
From: Garcia, Cristina [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 12, 2000 9:32 AM
To: [EMAIL PROTECTED]
Subject: AW: Event from button


I am not very experienced in JSP (I began to programm an own prototype 2
days before) but what I did, was calling a Bean
(<%jsp:use Bean...%>), which is responsible of saving the data into the
database (using JDBC).

Hopefully can this help you :-)

> -Ursprüngliche Nachricht-
> Von:  kavitha ramasamy [SMTP:[EMAIL PROTECTED]]
> Gesendet am:  Freitag, 12. Mai 2000 15:03
> An:   [EMAIL PROTECTED]
> Betreff:  Event from button
>
> Hello,
>
>  I want to the following things when I click the save button in
> JSP page
> 1) All front end validations- This I achieved through  JavaScript.
> 2) I need to insert the data in database, This I want to be done through
> JSP page, because all my datas are from session object.
>
>
> I have the following code to call javascript and I dont know how to
> insert the data through JSP page.
>
> By cllicking the button the validation and insertion of data has to be
> done.
>
> 
>
> validation() is a javascript function.
>
>
> If anyone has any idea regarding this, that would be helpful to me.
> Thanks,
> Kavitha
> 
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
>
> ==
> =
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Very urgent

2000-05-12 Thread Scott Costa

You can use style sheets (e.g. style="width:100px" in the tag), that will
set the width and it will NOT change... in Internet Explorer...

Netscape however is a different story...  No matter how you set the width in
Netscape, if any of the contents of the  are longer than you expect,
the  grows...
One workaround for this is to use JavaScript to add options to the select
after the page has already completely loaded.  Since Netscape does not
dynamically resize any of it's elements after a page has loaded, you can
create a page with only a single option in the  with a bunch of
spaces ( ) in it to set the width to approximately what you want it to
be. Then, at window.onload, write a event handler function that does the
following:
//Remove the empty buffer option from the 
myselect.options[0] = null;
//Insert the options you want in the 
myselect.options[myselect.options.length] = new Option("text", "value",
false, false);

on the server-side, you can dynamically create the JavaScript code here,
just as you would dynamically create the HTML content for the options within
the  tags...

yuck...
I call this my Super-Duper Netscrape Icky-DOM Hack 13A

:)
Good luck...

Oh...  Another option is to scrap the HTML  altogether, and write a
little Java applet, that "wraps" a Java list control... and you can write it
to accept the list options as 's inside the  tag.


Scott Costa
[EMAIL PROTECTED]


-Original Message-
From: Mukka, Srikanth (GEA, 097902)
[mailto:[EMAIL PROTECTED]]
Sent: Friday, May 12, 2000 8:40 AM
To: [EMAIL PROTECTED]
Subject: Very urgent


Hi All,

Can any one of you tell me how to set the width of the list item.





Is there any way to specify the width for the list item, in my case it is
dynamically changing depending on the strings in the options given in the
tag.

I want it be static, I don't want it to change dynamically as it is
disturbing my interface.

expecting an early reply/

Bye
Srikanth

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Very urgent

2000-05-12 Thread Hemadri Gurramkonda

Srikanth,

You can set the width of the list item by keeping some default 'text' all
the time when you are generating dynamic lists. The 'size' attribute may not
serve the purpose of setting the list to some constant length.

Example:

US States
US States / Territories
-
Alabama
...
...
...


Thanks,
~Hemu Naidu



-Original Message-
From: Mukka, Srikanth (GEA, 097902)
[mailto:[EMAIL PROTECTED]]
Sent: Friday, May 12, 2000 10:40 AM
To: [EMAIL PROTECTED]
Subject: Very urgent


Hi All,

Can any one of you tell me how to set the width of the list item.





Is there any way to specify the width for the list item, in my case it is
dynamically changing depending on the strings in the options given in the
tag.

I want it be static, I don't want it to change dynamically as it is
disturbing my interface.

expecting an early reply/

Bye
Srikanth

-Original Message-
From: Garcia, Cristina [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 12, 2000 9:32 AM
To: [EMAIL PROTECTED]
Subject: AW: Event from button


I am not very experienced in JSP (I began to programm an own prototype 2
days before) but what I did, was calling a Bean
(<%jsp:use Bean...%>), which is responsible of saving the data into the
database (using JDBC).

Hopefully can this help you :-)

> -Ursprüngliche Nachricht-
> Von:  kavitha ramasamy [SMTP:[EMAIL PROTECTED]]
> Gesendet am:  Freitag, 12. Mai 2000 15:03
> An:   [EMAIL PROTECTED]
> Betreff:  Event from button
>
> Hello,
>
>  I want to the following things when I click the save button in
> JSP page
> 1) All front end validations- This I achieved through  JavaScript.
> 2) I need to insert the data in database, This I want to be done through
> JSP page, because all my datas are from session object.
>
>
> I have the following code to call javascript and I dont know how to
> insert the data through JSP page.
>
> By cllicking the button the validation and insertion of data has to be
> done.
>
> 
>
> validation() is a javascript function.
>
>
> If anyone has any idea regarding this, that would be helpful to me.
> Thanks,
> Kavitha
> 
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
>
> ==
> =
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Very urgent

2000-05-12 Thread David Edmister

1)
one solution is to set a "blank" (or other, e.g., "---Select a
Value") string of N length (the width your select/option
dropdown.  Insert it as the first or last one in your list.

2)
Or, when your looping thru your recordset of items, concantenate a string
together (sorry, i'm new to java so you'll have to find the syntax for (a)
Length of a String and (b) packing string with a certain character like
empty string):

//set max width of dropdown box
int maxLength=20;

//java string.length function
int lenMyString = java.??.stringWidth("yourValue");

//prepare string for select/option
value =  rs.getString("yourValue") + String(" ",(maxLength - mystrLength))

//set value of option
option = value






-Original Message-
From: Mukka, Srikanth (GEA, 097902)
[mailto:[EMAIL PROTECTED]]
Sent: Friday, May 12, 2000 8:40 AM
To: [EMAIL PROTECTED]
Subject: Very urgent


Hi All,

Can any one of you tell me how to set the width of the list item.





Is there any way to specify the width for the list item, in my case it is
dynamically changing depending on the strings in the options given in the
tag.

I want it be static, I don't want it to change dynamically as it is
disturbing my interface.

expecting an early reply/

Bye
Srikanth

-Original Message-
From: Garcia, Cristina [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 12, 2000 9:32 AM
To: [EMAIL PROTECTED]
Subject: AW: Event from button


I am not very experienced in JSP (I began to programm an own prototype 2
days before) but what I did, was calling a Bean
(<%jsp:use Bean...%>), which is responsible of saving the data into the
database (using JDBC).

Hopefully can this help you :-)

> -Ursprungliche Nachricht-
> Von:  kavitha ramasamy [SMTP:[EMAIL PROTECTED]]
> Gesendet am:  Freitag, 12. Mai 2000 15:03
> An:   [EMAIL PROTECTED]
> Betreff:  Event from button
>
> Hello,
>
>  I want to the following things when I click the save button in
> JSP page
> 1) All front end validations- This I achieved through  JavaScript.
> 2) I need to insert the data in database, This I want to be done through
> JSP page, because all my datas are from session object.
>
>
> I have the following code to call javascript and I dont know how to
> insert the data through JSP page.
>
> By cllicking the button the validation and insertion of data has to be
> done.
>
> 
>
> validation() is a javascript function.
>
>
> If anyone has any idea regarding this, that would be helpful to me.
> Thanks,
> Kavitha
> 
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
>
> ==
> =
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Very urgent

2000-05-13 Thread Sudhir A.

Hi Srinivas,
Try this



add the "checked" word for which ever one you want to have it selected. hope
this helps.

Thanks
Sudhir
http://www.javacommerce.com



- Original Message -
From: Mr. Srinivas Rao <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, May 13, 2000 4:45 PM
Subject: Re: Very urgent


> can any body help me
> how can i get the status(checked or not) of a check box
> in a html form in jsp
> please help me
>
> E.Srinivas Rao
>
>
===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
>

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Very urgent

2000-05-13 Thread Kishore Raghavan

HTML :


...




Java Code to Test if the checkbox is checked :
if (request.getParameter("myCheckBox") != null &&
request.getParameter("myCheckBox").equalsIgnoreCase("Y"))
{
//this will return true if checkBox named myCheckBox is checked
}
else
{
//checkBox named myCheckBox is NOT checked
}

Note : You should only use the getParameter() method if you are sure the
parameter has only one value. If the parameter might have more than one
value, use getParameterValues(java.lang.String). This will return a
String[].

Hope this answers your question

Kishore Raghavan



-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Mr. Srinivas Rao
Sent: Saturday, May 13, 2000 1:45 PM
To: [EMAIL PROTECTED]
Subject: Re: Very urgent


can any body help me
how can i get the status(checked or not) of a check box
in a html form in jsp
please help me

E.Srinivas Rao

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Very urgent

2000-05-13 Thread Mr. Srinivas Rao

can any body help me
how can i get the status(checked or not) of a check box
in a html form in jsp
please help me

E.Srinivas Rao

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Urgent ! SSI - LAST_MODIFIED

2000-05-25 Thread Kelly Lew

Hi,

How can I include the  into the jsp
file. It seems like working to me.
Please help.



Kelly

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



urgent, please help

2000-05-25 Thread Kapoor, Pankaj
Title: urgent, please help






hi,
    I really need your advice on a serious career issue, or i will go down with nervous breakdown.
    So please advise me on my problemand save me.


    i am currently in a web project that involves ejb on the middle tier, and all the jing bang lot of rmi, servlets , xml, jsp etc also    thrown in.

    Now the choice with me is that either
(1) i concentrate on these lines and choose them as my career path  ( that is the easier path) . Taking this path , there are currently a lot of jobs availible all around currently for very good money. The problem i see with these lines is that they dont really require engineering skills. - that is unlike networking , compilers etc , they are not engineers domain.(at least servlets, jsp, core java are not) Most projects on these technologies are also not very big - budgeted , so some companies are begining to take cheaper skilled labour at lower price ( that is niitians on contract for something like 5-6 housand rupees- or just 120 dollars a month). So i feel engineers working on these web skills will also not get those super salaries that they are currently getting because of the law of demand and supply).

In a nutshell i feel pros are that there are lots , lots of good jobs in the market for these, and i can easily get a decent switch

cons  are :   it looks like a bubble . And i always get the feeling that a guy from comscience background deserves better than this.

(2)or i go the more difficult way, and study 3-4 moths those things like wap, networking concepts, os etc, do pseudo projects. 

And be prepared to join even as a fresher after all that self training and doing pseudo projects. This path is faced with real difficuly, that is i there are no clear current avenues.

Pros: if i am able to get into networking projects i will feel that i belong here. I will be happiest in networking.
Cons : dont heve a plan of execution .


(3) Try to find a middle path, that is try to go into wap , jtapi from ejb , corba etc.
but here again path is not very clear


i really need  guidance on it 
please help me out.
luv,
pankaj
 





Ýo unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name

Re: Urgent HELP!!!

2000-06-06 Thread Stoemmer, Peter

Hi,

Java is case-sensitive.

Have have to

- either name your source-file "_Hello.java" AND your Class "_Hello"
- or name your source-file "_hello.java" AND your Class "_hello"

Greetings

Peter

-Ursprüngliche Nachricht-
Von: Tarun Dewan [mailto:[EMAIL PROTECTED]]
Gesendet am: Dienstag, 6. Juni 2000 11:30
An: [EMAIL PROTECTED]
Betreff: Urgent HELP!!!

Hi,

I'm using Java Web Server but when I try to execute my JSP following errors
occured :

D:\JavaWebServer2.0\tmpdir\default\pagecompile\jsp\_alps\_Hello.java:22: '}'
expected.
static char[][] _jspx_html_data = null;
   ^
D:\JavaWebServer2.0\tmpdir\default\pagecompile\jsp\_alps\_Hello.java:20:
Public class pagecompile.jsp._alps._hello must be defined in a file called
"_hello.java".
public class _hello extends HttpJspBase {
 ^

Any ideas?




Tarun Dewan
Software Engineer
Nucleus Software Exports Ltd.
33-35, Thyagraj Nagar Market,
New Delhi - 110003.
Tel.: 4627552 Ext. 342
E-Mail : [EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Urgent HELP!!!

2000-06-06 Thread sandeep

In the first case u must have forget to close one bracket and in other case
u must have mentioned a wrong name to the file.


Bye!
Sandy.

- Original Message -
From: Tarun Dewan <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 06, 2000 2:59 PM
Subject: Urgent HELP!!!


> Hi,
>
> I'm using Java Web Server but when I try to execute my JSP following
errors
> occured :
>
> D:\JavaWebServer2.0\tmpdir\default\pagecompile\jsp\_alps\_Hello.java:22:
'}'
> expected.
> static char[][] _jspx_html_data = null;
>^
> D:\JavaWebServer2.0\tmpdir\default\pagecompile\jsp\_alps\_Hello.java:20:
> Public class pagecompile.jsp._alps._hello must be defined in a file called
> "_hello.java".
> public class _hello extends HttpJspBase {
>  ^
>
> Any ideas?
>
>
>
>
> Tarun Dewan
> Software Engineer
> Nucleus Software Exports Ltd.
> 33-35, Thyagraj Nagar Market,
> New Delhi - 110003.
> Tel.: 4627552 Ext. 342
> E-Mail : [EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>
>
>
===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



JSWDK problem Urgent

2000-06-07 Thread Nilesh Maheshwari (Yahoo)

Hi All,

I am using JSWDK 1.0 for my JSP and servlet development and testing. But on
every request to a JSP which is handing Database operations the Dr. Watson
error is reported. I am unable to test my JSP continuiously as it reports
the Dr. Watson error very often.

Can anybody help?

~Nilesh




__
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



  1   2   3   4   5   6   7   8   >