Hiding port number when using mod_jk

2005-05-16 Thread Vamsee Kanakala
Hi List, I have setup the mod_jk on Apache2 and it is forwarding the requests to tomcat 5.5.9 correctly. However, if I click any of the links in my tomcat webapp, the port 8080 is showing up. Is there any way I can avoid this? TIA, Vamsee.

Re: Hiding port number when using mod_jk

2005-05-16 Thread Vamsee Kanakala
Anto Paul wrote: If you mean that Tomcat is still listening on port 8080, you must comment the connector element in server.xml which tells Tomcat to listen on port 8080. You should check your application source to see that no port no is hard coded in it. Thanks Anto Lutz, the problem was at

Re: launching Tomcat 5.0.3 from Eclipse 3.0.1

2005-02-09 Thread Vamsee Kanakala
hicham wrote: now I need to start tomcat from eclipse ( logged as a user ) http://www.sysdeo.com/eclipse/tomcatPlugin.html Vamsee. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat 5.6 / Eclipse / no startup.bat

2005-02-08 Thread Vamsee Kanakala
Geoff Wiggs wrote: Trying to integrate Tomcat 5.6 and Eclipse. Without the startup.bat and [...] Anyone have any ideas? Have you tried Sysdeo Tomcat Plugin for Eclipse? Vamsee. - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Inside eclipse...

2004-12-08 Thread Vamsee Kanakala
Vamsee Kanakala wrote: Hi all, I have a problem when I start tomcat from inside eclipse I found out the problem. It's not about the plugin per se, it must be the fact that eclipse starts tomcat or something... Anyways, I googled for similar error messages, turns out that security.policy

Inside eclipse...

2004-12-07 Thread Vamsee Kanakala
Hi all, I have a problem when I start tomcat from inside eclipse with Sysdeo Tomcat plugin. When I start tomcat from terminal (I'm on linux), it is able to connect to postgres. If I start tomcat from eclipse using the plugin, postgres jdbc driver is throwing access denied. It tells

Re: Mysterious null pointer exception

2004-07-29 Thread Vamsee Kanakala
at 06:32, Vamsee Kanakala wrote: Hello list users, Maybe this is not the best place to ask a general servlet doubt, but I'm hoping someone can point out the mistake I'm making. I'm attaching a servlet file (FetchEmployeeServlet.java), which for some strange reason, gives a Null-Pointer

Re: Mysterious null pointer exception

2004-07-29 Thread Vamsee Kanakala
Thanks Jon, that worked :) Now, please excuse me while I punch myself for making that dumb mistake! -Vamsee. Because joy is one's fuel - Ayn Rand - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

easy debugging

2004-07-28 Thread Vamsee Kanakala
Hello list users, I'm using Tomcat on win2k. There is a window which is always open when Tomcat runs. It shows messages like INFO: etc. Is there a way I can write to this window from inside a servlet? I'm just looking for an easy way to debug my servlets. TIA, Vamsee. -- Because joy is

Mysterious null pointer exception

2004-07-28 Thread Vamsee Kanakala
Hello list users, Maybe this is not the best place to ask a general servlet doubt, but I'm hoping someone can point out the mistake I'm making. I'm attaching a servlet file (FetchEmployeeServlet.java), which for some strange reason, gives a Null-Pointer Exception when accessing a function.

Re: class not found error

2004-07-23 Thread Vamsee Kanakala
Thanks Tim Yoav, you got me started off on my Tomcat journey :) I'm running Win2k + PostgreSQL 7.4.3 (on Cygwin) + Tomcat. Yay! -Vamsee. Vamsee Kanakala wrote: Dear list users, I have a beginner's problem: I'm trying to get a small app which retrieves a bunch of records from database

class not found error

2004-07-22 Thread Vamsee Kanakala
Dear list users, I have a beginner's problem: I'm trying to get a small app which retrieves a bunch of records from database (postgres) and prints them. I set up the datasources, etc, correctly. I have the structure like this: CATALINA_HOME | -- webapps | -- movies