saravanan saminathan

Greenhorn
+ Follow
since Apr 19, 2007
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by saravanan saminathan

Hi Rob Spoor,

Do i need to setup something like mod_proxy in appache server?. Or is it possible with Tomcat 6.0 server configuration itself?.


Kind Regards
S.Saravanan
13 years ago
Hi Rob Spoor,

Thanks for your response.


After change the port into 80 while server restart i got the following logs.



It seems server started properly.






Kind Regards
S.Saravanan
13 years ago
Hi Rob Spoor,

Thanks for your response.

If i have the following configuration in my server.xml file. Then i can access my application using this link http://www.myapp.subdomain.com:8080




If i change the following configuration in my server.xml file after server rstart. Then using this link http://www.myapp.subdomain.com nothing is loaded




Kind Regards
S.Saravanan


13 years ago
Hi Rob Spoor,

Thanks for your response.

After rename my myapp folder into ROOT,

If i access the page like : http://www.myapp.subdomain.com nothing is loaded.
If i access the page like : http://www.myapp.subdomain.com:8080, it's loaded my apps properly.

So it means still the port 8080, i need to give in the URL, other wist it won't work.

Is something wrong with DSN Record creation?

Kind Regards
S.Saravanan
13 years ago
Hi Rob Spoor,

Thanks for your response.


For instance, if you have folder webapps\myapp then you can access this through http://www.myapp.subdomain.com/myapp. - For this case, i can access myapp through http://www.myapp.subdomain.com:8080/myapp instead of http://www.myapp.subdomain.com/myapp. That means still i need to type port 8080 in the URL

There is also one folder called ROOT which you can use as the root: http://www.myapp.subdomain.com/.. For this case shall i need to put my myapp under ROOT folder?


Kind Regards
S.Saravanan
13 years ago
Hi Rob Spoor,

Thanks for your quick response. I am new to Tomcat server. If i change appBase to webapps, then how to configure my apps to this URL. Because i have more than one application under webapps directory. Or if i have only one application under webapps,will it work?




Kind Regards
S.Saravanan
13 years ago
Hi Louis Bros,

I have windows XP. Could you please explain, how to setup AUTHBIND=yes in windows environment?.

Kind Regards
S.Saravanan
13 years ago
Hi Rob Spoor,

Thanks for your quick response. After made change, i have restarted my tomcat. But no luck.

This is my current server.xml.




Kind Regards
S.Saravanan
13 years ago
Hi,

I have the same problem and i have tomcat 6.0.


This is my current server.xml configretion.

<Connector port="80" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" />


This is my host configuration
<Host name="www.myapp.com" appBase="webapps/myapp"
unpackWARs="true" autoDeploy="true"
xmlValidation="false" xmlNamespaceAware="false">
<Context path="" docBase="."/>
<Alias>myapp.com</Alias>
</Host>

if i access my application like : http://myapp.com:8080 it's loading fine. But i want to access my page like this http://myapp.com.

Could you please help on this?


Kind Regards
S.Saravanan
13 years ago
Hi All,
I have some doubt's regarding component diagram. I have two session beans, each with separate functionality.In
1. Is it possible to give link from one component diagram(controller) to another component diagram(controller).
2. Is it possible to give redirect option from controller in component diagram with true/false. I saw some component diagram it shows just redirect to some other pages, but it doesn't mension it is true false. I have to redirect either one pages based on conditions.Like if it is true it has to go this page, otherwise it has to this page.

Advance Thanks
S.Saravanan.
Thank for all your suggestions.
Hi All,
I have one doubt regarding SCEA Part III. SCEA Part III contains questions related to SCEA Part II(Assignment) or it can be generally.

Advance Thanks
S.Saravanan
Hi All,
I have installed Tamcat 5. After installing i started tamcat server and it is sit on desktop as running state(icon). Now i try to open tomcat admin page, so open IE and give http://localhost:8080, but it asked user id and password for XDB. What i have to give?. I gave user id=admin and password=admin(which is i gave on tomcat installation), but it is failed. I couldn't open IE for testing jsp/servlet. What can i do?

Advance Thanks
S.Saravanan.
17 years ago
Hi Dinesh,
Thanks for your reply. Sorry i got 7 usescases(Price Itinerary,Prepare Itinerary,Change Itinerary,Create profile,Log in,Pay of Itinerary and View Frequent Flyer Miles).Business Model contains(Customer, Mileage Account, Itinerary,Segment,Flight, Equipment and Seats).
In the Deliverables sections contains the following things.
1.Create a class diagram. It is not necessary to provide each method name and attribute in the class.
2.Create a Component diagram that shows all of the J2EE components used in the system and their interaction. For example, what EJBs, Servlets, and/or JSPs might be needed?
3.Create either a Sequence or Collaboration diagram for each use case provided.
4.Listing of any assumptions made during the process of coming up with the architecture and design.
Thanks Advance,
S.Saravanan
Today only i download my assignment. It is basically FlyByNight project.It contains lot of folders. One word doc contains every details like (background,requirement,Deliverables,etc.,). It contains one use case and Business domain model diagram. Apart from this diagram shall i going to create seprate usecase?.or shall i going to create class diagram,component diagram and sequence diagram based on this usecase and Business domain model?. My doubt is this usecase and Business domain model are giving more expalanation for me or else?. Based on this usecase,Business domain model and requirement shall start?. I thought i have to create everything based on the requirement only, but after saw the usecase and Business domain model i confused.Can anybody to clarrify me?

Advance Thanks,
S.Saravanan.