RE: Problem with shopping cart JSP :( Help :(

2002-04-12 Thread Manuel Mall

Without looking at your code I suggest you open the file

_0002fs_0002dcart_0002fshpcart_jsp.java:71

and look at line 71 to see what line of Java code is causing the problem.

You should find that file in the Tomcat work directory for the corresponding
context.

If it is not there set the 
isWorkDirPersistent=true
attribute in the Context ... tag of your server.xml file.

Manuel

-Original Message-
...
classCastException : java.util.Vector
at
org.apache.jsp._0002fs_0002dcart_0002fshpcart_jsp._jspService(_0002fs_0002dc
art_0002fshpcart_jsp.java:71)
at
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
..
...

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: Problem with shopping cart JSP :( Help :(

2002-04-12 Thread yilmaz

Thanks for your advice, but this one i had already done without success. I
opened it with dreamweaver, the  line 71 is blank, so i don't know how to
look for the real line 71, do you have any hint?
thanks :)
- Original Message -
From: Manuel Mall [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Sent: Friday, April 12, 2002 3:46 PM
Subject: RE: Problem with shopping cart JSP :( Help :(


 Without looking at your code I suggest you open the file

 _0002fs_0002dcart_0002fshpcart_jsp.java:71

 and look at line 71 to see what line of Java code is causing the problem.

 You should find that file in the Tomcat work directory for the
corresponding
 context.

 If it is not there set the
 isWorkDirPersistent=true
 attribute in the Context ... tag of your server.xml file.

 Manuel

 -Original Message-
 ...
 classCastException : java.util.Vector
 at

org.apache.jsp._0002fs_0002dcart_0002fshpcart_jsp._jspService(_0002fs_0002dc
 art_0002fshpcart_jsp.java:71)
 at
 org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
 ..
 ...

 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]





--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: Problem with shopping cart JSP :( Help :(

2002-04-12 Thread yilmaz

Thanks Neale,
Actually i was using the same Jsp  a few months ago without any problem,
today i just wanted to make another shopping cart application, and wanted to
make use of the previous shopping cart jsp, surprisingly i couldn't make it
work ?? :(
I am still trying ..
Cheers :)
- Original Message -
From: Neale Rudd [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Friday, April 12, 2002 5:05 PM
Subject: Re: Problem with shopping cart JSP :( Help :(


 I have been able to run your jsp successfully on our
 own server, and added products to the list with
 URL's such as:
 testjsp.jsp?prodno=1price=2qnt=3pname=hello
 testjsp.jsp?prodno=2price=2qnt=3pname=hello2

 So your error seems to be caused by another JSP that
 is putting something other than a Hashtable into the
 session.

 Hope that helps,
 Neale


 -Original Message-
 From: yilmaz [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Date: Friday, 12 April 2002 18:05
 Subject: Re: Problem with shopping cart JSP :( Help :(


 Thanks for your advice, but this one i had already done without
 success. I
 opened it with dreamweaver, the  line 71 is blank, so i don't know
 how to
 look for the real line 71, do you have any hint?
 thanks :)
 - Original Message -
 From: Manuel Mall [EMAIL PROTECTED]
 To: 'Tomcat Users List' [EMAIL PROTECTED]
 Sent: Friday, April 12, 2002 3:46 PM
 Subject: RE: Problem with shopping cart JSP :( Help :(
 
 
  Without looking at your code I suggest you open the file
 
  _0002fs_0002dcart_0002fshpcart_jsp.java:71
 
  and look at line 71 to see what line of Java code is causing the
 problem.
 
  You should find that file in the Tomcat work directory for the
 corresponding
  context.
 
  If it is not there set the
  isWorkDirPersistent=true
  attribute in the Context ... tag of your server.xml file.
 
  Manuel
 
  -Original Message-
  ...
  classCastException : java.util.Vector
  at
 
 org.apache.jsp._0002fs_0002dcart_0002fshpcart_jsp._jspService(_0002fs
 _0002dc
  art_0002fshpcart_jsp.java:71)
  at
  org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
  ..
  ...
 
  --
  To unsubscribe:
 mailto:[EMAIL PROTECTED]
  For additional commands:
 mailto:[EMAIL PROTECTED]
  Troubles with the list:
 mailto:[EMAIL PROTECTED]
 
 
 
 
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 
 


 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]





--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]