Results 1 to 3 of 3
Thread: servlet
- 07-14-2008, 05:02 PM #1
Member
- Join Date
- Jul 2008
- Posts
- 2
- Rep Power
- 0
servlet
Good, I get the following error:
- Working with Tomcat and jsp taking on the path:
C: omcat java-6.0.16-preconfiguredapache-tomcat-6.0.16webappsROOTjsp
file caller when you press a button this, call. class which lies on the path:
C: omcat java-6.0.16-preconfiguredapache-tomcat-6.0.16webappsWEB-INFProcess.class
I get the following error: page not found,
taking in the address bar:
//localhost/../../WEB-INF/classes/Process.class?Historia=Historia
I have tried in every way and nothing.
Greetings and thanks.
- 07-14-2008, 06:03 PM #2
cannot put WEB-INF or META-INF in address bar
Standard practices will not let web-inf or meta-inf be in any displayed path. Put the compiled class or jar as instructed. Change url to be
and try that or in some manner approach the matter as letting Tomcat find the files in web-inf and meta-inf by it's own efforts.Java Code://localhost/Process.class?Historia=Historia
That, or some variation of the approach, is how this is solved.Introduction to Programming Using Java.
Cybercartography: A new theoretical construct proposed by D.R. Fraser Taylor
- 11-11-2008, 01:16 PM #3
Similar Threads
-
servlet
By kondalrao.p in forum Java ServletReplies: 1Last Post: 09-06-2008, 01:10 PM -
help in servlet
By thamizhisai in forum Advanced JavaReplies: 4Last Post: 05-20-2008, 06:10 AM -
Servlet
By banie in forum New To JavaReplies: 6Last Post: 04-11-2008, 05:18 PM -
How to mix servlet & JSP
By Swamipsn in forum Java ServletReplies: 1Last Post: 08-08-2007, 12:57 AM -
javax.servlet.ServletException: Wrapper cannot find servlet class util.t2
By osval in forum Advanced JavaReplies: 1Last Post: 08-07-2007, 03:47 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks