Re: Tomcat JSP problem

2005-10-04 Thread Schalk Neethling
Liubomir I have experienced the same problem. Are you including any servlets in this JSP? Or are you using any filters? Any java type that has been pre-compiled locally, is what I am basically asking? If so, you will have a major/minor mismatch.Best to develop and compile to the same version

Tomcat JSP problem

2005-10-04 Thread Liubomir Dokov
Hi, I am using Tomcat and I have the following problem: when I develop and test my applications on my local computer everything is OK. But a few days ago, when I uploaded my .war file to the server where I host my domain something is wrong. A request to the first(index.jsp) page returns nothing in

Re: tomcat jsp problem with cookies

2005-04-24 Thread nora(nonie)
<[EMAIL PROTECTED]> Sent: Apr 24, 2005 8:30 PM To: tomcat-user@jakarta.apache.org Subject: tomcat jsp problem with cookies Dear Sir/Madam, This is XiaoPeng here. I am using Tomcat 5.5.8 and JDK 1.5 to develope a project now. The problem is the cookie is not stable. I had tried many time

Re: tomcat jsp problem with cookies

2005-04-24 Thread Darek
I think you have an error in your code. Cookie cookies[]=request.getCookies(); ... uCookie=cookies[0]; username=sCookie.getName(); is it sCookie or uCookie? DarekC On Mon, 25 Apr 2005 11:30:55 +0800 XiaoPeng <[EMAIL PROTECTED]> wrote: >Dear Sir/Madam, > >This is XiaoPeng here. I am using

tomcat jsp problem with cookies

2005-04-24 Thread XiaoPeng
Dear Sir/Madam, This is XiaoPeng here. I am using Tomcat 5.5.8 and JDK 1.5 to develope a project now. The problem is the cookie is not stable. I had tried many times, and tried to use session insead of cookie, but seems it doesn't work. The cookie code is showing below, ---

Re: Precompiling JSP problem

2005-01-28 Thread Marcus Beyer
William Sundberg schrieb: When I open jasper-compiler.jar and look in JspC.class with Jbuilder it look ok: public void execute() throws JasperException { } But it still don't compile, any Ideer? Let me have a look at your ant target. Marcus

RE: Precompiling JSP problem

2005-01-28 Thread William Sundberg
Users List Subject: Re: Precompiling JSP problem William Sundberg schrieb: > I am trying to precompile the JSP files but recive the following error > when building: > > No public execute() in class org.apache.jasper.JspC > > My buildfile is basicly the same as the Tomca

Re: Precompiling JSP problem

2005-01-28 Thread Marcus Beyer
William Sundberg schrieb: I am trying to precompile the JSP files but recive the following error when building: No public execute() in class org.apache.jasper.JspC My buildfile is basicly the same as the Tomcat example build http://jakarta.apache.org/tomcat/tomcat-5.0-doc/printer/jasper-howto.htm l

Precompiling JSP problem

2005-01-28 Thread William Sundberg
I am trying to precompile the JSP files but recive the following error when building: No public execute() in class org.apache.jasper.JspC My buildfile is basicly the same as the Tomcat example build http://jakarta.apache.org/tomcat/tomcat-5.0-doc/printer/jasper-howto.htm l I am using Ant from th

Apache Tomcat accessing JSP Problem

2005-01-10 Thread Anna Bikkina
Hi, I have a very strange problem accessing jsp pages in tomcat with apache. When I access a jsp file from tomcat it works fine. When I access the same file from apache which talks to tomcat I get wierd results. I checked the localhost_access_ file in tomcat to see what requests are coming/going t

RE: JSP problem

2003-09-10 Thread Michele Neylon:: Blacknight Solutions
> > Are the permissions of the userid running tomcat and > directory structure correct? > > For example, I usually run tomcat as userid tomcat (or > similar), but occassionally a sysadmin will restart tomcat as > root. On the next restart - some files might be still owned > by root and then

RE: JSP problem

2003-09-10 Thread Michele Neylon:: Blacknight Solutions
> Are the permissions of the userid running tomcat and > directory structure correct? > > For example, I usually run tomcat as userid tomcat (or > similar), but occassionally a sysadmin will restart tomcat as > root. On the next restart - some files might be still owned > by root and then ...

Re: JSP problem

2003-09-10 Thread Tim Funk
Are the permissions of the userid running tomcat and directory structure correct? For example, I usually run tomcat as userid tomcat (or similar), but occassionally a sysadmin will restart tomcat as root. On the next restart - some files might be still owned by root and then ... bad things happe

RE: JSP problem

2003-09-10 Thread Michele Neylon:: Blacknight Solutions
> Did you run out of disk? > > -Tim No. I wish we had :-) (at least that would make sense!) Mr. Michele Neylon Blacknight Solutions http://www.blacknightsolutions.ie/ Probably the cheapest ie's in Ireland Tel. +353 (0)59 9139897 Fax. +353 (0)59 9139897

Re: JSP problem

2003-09-10 Thread Tim Funk
Did you run out of disk? -Tim Michele Neylon:: Blacknight Solutions wrote: Hi all We ran into a rather odd problem earlier today. Tomcat stopped serving JSP, though it continued to serve servlets. Stopping and restarting did not solve the problem. We 'solved' it by emptying the 'work' directory

JSP problem

2003-09-10 Thread Michele Neylon:: Blacknight Solutions
Hi all We ran into a rather odd problem earlier today. Tomcat stopped serving JSP, though it continued to serve servlets. Stopping and restarting did not solve the problem. We 'solved' it by emptying the 'work' directory. The setup is Apache 2 with Tomcat 4.1.24 connecting using mod_jk - virtual h

Re: Jsp problem

2003-07-01 Thread Tim Funk
http://jakarta.apache.org/tomcat/faq/misc.html#compile Has some links on this issue. -Tim Reynir Hübner wrote: Hi folks, I have a server, that disbehaves when ever I change any jsp page, it stops rendering it. The context has reloadable=true set. The error messages I get start like this :

RE: Jsp problem: solved ... kindof

2003-07-01 Thread Reynir Hübner
nal Message- > From: Reynir Hübner > Sent: 1. júlí 2003 10:13 > To: Tomcat Users List > Subject: Jsp problem > > > Hi folks, > > I have a server, that disbehaves when ever I change any jsp > page, it stops rendering it. > The context has reloadable=true set. &

Jsp problem

2003-07-01 Thread Reynir Hübner
Hi folks, I have a server, that disbehaves when ever I change any jsp page, it stops rendering it. The context has reloadable=true set. The error messages I get start like this : org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: -1 in the jsp file

Hi taglibs .. is this a tomcat or JSP problem or feature ?

2003-03-11 Thread Mufaddal Khumri
Hi, I have a custom tag. Inside the tag i am accessing a database and populating a vector. The contents of the vector are then rendered as HTML by using the tag on a JSP page. Problem is that when i add new data to the database and refresh the page being rendered. It does not show me the new d

RE: Tomcat and JSP problem

2002-09-02 Thread admin
ROTECTED]] Sent: Sunday, September 01, 2002 4:39 AM To: [EMAIL PROTECTED] Subject: Tomcat and JSP problem Hi Sorry to email you directly. I saw your posted message on Tomcat-User list. I have already subscribed to the list but I don't know how to post the message. Would you please suggest

RE: Tomcat/jsp problem ::: Can any one help me !!!

2002-07-26 Thread Juha Halmu
] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Tomcat/jsp problem ::: Can any one help me !!! I am using tomcat 4.0.3 version. Everything was working fine until I restarted my computer and now I cannot have my JSP examples of tomcat running. Before restarting my computer JSP, SOAP examples and

RE: Tomcat/jsp problem ::: Can any one help me !!!

2002-07-26 Thread Nishant_Awasthi
cc: (bcc: Nishant Awasthi) 07/26/2002 Subject: RE: Tomcat/jsp problem ::: Can any 03:32 PM one help me !!!

Tomcat/jsp problem ::: Can any one help me !!!

2002-07-26 Thread Nishant_Awasthi
I am using tomcat 4.0.3 version. Everything was working fine until I restarted my computer and now I cannot have my JSP examples of tomcat running. Before restarting my computer JSP, SOAP examples and my own examples were running great. Now when I try to run JSP example at http://localhost:8080 i

RE: Strange JSP Problem

2002-05-07 Thread Collins, Jim
shing the web page, this did not work though the files were generated again but the resulting html had no content. Thanks Jim. > -Original Message- > From: Raphael [mailto:[EMAIL PROTECTED]] > Sent: 07 May 2002 15:21 > To: Tomcat Users List > Subject: Re: Strange JSP Proble

Re: Strange JSP Problem

2002-05-07 Thread Raphael
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Post the JSP code Le Mardi 07 Mai 2002 12:48, Collins, Jim a écrit : > I have a strange JSP problem with Tomcat 4. When I start Tomcat everything > is fine and the JSP's are working OK. But when I load a particular JSP > which al

Strange JSP Problem

2002-05-07 Thread Collins, Jim
I have a strange JSP problem with Tomcat 4. When I start Tomcat everything is fine and the JSP's are working OK. But when I load a particular JSP which always fails all other JSP's then stop working even the examples, and just display an empty html page, here is the html: I have

JSP problem

2002-03-18 Thread Umamaheswar Kalluru
Hi, I am using Tomcat 4.0.1. When I use my Java servlets it is working fine but when I use .jsp it says that the file does not exists in the server directory. What could be the problem? Should I chage any thing in the .xml file? Thanks Uma -- To unsubscribe: For ad

Re: JSP problem

2002-02-02 Thread Michael Burke
o forward to just "/menu.jsp" > > Randy > > > -Original Message- > > From: Michael Burke [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, January 30, 2002 10:06 PM > > To: [EMAIL PROTECTED] > > Subject: JSP problem > > >

RE: JSP problem

2002-01-31 Thread Randy Layman
Randy > -Original Message- > From: Michael Burke [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 30, 2002 10:06 PM > To: [EMAIL PROTECTED] > Subject: JSP problem > > > I'm using the build.xml file and ant to deploy my app in tomcat4. The >

JSP problem

2002-01-30 Thread Michael Burke
I'm using the build.xml file and ant to deploy my app in tomcat4. The app is deployed successfully but when I try to access my jsp page through a servlet I get a "/cdtest/menu.jsp is not available" error. Menu.jsp is in the cdtest directory (my apps root directory) under the webapps directory. I o

tomcat 4.0.1 / jdk1.3.1 / iis 4 jsp problem

2001-12-05 Thread Jason Ramsey
I have installed jdk 1.3.1 , tomcat 4.0.1 and iis4 (with sp6) on nt4.0 I installed tomcat following these instructions: http://members.ozemail.com.au/~lampante/howto/tomcat/iisnt/index.html Tomcat will work on port 8080 and render the example jsp's. I have set up my virtual directory (jakarta)

JSP Problem: not compiling

2001-07-13 Thread Paul Healy
This has probably been asked before but I'm new to the list and can't find and refernce in the archives so here's my problem: Installed Tomcat 3.2.2 on Redhat 7.0, everything works fine with servlets but JSPs don't seem to be compiling. I have the JAVA_HOME and TOMCAT_HOME variables set correctl

servlet/JSP: problem with serialize array

2001-05-18 Thread Jianlin Chang
I got this error message from tomcat (on the terminal where tomcat is started):SessionSerializer: java.lang.ClassNotFoundException: [LMyclass;   As I can see from it, it tries to serialize Myclass array (which is stored asservlet session attribute), and can't findMyclass class.  Why is it

RE: Error 500..JSP problem

2001-03-14 Thread HASSAN,ZAID (Non-A-Australia,ex1)
Got it...i was missing tool.jar. cheers -Original Message- From: HASSAN,ZAID (Non-A-Australia,ex1) [mailto:[EMAIL PROTECTED]] Sent: Thursday, 15 March 2001 10:49 To: '[EMAIL PROTECTED]' Subject: Error 500..JSP problem Hi friends, I am trying to run the jsp examples un

Error 500..JSP problem

2001-03-14 Thread HASSAN,ZAID (Non-A-Australia,ex1)
Hi friends, I am trying to run the jsp examples under Tomcat 3.2.1 and i am geeting the Error 500 which is shown below.Can anyone help me or give me any hint to solve this. I have included the jasper.jar in my CLASSPATH too. Thanks Error: 500 Location: /examples/jsp/num/numguess.jsp Internal S

Re: calling jsp problem HELP!!!

2001-01-05 Thread Pete Ehli
n use ant but I haven't got that far. I don't know why ROOT or test is there - I asked this question a month ago and received no response. -- Pete -- - Original Message - From: "hoang truong" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January

calling jsp problem HELP!!!

2001-01-05 Thread hoang truong
Hello, JSP work fine if I access the provided examples such as http://localhost:8080/examples/ If I put my jsp code under /jakarta-tomcat/webapps/root. then when I open netscape to view the page, I get this error: "Internal Servlet error javax.servlet exception ... ... .. Can anyone show me how

and the fix to my data from servlet to jsp problem was...

2000-11-03 Thread Harding, David
drum roll please nested double quotes. BAD "/> GOOD thanks all those who helped cheers