I setup both tomcat and java web server 6.1. Using both for testing. Which is better?
Second, I compile a test class and put class file under web-inf/classes but i still cannot access them in my jsp page. I guess i need to do something with the web.xml file. I thought this had to do with servlets, but I dont want to use those right now. I just want to use methods of the class files i create.
I also heard that the beans get cached into memory, so any change in them would require a restart of the server. Anyway around this?
I also heard about .war files. Is there a simple way to make them? what is the file manifest.mf.
Why is this all confusing? i just want to make a class and use it in a webpage. This is harder than pulling teeth. I am not really concerned about servlets at the moment. Ill work on learning them after i have the basics down.
edit: also how to i install a mysql driver to be able to use them in jsp?
Please help me!
Second, I compile a test class and put class file under web-inf/classes but i still cannot access them in my jsp page. I guess i need to do something with the web.xml file. I thought this had to do with servlets, but I dont want to use those right now. I just want to use methods of the class files i create.
I also heard that the beans get cached into memory, so any change in them would require a restart of the server. Anyway around this?
I also heard about .war files. Is there a simple way to make them? what is the file manifest.mf.
Why is this all confusing? i just want to make a class and use it in a webpage. This is harder than pulling teeth. I am not really concerned about servlets at the moment. Ill work on learning them after i have the basics down.
edit: also how to i install a mysql driver to be able to use them in jsp?
Please help me!