Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
JSP includes
Name: liliyaw Date: February 21, 2006 at 15:00:04 Pacific OS: fedora CPU/Ram: 512 Product: redhat
Comment:
Hi every one. I'm having trouble getting #include virtual=file.jsp to work. My includes for .html files work fine. I set up my Apache to talk to Tomcat. And I have same files on both servers - for teating. The .jsp files do work on Tomcat, but not on Apache. THe error I get in the error.log is "failed to include file.jsp". I get no other errors. I followed instructions on apache site to get the servers to talk to one other. Can anyone tell me anything about this? I'm running out of ideas. Thanks a lot.
Summary: Hello, I need to find a way to do some client side programming and have the .js files colled into jsp pages, something of this sort: [head] [script src="/js/episnew.js"][/script] [/head] [body onload...
Summary: From what I've seen of PHP so far, it works similarly to JSP. I'll tell you how'd I do this in JSP and I believe that you can do the same thing with PHP. You would use a PHP variable to hold the imag...
Summary: Hi, Assuming I have a page something along the lines of: <html> <head> <title></title> </head> <body> <% call objSystem.DoSomething() %> </body> </html> <% Set objSystem...